This is a discussion on Re: [courier-users] mail loops back to myself (MX problem) within the Courier-Imap forums, part of the Mail Servers and Related category; This is a MIME GnuPG-signed message. If you see this text, it means that your E-mail or Usenet ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
This is a MIME GnuPG-signed message. If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages. The Internet standard for MIME PGP messages, RFC 2015, was published in 1996. To open this message correctly you will need to install E-mail or Usenet software that supports modern Internet standards. --===============2046522942== Content-Type: multipart/signed; boundary="=_mimegpg-commodore.email-scan.com-3429-1154039046-0001"; micalg=pgp-sha1; protocol="application/pgp-signature" This is a MIME GnuPG-signed message. If you see this text, it means that your E-mail or Usenet software does not support MIME signed messages. The Internet standard for MIME PGP messages, RFC 2015, was published in 1996. To open this message correctly you will need to install E-mail or Usenet software that supports modern Internet standards. --=_mimegpg-commodore.email-scan.com-3429-1154039046-0001 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit sguglia@arrows.it writes: > > hello everybody.. > > Courier+mysql just installed..but cannot receive messages. both connection > (POP3, SMTP) seem to be OK. here my last log: I cannot understand how to fix > the MX error, which I suppose is the main problem.. The domain pc-0004.localarea is not defined as a local domain in Courier. So, Courier concludes that it's a remote domain and tries to deliver the mail via SMTP, at which point it is discovered that the MX record for "pc-0004.localarea" points to the same machine that Courier is running on. Therefore, there's nowhere to deliver this mail. This is not a local domain, but the MX records point to the same machine. --=_mimegpg-commodore.email-scan.com-3429-1154039046-0001 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (GNU/Linux) iD8DBQBEyT0Gx9p3GYHlUOIRAhipAJ0ZvaqbR0MaSGzwi+nKGQ aap1sNmwCeJZwq /jNssZVzEJ4YTSS1V/S4b/Y= =lJ00 -----END PGP SIGNATURE----- --=_mimegpg-commodore.email-scan.com-3429-1154039046-0001-- --===============2046522942== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?p...rge&CID=DEVDEV --===============2046522942== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users --===============2046522942==-- |
|
|||
|
> The domain pc-0004.localarea is not defined as a local domain in Courier.
> So, Courier concludes that it's a remote domain and tries to deliver the > mail via SMTP, at which point it is discovered that the MX record for > "pc-0004.localarea" points to the same machine that Courier is running on. > > Therefore, there's nowhere to deliver this mail. This is not a local > domain, but the MX records point to the same machine. thanks Sam. now I replaced the text in locals and hosteddomains with: - localhost pc-0004.localarea - and then no more MX errors..but: when I try to send a message to giovanna@pc-0004.localarea (my test mysql virtual user) courier replies 'user unknown' (see logfile) It seems like courier wanted to find a system user + $HOME/.maildir instead reading settings from mysql any additional suggestions? thank you again, Stefano. my logfile: courieresmtpd: started,ip=[::ffff:192.168.0.1] courieresmtpd: error,relay=::ffff:192.168.0.1,from=<giovanna@pc-0004.localarea>,to=<giovanna@pc-0004.localarea>: 550 User unknown. courieresmtpd: error,relay=::ffff:192.168.0.1,msg="502 ESMTP command error",cmd: DATA pop3d: Connection, ip=[::ffff:192.168.0.1] pop3d: LOGIN, user=giovanna@pc-0004.localarea, ip=[::ffff:192.168.0.1] pop3d: LOGOUT, user=giovanna@pc-0004.localarea, ip=[::ffff:192.168.0.1], top=0, retr=0, rcvd=18, sent=96, time=0, stls=1 |