* troxlinux <xserverli...@gmail.com> wrote: > Hi list, I have configured a mail servert with many domains and > postfixadmin and amavisd-new 2.6.3 for filter, but I have a problem > here, I have many users with forward of copies of mail to other > accounts and each that they send me a mail to a account that I have > with aliases I receive the mail double > > > I attempt with this option but it disables me the mail forward > > main.cf > receive_override_options=no_address_mappings
You are probably rewriting the addresses twice. Edit your master.cf file and find the line that ends in "smtpd" (usually that's the first line). Add "-o receive_override_options=no_address_mappings", either directly behind "smtpd" (with a space in between, of course), or on the next line, with a space in the beginning. Issue a "postfix reload" and try again. Cheers Stefan ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ 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/