* David Brachet <[EMAIL PROTECTED]>: > No, i don't forget it in my master.cf: > > smtp-amavis unix - - n - 2 smtp > -o smtp_data_done_timeout=1200 > -o smtp_send_xforward_command=yes > -o disable_dns_lookups=yes > -o max_use=20 > > Amavis receives every mail receive by postfix (outgoing and entering mail), > except mail send from my postfix server (127.0.0.1), so mail send by my > webmail.
How does your webmail application submit mail? It should be SMTP not the sendmail command. [EMAIL PROTECTED] > > 2007/8/6, Patrick Ben Koetter <[EMAIL PROTECTED]>: > > > > * David Brachet <[EMAIL PROTECTED]>: > > > I would like that postfix send mails to amavis when they are send from > > my > > > webmail, IMP. My webmail is on the same server that Postfix, and it > > seems > > > that mails send from the postfix server are not send by postfix to > > amavis. > > > Any idee to do that? > > > > > > Master.cf: > > > > > > 127.0.0.1:10026 inet n - n - - smtpd > > > -o content_filter= > > > > That's re-entry path... > > > > > main.cf: > > > > > > content_filter = smtp-amavis:[127.0.0.1]:10024 > > > > This tell's Pf to send mail to a transport smtp-amavis, BUT you didn't > > show > > configuration from master.cf that show this transport. Forgot to add it? > > > > Here's documentation: > > <http://www.ijs.si/software/amavisd/README.postfix.html#basics_transport> > > > > The transport name in main.cf and master.cf must be identical. > > > > [EMAIL PROTECTED] > > > > -- > > The Book of Postfix > > <http://www.postfix-book.com> > > saslfinger (debugging SMTP AUTH): > > <http://postfix.state-of-mind.de/patrick.koetter/saslfinger/> > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > 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/ > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > 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/ -- The Book of Postfix <http://www.postfix-book.com> saslfinger (debugging SMTP AUTH): <http://postfix.state-of-mind.de/patrick.koetter/saslfinger/> ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ 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/
