New install of ISPConfig 3.0.3.3 on Ubuntu 10.04 Mail error log shows as follows upon attempt to send email. Code: May 25 17:32:52 ko2 postfix/smtpd[27372]: fatal: myhostname and relayhost parameter settings must not be identical: xxx.com I checked /etc/postfix/main.cf and relayhost was blank. Is this the problem? Any and all help is appreciated!
Please make sure that myhostname is a unique hostname like mail.mydomain.com and not a domain that is used to receive emails (like mydomsin.com) and also that this hostname is not identical to the hostname of any other server that you use to receive emails (like the server where you forward emaisl to).
Thank you for the response Till, TO be sure I understand you. The ISPConfig hostname must be unique to the system and should not be used as an "email domain" within ISPConfig? I have verified that the hostname is unique and is not being used as an email domain on this server, or on any other server in our system I am still looking for some answers although the issue appears to have changed a bit since my last post. No I am getting the following mail log that appears to be consistent with our inability to receive email on this server. Code: May 26 08:40:01 ko2 postfix/smtpd[7788]: connect from localhost.localdomain[127.0.0.1] May 26 08:40:01 ko2 postfix/smtpd[7788]: lost connection after CONNECT from localhost.localdomain[127.0.0.1] May 26 08:40:01 ko2 postfix/smtpd[7788]: disconnect from localhost.localdomain[127.0.0.1] May 26 08:45:01 ko2 pop3d: Connection, ip=[::1] May 26 08:45:01 ko2 pop3d: Disconnected, ip=[::1] May 26 08:45:01 ko2 imapd: Connection, ip=[::1] May 26 08:45:01 ko2 imapd: Disconnected, ip=[::1], time=0 May 26 08:45:01 ko2 postfix/smtpd[7856]: connect from localhost.localdomain[127.0.0.1] May 26 08:45:01 ko2 postfix/smtpd[7856]: lost connection after CONNECT from localhost.localdomain[127.0.0.1] May 26 08:45:01 ko2 postfix/smtpd[7856]: disconnect from localhost.localdomain[127.0.0.1] May 26 08:50:01 ko2 pop3d: Connection, ip=[::1] May 26 08:50:01 ko2 pop3d: Disconnected, ip=[::1] May 26 08:50:01 ko2 imapd: Connection, ip=[::1] May 26 08:50:01 ko2 imapd: Disconnected, ip=[::1], time=0 Any ideas? Thank you
The hostname of the server and the hostname used in the postfix main.cf file (ispconfig itself has no hostname) must be unique worldwide, not just to the system and it may not be a domain that you use to receive emails.
I can now confirm that I am getting an error bounce back from ISPConfig when trying to send or receive emails Message = 554.5.7.1 relay Access Denied I have been trying to find the reason for this error, but there is no setting I can find that would prevent ISPConfig from sending and receiving mail Any suggestions of where to look?
You are using transports only and no local mailboyes, correct? Then you have to add all email addresses or all email domains that shall be forwarded in mail > email recipients.
Please ignore last post. Issue was account email client was set up to authenticate. That leaves only the issue of receiving email. All domains send successfully but none receive email
You said above that you use transports and not mailboxs on that server, so there can be no local mail accounts on that server for these domain. So either your first post is wrong about your server setup or your last post. Do you use transports or do you have mailboxes and email domains? Its not possible to have both at the same time for a given domain name.
Code: You are using transports only and no local mailboyes, correct? Then you have to add all email addresses or all email domains that shall be forwarded in mail > email recipients. I apologize I am using local mailboxes, not just transport. Again the issue remains that no domain or mail account can receive email all can send email
Ok, thats easy to debug. Login to squirrelmail on the local server and send a email to the same email account that you used to login with squirrelmail. Then check a minute later if the amil arrived in the mailbox. if not, post the lines that has been added for this mail sending action to the file /var/log/maillog
Squirrel Mail not working OK now I can;t get squirrel mail to come up at "hostname/webmail" I double check that the symlink shown in the perfect server How to was created and it is there and works from the command line. However when I try to go to "hostname/webmail" I get an "error 404" page Is this an apache config issue? or maybe permissions?