[GLLUG] Mail not sending properly

Clay Dowling clay at lazarusid.com
Fri Feb 27 07:39:02 EST 2004


Seth Bembeneck wrote:

> I have my email server going. POP and SMTP are working fine (at least 
> the mail is sent ok).
>
>  
>
> My problem is that the mail is always returned to me:
>
>  
>
> First example:
>
>  
>
> (email address is blocked out)
>
> <*********@twmi.rr.com>: host ohmx-2.columbus.rr.com[65.24.0.110] 
> said: 550
>
>     5.7.1 Mail Refused - 68.79.96 - See
>
>     http://security.rr.com/mail_blocks.htm#security - 20031030 (in 
> reply to
>
>     MAIL FROM command)
>
>  
>
>
Seth,

If you'll read the notice, you'll see that it's because the mail is 
coming from your machine, which is in a block of dynamically allocated 
addresses.  The solution is to configure the server to forward all 
non-local mail to your network provider's e-mail server. In sendmail 
speak this was called a smart host, but your server may have a different 
name for it.

The solution I have used is to configure my applications that send mail 
(including user mail clients) to send via my network provider's smtp 
server. If you need applications to send mail, I have C++ source code 
that will do the trick.

Clay Dowling


More information about the linux-user mailing list