This is a discussion on again postfix+amavis+altermime - status=deferred (mailer configuration error) within the mailing.postfix.users forums, part of the Mail Servers and Related category; Hi all, i have an postfix + amavis + spamassasin+imap and i want to add also altermime... relevant part of main....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all,
i have an postfix + amavis + spamassasin+imap and i want to add also altermime... relevant part of main.cf: # User configurable parameters unknown_local_recipient_reject_code = 450 smtp-filter_destination_concurrency_limit = 20 lmtp-filter_destination_concurrency_limit = 5 content_filter = smtp-amavis:127.0.0.1:10024 relevant part of master.cf: disclaimer unix - n n - - pipe flags=Rq user=filter argv=/etc/postfix/filter/emailfoot_filter.sh -f ${sender}--${recipinet} 127.0.0.1:10026 inet n - n - - smtpd -o content_filter=disclaimer: -o smtpd_restriction_classes= -o smtpd_client_restrictions= -o smtpd_helo_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,rej ect -o mynetworks=127.0.0.0/8 -o mynetworks_style=host -o strict_rfc821_envelopes=yes -o receive_override_options=no_unknown_recipient_chec ks,no_header_body_checks -o smtpd_client_connection_limit_exceptions=127.0.0.0/8 lmtp-filter unix - - y - - lmtp -o lmtp_data_done_timeout=1200 -o disable_dns_lookups=yes smtp-amavis unix - - n - 2 smtp -o smtp_data_done_timeout=1200 -o disable_dns_lookups=yes part of logs: /var/log/mail/info status=deferred (mailer configuration error) Oct 18 09:00:15 asterix postfix/pipe[23558]: 9166613F658: to=<some@mail>, relay=disclaimer, delay=0, status=deferred (mailer configuration error) Oct 18 09:00:15 asterix postfix/pipe[23558]: 9166613F658: to=<some@other_mail>, relay=disclaimer, delay=0, status=deferred (mailer configuration error) /var/log/mail/warnigs Oct 18 08:59:32 asterix postfix/pipe[23558]: warning: file /etc/postfix/master.cf: service disclaimer: unknown macro name: "recipinet" Oct 18 09:00:15 asterix postfix/pipe[23558]: warning: file /etc/postfix/master.cf: service disclaimer: unknown macro name: "recipinet" the question is what i have wrong? any idea welcome.... |
|
|||
|
jevrej wrote:
> relevant part of master.cf: > disclaimer unix - n n - - pipe > flags=Rq user=filter argv=/etc/postfix/filter/emailfoot_filter.sh -f > ${sender}--${recipinet} ^ | > Oct 18 08:59:32 asterix postfix/pipe[23558]: warning: file > /etc/postfix/master.cf: service disclaimer: unknown macro name: > "recipinet" ^ | > the question is what i have wrong? any idea welcome.... Spelling. recipient vs. recipinet -- Greg |
![]() |
| Thread Tools | |
| Display Modes | |
|
|