Ok, I never used this specific setup. Jim Douglas wrote: > I changed it back but to the following, > > main.cf > > content_filter = smtp-amavis:[127.0.0.1]:10024
Change that to: content_filter = smtp:[127.0.0.1]:10024 and (optionally) drop the smtp-amavis entry in master.cf That *is* what I use on all my setups. > receive_override_options = no_address_mappings > > > master.cf > > smtp-amavis unix - - - - 2 smtp > -o smtp_data_done_timeout=1200 > -o smtp_send_xforward_command=yes > -o disable_dns_lookups=yes > -o max_use=20 > > 127.0.0.1:10025 inet n - - - - smtpd > -o content_filter= > -o local_recipient_maps= > -o relay_recipient_maps= > -o smtpd_restriction_classes= > -o smtpd_delay_reject=no > -o smtpd_client_restrictions=permit_mynetworks,reject > -o smtpd_helo_restrictions= > -o smtpd_sender_restrictions= > -o smtpd_recipient_restrictions=permit_mynetworks,reject > -o smtpd_data_restrictions=reject_unauth_pipelining > -o smtpd_end_of_data_restrictions= > -o mynetworks=127.0.0.0/8 > -o smtpd_error_sleep_time=0 > -o smtpd_soft_error_limit=1001 > -o smtpd_hard_error_limit=1000 > -o smtpd_client_connection_count_limit=0 > -o smtpd_client_connection_rate_limit=0 > -o > receive_override_options=no_header_body_checks,no_unknown_recipient_checks > > > error.log > Jul 21 20:50:11 sa-desktop postfix/qmgr[1409]: warning: connect to > transport smtp-amavis: No such file or directory > > mail.info logging fil has this, > > Jul 21 20:55:30 sa-desktop postfix/smtpd[1891]: connect from > cpe-712-999-249-16.la.res.rr.com[712.235.25.10 > Jul 21 20:55:30 sa-desktop postfix/smtpd[1891]: 9A9C8202589: > client=cpe-712-999-249-16.la.res.rr.com[712.235.25.10 > Jul 21 20:55:30 sa-desktop postfix/cleanup[1894]: 9A9C8202589: > message-id=<[EMAIL PROTECTED]> > Jul 21 20:55:30 sa-desktop postfix/qmgr[1409]: 9A9C8202589: > from=<[EMAIL PROTECTED]>, size=504, nrcpt=1 (queue active) > Jul 21 20:55:30 sa-desktop postfix/qmgr[1409]: warning: connect to > transport smtp-amavis: No such file or directory > Jul 21 20:55:30 sa-desktop postfix/smtpd[1891]: disconnect from > cpe-712-999-249-16.la.res.rr.com[712.235.25.10 > Jul 21 20:55:30 sa-desktop postfix/error[1895]: 9A9C8202589: > to=<[EMAIL PROTECTED]>, relay=none, delay=0.1, delays=0.06/0.01/0/0.03, > dsn=4.3.0, status=deferred (mail transport unavailable) > > > The log files are fine after startup it's only when I click send from my > email client.... > > > > Thanks, > Jim > >> Date: Mon, 21 Jul 2008 09:38:42 +0200 >> From: [EMAIL PROTECTED] >> To: [email protected] >> Subject: Re: [Dbmail] send error >> >> Jim Douglas wrote: >> >> > content_filter = amavis:[127.0.0.1]:10024 >> >> That is strange. Postconf shows a different values than you claim is > in your >> main.cf. Double check. >> >> >> > this is the entry in main.cf, >> > >> > content_filter = smtp-amavis:[127.0.0.1]:10024 >> > receive_override_options = no_address_mappings >> > >> > smtp-amavis unix - - - - 2 smtp >> > -o smtp_data_done_timeout=1200 >> > -o smtp_send_xforward_command=yes >> > -o disable_dns_lookups=yes >> > -o max_use=20 >> >> -- >> ________________________________________________________________ >> Paul Stevens paul at nfg.nl >> NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 >> The Netherlands________________________________http://www.nfg.nl >> _______________________________________________ >> DBmail mailing list >> [email protected] >> https://mailman.fastxs.nl/mailman/listinfo/dbmail > > ------------------------------------------------------------------------ > Stay in touch when you're away with Windows Live Messenger. IM anytime > you're online. > <http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_messenger2_072008> > > > ------------------------------------------------------------------------ > > _______________________________________________ > DBmail mailing list > [email protected] > https://mailman.fastxs.nl/mailman/listinfo/dbmail -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
