[ postfixadmin-Bugs-3327097 ] Creat mailbox get error
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2011-06-24 19:17:57
|
Bugs item #3327097, was opened at 2011-06-24 11:13 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3327097&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: v2.3.3 >Status: Pending Resolution: None Priority: 5 Private: Yes Submitted By: dudanger (dudanger) Assigned to: Nobody/Anonymous (nobody) Summary: Creat mailbox get error Initial Comment: I get the error When i add mailbox *********** Unable to send email! The mailbox has been added to the mailbox table! (in...@te...) *********** And the /var/log/httpd/error_log display is [Thu Jun 09 18:05:06 2011] [error] [client 192.168.245.1] PHP Notice: Undefined offset: 0 in /var/www/html/postfixadmin2/create-mailbox.php on line 56 [Thu Jun 09 18:05:24 2011] [error] [client 192.168.245.1] PHP Notice: Undefined offset: 0 in /var/www/html/postfixadmin2/create-mailbox.php on line 56, referer: http://192.168.245.133/postfixadmin2/main.php ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2011-06-24 21:17 Message: The two errors are unrelated, and you can probably ignore the error log entries for now. The "Unable to send mail" message is displayed if smtp_mail() in functions.inc.php returns false. This happens when it can't open a connection to your Postfix SMTP server (localhost port 25 by default). Please check if $CONF['smtp_server'] and $CONF['smtp_port'] are set correctly, and that your Postfix is reachable as expected (use "telnet localhost 25" or whatever matches your setup to be sure). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3327097&group_id=191583 |