> 
> > Look at the amavisd.conf-sample file.  Search for inet_socket_bind.
> 
> thanks for this i am getting there but am now encountering this
> 
> <[EMAIL PROTECTED]>: host xxx.xxx.xxx.xxx[xxx.xxx.xxx.xxx] said: 
> 554 5.1.0 Failed,
>      id=00725-01, from MTA([xxx.xxx.xxx.xxx]:10025): 554 
> <[EMAIL PROTECTED]>:
>      Recipient address rejected: Access denied (in reply to 
> end of DATA
> command)
> 
> any pointers on a fix for this? I have a few but as i am 
> changing a live system i dont want to make incorrect changes.
> 
> thanks for the help

Amavis is trying to send the message back to your MTA (it appears to be
postfix), which indicates it will not accept the message because the
recipient address is rejecected.

You need to configure postfix to allow your amavis system to re-submit the
message, and should disable recipient checks as well.  Do you have something
like:

    -o smtpd_recipient_restrictions=permit_mynetworks,reject

in your master.cf file for the (previous) 127.0.0.1:10025 smtpd listener
(which now would look like xxx.xxx.xxx.xxx:10025, where xxx... is the IP
address of your postfix server.

Does mynetworks include the IP/range of your amavis box?

The link in Gary V's reply to you shows how your master.cf should look:

http://marc.theaimsgroup.com/?l=amavis-user&m=115016996412498

Show output from postconf -n .

MrC


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to