This is a discussion on rejected RCPT relay not permitted within the alt.comp.mail.exim forums, part of the Mail Servers and Related category; I am experiencing the same problem as another poster. I have a new installation of Exim on FreeBSD using virtual ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am experiencing the same problem as another poster. I have a new
installation of Exim on FreeBSD using virtual domains. It is not accepting anything over smtp. All I get is something like this in the main log: 2005-10-01 17:30:45 H=bay101-f41.bay101.hotmail.com (hotmail.com) [64.4.56.51] F=<########@hotmail.com> rejected RCPT <localuser@mydomain.com>: relay not permitted To further confuse things, if I try a test smtp session (exim -bh 64.4.33.7) I don't get any errors: >>> using ACL "acl_check_data" >>> processing "accept" >>> accept: condition test succeeded My changes/additions to the default configuration file are as follows: domainlist local_domains = @:localhost:dsearch;/etc/mail/virtual vdom_aliases: driver = redirect allow_defer allow_fail domains = dsearch;/etc/mail/virtual data = ${expand:${lookup{$local_part}lsearch*@{/etc/mail/virtual/$domain}}} retry_use_local_part pipe_transport = address_pipe file_transport = address_file no_more Any help would be greatly appreciated! |
|
|||
|
Rodster wrote:
> I am experiencing the same problem as another poster. I have a new > installation of Exim on FreeBSD using virtual domains. It is not > accepting anything over smtp. All I get is something like this in the > main log: > > 2005-10-01 17:30:45 H=bay101-f41.bay101.hotmail.com (hotmail.com) > [64.4.56.51] F=<########@hotmail.com> rejected RCPT > <localuser@mydomain.com>: relay not permitted > > To further confuse things, if I try a test smtp session (exim -bh > 64.4.33.7) I don't get any errors: > > >>>>using ACL "acl_check_data" >>>>processing "accept" >>>>accept: condition test succeeded > > > My changes/additions to the default configuration file are as follows: > > domainlist local_domains = @:localhost:dsearch;/etc/mail/virtual > > vdom_aliases: > driver = redirect > allow_defer > allow_fail > domains = dsearch;/etc/mail/virtual > data = > ${expand:${lookup{$local_part}lsearch*@{/etc/mail/virtual/$domain}}} > retry_use_local_part > pipe_transport = address_pipe > file_transport = address_file > no_more > > Any help would be greatly appreciated! > I found that in my case it was not my SMTP but my ISP's (comcast) that is blocked by blackmail list. Using my IPS's SMTP server seems to solve the problem. Muz |