|
Save the teapot fund New CSS web design for Wibble proudly provided by Kelv. Please contact the webmaster with any questions or concerns. |
Wibble > List archives > postfix > 2004 > October [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: Postfix usage problem
Thanks for quick reply. I added the two specific servers to the /etc/postfix/sasl_passwd file, but still same result. I added the debug_peers_list and got this in the log, not much help, at least to me. Oct 2 11:38:15 server postfix/smtp[25320]: private/bounce socket: wanted attribute: status Oct 2 11:38:15 server postfix/smtp[25320]: vstream_fflush_some: fd 14 flush 332 Oct 2 11:38:15 server postfix/smtp[25320]: vstream_buf_get_ready: fd 14 got 10 Oct 2 11:38:15 server postfix/smtp[25320]: input attribute name: status Oct 2 11:38:15 server postfix/smtp[25320]: input attribute value: 0 Oct 2 11:38:15 server postfix/smtp[25320]: private/bounce socket: wanted attribute: (list terminator) Oct 2 11:38:15 server postfix/smtp[25320]: input attribute name: (end) Oct 2 11:38:15 server postfix/smtp[25320]: 247D117551: to=<xxxxx@xxxxxxxxxxxxxx>, relay=mx01.mail.bellsouth.net[205.152.59.33], delay=0, status=bounced (host mx01.mail.bellsouth.net[205.152.59.33] said: 550 .net 022: Your current IP address is not allowed to relay to imcingular.com Solution: Connect using BellSouth Internet Service. (in reply to RCPT TO command)) -----Original Message----- From: owner-postfix-users@xxxxxxxxxxx [mailto:owner-postfix-users@xxxxxxxxxxx] On Behalf Of Ralf Hildebrandt Sent: Saturday, October 02, 2004 11:13 AM To: postfix-users@xxxxxxxxxxx Subject: Re: Postfix usage problem * Malcom Kemp <mkemp@xxxxxxxxxxxxx>: > My internet service provider has recently tightened up security by > requiring a login to the SMTP server. I have set up everything I > know how to do, but get the following message when I try to send to > an address that is outside my mail domain: Add the IP of the relay you need to use to debug_peer_list to get verbose logging > relayhost = mail.bellsouth.net > mail.bellsouth.net <mailbox>:<password> <xxxxx@xxxxxxxxxxxxx>: host mx00.mail.bellsouth.net[205.152.59.32] said: 550 .net 022: Your current IP address is not allowed to relay to bellsouth.com Solution: Connect using BellSouth Internet Service. (in reply to RCPT TO command) Note that mx00.mail.bellsouth.net != mail.bellsouth.net Solution: # host -t mx mail.bellsouth.net mail.bellsouth.net mail is handled by 0 mx01.mail.bellsouth.net. mail.bellsouth.net mail is handled by 0 mx00.mail.bellsouth.net. Aha. So: relayhost = mail.bellsouth.net mx01.mail.bellsouth.net <mailbox>:<password> mx00.mail.bellsouth.net <mailbox>:<password> -- Ralf Hildebrandt Ralf.Hildebrandt@xxxxxxxxxx http://www.arschkrebs.de/postfix/ Tel. +49 (0)30-450 570-155 bringing you boring signatures for 17 years
|