|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
RE: Postfix usage problem
From: Malcom Kemp (mkemp
bellsouth.net)
Date: Sat Oct 02 2004 - 10:49:24 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
imcingular.com>, 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
postfix.org
[mailto:owner-postfix-users
postfix.org] On Behalf Of Ralf Hildebrandt
Sent: Saturday, October 02, 2004 11:13 AM
To: postfix-users
postfix.org
Subject: Re: Postfix usage problem
* Malcom Kemp <mkemp
bellsouth.net>:
> 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
bellsouth.com>: 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
charite.de
http://www.arschkrebs.de/postfix/ Tel. +49 (0)30-450 570-155
bringing you boring signatures for 17 years
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]