Hello Holger, Let me start by saying that to anyone who groups their e-mail by thread, the "Hit reply, erase everything and write whatever you wanted" practice is kind of annoying, because it makes completely unrelated topics appear as one conversation. Next time, please just hit the mailing list address instead of a reply button, it's not much harder. Now, onto your topic, the errors you have pasted are PHP coding errors derived from Vexim. They are already fixed upstream ( https://github.com/avleen/vexim2/commit/49fa6bc53eba81d41169cdca3db1b8bb2bbb... ), but they aren't really fatal errors, and you can safely ignore them in this case. While on this, I would like to suggest to the authors of Exim4U to sync their fork of Vexim with upstream. We have some really nice changes there (probably the biggest one being migration from Pear-DB to PDO as a database backend). Although I personally tend to think that a full rewrite or a replacement would still be desired (e.g., has anyone tried ViMbAdmin). Regards, Rimas 2013.12.12 14:06, Holger Glaess wrote:
i can create user, domains and else by wthe web gui.
i got a lot of lines at the apache error log like
[Thu Dec 12 11:58:30 2013] [error] [client 84.118.155.64] PHP Notice: Undefined index: realname in /usr/share/exim4u/config/variables.php on line 120 [Thu Dec 12 11:58:30 2013] [error] [client 84.118.155.64] PHP Notice: Undefined index: localpart in /usr/share/exim4u/config/variables.php on line 122 [Thu Dec 12 11:58:30 2013] [error] [client 84.118.155.64] PHP Notice: Undefined variable: _SESSION in /usr/share/exim4u/config/variables.php on line 122 [Thu Dec 12 11:58:30 2013] [error] [client 84.118.155.64] PHP Notice: Undefined variable: _SESSION in /usr/share/exim4u/config/variables.php on line 125 [Thu Dec 12 11:58:30 2013] [error] [client 84.118.155.64] PHP Notice: Undefined variable: _SESSION in /usr/share/exim4u/config/variables.php on line 126 [Thu Dec 12 11:58:30 2013] [error] [client 84.118.155.64] PHP Notice: Undefined index: domain in /usr/share/exim4u/config/variables.php on line 130 [Thu Dec 12 11:58:30 2013] [error] [client 84.118.155.64] PHP Notice: Undefined variable: domheaderrow in /usr/share/exim4u/config/header.php on line 15 [Thu Dec 12 11:58:30 2013] [error] [client 84.118.155.64] PHP Notice: Undefined variable: domheaderrow in /usr/share/exim4u/config/header.php on line 15 [Thu Dec 12 11:58:30 2013] [error] [client 84.118.155.64] PHP Notice: Undefined variable: usrheaderrow in /usr/share/exim4u/config/header.php on line 17 [Thu Dec 12 11:58:30 2013] [error] [client 84.118.155.64] PHP Notice: Undefined variable: usrheaderrow in /usr/share/exim4u/config/header.php on line 17 [Thu Dec 12 11:58:30 2013] [error] [client 84.118.155.64] PHP Notice: Undefined index: login in /usr/share/exim4u/config/header.php on line 86
but the database looks good an work together with exim .
exim can receive mail for the known domains and send too.
i check the tables by hand , and everything looks fine and also the permissions of the files.
did have somebody a clue for this problem ?