Daniel Chojecki wrote:
blahblah_destination_recipient_limit = 1

where blahblah is the transport that is used to pass mail to SA.

in master.cf i have:

smtp      inet  n       -       n       -       -       smtpd
        -o content_filter=spamfilter:dummy

and

spamfilter unix - n n - - pipe
         user=spamfilter argv=/usr/local/bin/spamfilter -f ${sender} -- ${recipi
ent}


you know this is fragile, don't you? Matt's recommendation to use amavisd-new is probably your best option.
in main.cf:

default_destination_recipient_limit = 1
default_extra_recipient_limit = 1000
default_recipient_limit = 20000
lmtp_destination_recipient_limit = $default_destination_recipient_limit
local_destination_recipient_limit = 1
qmgr_message_recipient_limit = 20000
relay_destination_recipient_limit = $default_destination_recipient_limit
smtp_destination_recipient_limit = 1
smtpd_recipient_limit = 1000
virtual_destination_recipient_limit = $default_destination_recipient_limit


Please subscribe to the postfix mailing list, and follow the directions in
   http://www.postfix.org/DEBUG_README.html#mail
when asking for help. In particular if you don't show relevant logs, don't be surprised if nobody replies to your post.

don't forget to say which postfix version you use:
$ postconf mail_version

you'll probably need to show your master.cf (in addition to 'postconf -n' output).
and still is not working as expected.

Any idea ?











Reply via email to