Hello Martin,

Am 19.11.2008 15:10 Uhr, Mark Martinec schrieb:

>>> Any mail which MTA will pass to a filter on port 10026 (but not on 10024)
>>> will now be eligible for DKIM signing. This is useful for mail submitted
>>> from authenticated roaming clients which have foreign IP addresses.
>>>
>>> See also:
>>>   http://marc.info/?l=postfix-users&m=122658465804423
> 
>>> pickup    fifo  n       -       n       60      1       pickup
>>>   -o content_filter=amavisfeed:[127.0.0.1]:10026
>> I would prefer this solution more, but SASL authenticated mail is
>> normally not handled by pickup. Is there a way, to put the 'originating'
>> flag to SASL authenticated mails?
> 
> Just follow the combined advise from mouss and me in the
> referenced Postfix thread, it covers mail from SASL authenticated
> and from local networks.

I'm sorry, I haven't read carefully enough.

I've set that up, but something is not working right:

Nov 19 16:20:25 bender postfix/smtpd[27979]: [ID 197553 mail.info]
NOQUEUE: filter: RCPT from mx1.cnd-ag.ch[82.197.176.19]:
<mx1.cnd-ag.ch[82.197.176.19]>: Client host triggers FILTER
amavisauth:[127.0.0.1]:10026; from=<[EMAIL PROTECTED]>
to=<[EMAIL PROTECTED]> proto=ESMTP helo=<mx1.cnd-ag.ch>

Nov 19 16:20:25 bender postfix/smtpd[27979]: [ID 197553 mail.info]
NOQUEUE: filter: RCPT from mx1.cnd-ag.ch[82.197.176.19]:
<mx1.cnd-ag.ch[82.197.176.19]>: Client host triggers FILTER
amavisfeed:[127.0.0.1]:10024; from=<[EMAIL PROTECTED]>
to=<[EMAIL PROTECTED]> proto=ESMTP helo=<mx1.cnd-ag.ch>

When I receive an e-mail, it seems that it triggers on both, but it
selects amavisfeed.

If a mail comes in through SMTP-AUTH it goes also throught amavisfeed.

I've did this settings:

smtpd_client_restrictions =

    check_client_access pcre:/etc/postfix/filter_outbound

    permit_mynetworks

    permit_sasl_authenticated

    check_client_access pcre:/etc/postfix/filter_inbound


I've disabled the content_filter for that.

I have to admit, that I'm using permit_sasl_authenticated on different
places:
smtpd_recipient_restrictions = permit_sasl_authenticated,
smtpd_helo_restrictions = permit_sasl_authenticated,
smtpd_sender_restrictions = permit_sasl_authenticated,




Ihsan


-- 
[EMAIL PROTECTED]               http://blog.dogan.ch/

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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/ 

Reply via email to