Gary wrote:

> Michael wrote:

>> Hello again,

>> I have virtual domains saved in a mysql-database. If i send a mail to
>> the system, amavisd-new got the serverdomainname and check this again
>> the mysql-table. But the virtual domainname is not the serverdomainname.

Also, if it is an issue for you, you can delay address rewriting
until after amavisd-new has processed the message instead of before.

As long as you override receive_override_options on the postfix
reinjection port (and you are using Postfix 2.x or newer):

127.0.0.1:10025 inet n  -       n     -       -  smtpd
    -o content_filter=
    [other stuff...]
    -o 
receive_override_options=no_header_body_checks,no_unknown_recipient_checks

You can set (in main.cf)
receive_override_options = no_address_mappings

http://www.ijs.si/software/amavisd/README.postfix.txt
http://www.postfix.org/FILTER_README.html#advanced_filter

Gary V


-------------------------------------------------------------------------
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