Guardian Digital Inc. >
InfoCenter >
Mailing List Archives >
Amavis
Amavis Mailing List Archive
> If my current config is: "content_filter = smtp-amavis:[127.0.0.1]:10024",
> what would the proper transport_map look like to only process email for
> foo.com?
>
> In addition if foo.com is a virtual domain that I have declared using the
> virtual_domain_maps, what impact (if any) would this transport map have?
You should use two instances of postfix. I use that setup myself.
The first is listening to the outside. After rejecting unknown users
you can use transport_maps to send the messages to the second instance,
either directly or through amavisd-new:
transport:
filtered.com smtp-amavis:[127.0.0.1]:10024
unfiltered.com smtp-amavis:[127.0.0.1]:10025
and you should set default_transport=smtp-amavis:[127.0.0.1]:10025 to
avoid problems when the transport map is incomplete.
(Using amavisd-new policy banks you can have multiple configurations
listening on 10022, 10023, etc.)
The second instances listens on localhost:10025 and does all the
virtual aliasing.
Markus
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/
|