Re: non_smtp_milters don't work with spamassassin

2020-08-05 Thread Guido Goluke, MajorLabel
On Wed, 5 Aug 2020 at 08:36, Guido Goluke, MajorLabel wrote: I have a setup where I filter smtp mail with: smtpd_milters=unix:/spamass/spamass.sock, unix:/var/run/opendkim/opendkim.sock and non-smtp mail with non_smtpd_milters=unix:/spamass/spamass.sock, unix:/var/run/opendkim

Re: non_smtp_milters don't work with spamassassin

2020-08-05 Thread Guido Goluke, MajorLabel
On Wed, 5 Aug 2020 at 08:36, Guido Goluke, MajorLabel wrote: I have a setup where I filter smtp mail with: smtpd_milters=unix:/spamass/spamass.sock, unix:/var/run/opendkim/opendkim.sock and non-smtp mail with non_smtpd_milters=unix:/spamass/spamass.sock, unix:/var/run/opendkim

non_smtp_milters don't work with spamassassin

2020-08-05 Thread Guido Goluke, MajorLabel
I have a setup where I filter smtp mail with: smtpd_milters=unix:/spamass/spamass.sock, unix:/var/run/opendkim/opendkim.sock and non-smtp mail with non_smtpd_milters=unix:/spamass/spamass.sock, unix:/var/run/opendkim/opendkim.sock But when I receive non-smtp mail (typically LMTP, from a co

Re: default_destination_recipient_limit not working after changing the mailbox_transport to local_transport

2010-11-03 Thread guido
> gu...@lorenzutti.com.ar put forth on 11/2/2010 10:03 PM: > >>> # main.cf >>> transport_maps = hash:/etc/postfix/transport >>> >>> # /etc/postfix/transport >>> exmaple.org lmtp:unix:/path/to/cyrus-lmtp-server-socket > >> >> MMmmm... when I remove the local_transport and add everything to the

Re: default_destination_recipient_limit not working after changing the mailbox_transport to local_transport

2010-11-02 Thread guido
> On Mon, Nov 1, 2010 at 2:13 PM, wrote: >> Hello everyone. Im using postfix 2.5.5 and im trying to use the >> singleinstancestore of cyrus to hardlink mails instead of having one >> copy >> of every recipient. >> >> To make this work, I had to change the: >> >> mailbox_transport = lmtp:unix:/var

Re: default_destination_recipient_limit not working after changing the mailbox_transport to local_transport

2010-11-02 Thread guido
> On Mon, Nov 01, 2010 at 02:13:53PM -0300, gu...@lorenzutti.com.ar wrote: > >> Hello everyone. Im using postfix 2.5.5 and im trying to use the >> singleinstancestore of cyrus to hardlink mails instead of having one >> copy >> of every recipient. > > This is only possible if you use LMTP delivery d

Re: default_destination_recipient_limit not working after changing the mailbox_transport to local_transport

2010-11-02 Thread guido
> On Mon, Nov 1, 2010 at 2:13 PM, wrote: >> >> Hello everyone. Im using postfix 2.5.5 and im trying to use the >> singleinstancestore of cyrus to hardlink mails instead of having one >> copy >> of every recipient. >> >> To make this work, I had to change the: >> >> mailbox_transport = lmtp:unix:/v

default_destination_recipient_limit not working after changing the mailbox_transport to local_transport

2010-11-01 Thread guido
Hello everyone. Im using postfix 2.5.5 and im trying to use the singleinstancestore of cyrus to hardlink mails instead of having one copy of every recipient. To make this work, I had to change the: mailbox_transport = lmtp:unix:/var/spool/postfix/public/lmtp local_transport = to mailbox_transpo