Martin Schiøtz wrote:

> Is it possible with postfix only to send incoming mails to amavisd-new
> and outgoing mails without configuring two ip-addresses on the server?

I think you're asking if outbound mails can bypass amavis.

Yes you can.  Assuming second postfix is listening on localhost port 10025,
and your inside network is 192.168.1.*:

main.cf:
  smtpd_client_restrictons =
    check_client_access hash:$config_directory/client_access

client_access:
  192.168.1  FILTER smtp:[127.0.0.1]:10025

The client_access FILTER overrides the content_filter setting in main.cf for
any matching client IP addresses.

But note that if you have @mynetworks set correctly in amavis.conf, you can
create a policy bank called MYNETS that behaves differently for outbound mail,
such as bypassing spam checks.  That way you don't need any bypass for
outbound mail.

> If this is possible can I then use the
> 'lmtp_send_xforward_command=yes' functionality or similar for outgoing
> mails (pen pals functionality with amavisd-new)?

You can't use penpals unless all mail travels through amavis in both directions.

Cheers
Jeremy

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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