Re: mail/postfix with Dovecot SASL

2016-03-23 Thread Miroslav Lachman

olli hauer wrote on 03/23/2016 13:45:

On 2016-03-23 13:22, Miroslav Lachman wrote:

Hi,
the older version of Postfix had options for Cyrus SASL, Dovecot SASL and 
Dovecot 2 SASL. I made 3 local meta ports do postfix-sals2 (cyrus library) 
postfix-dovecot and postfix-dovecot2. I know mail/postfix has SASL built in on 
Dovecot, but I am not sure if it will work with Dovecot 1.x and Dovecot 2.x 
(the same package installed on two different machines with different versions 
of Dovecot) We are using Dovecot's 'deliver' to deliver messages in to maildirs.

Will this new Postfix 3.1 work by default with both Dovecot versions?


Sure, it will work.
The Dovecot SASL is directly implemented in postfix, the OPTION was only used 
to enable the code in postfix, set dovecot SASL as the default and install 
dovecot as dependency.
Tracking dovecot as RUN_DEPENDENCY was not required at any time (only to 
automatically install dovecot).

In case you choose Cyrus SASL, dovecot SASL will be also build in, there is no exclude. The only 
thing that changes in this case is "smtpd_sasl_type = dovecot" vs. "smtpd_sasl_type 
= cyrus", you can check this with the command `postconf -a'.


Thank you for your quick reply. It is nice to have it that simple. :)

Miroslav Lachman

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: mail/postfix with Dovecot SASL

2016-03-23 Thread olli hauer
On 2016-03-23 13:22, Miroslav Lachman wrote:
> Hi,
> the older version of Postfix had options for Cyrus SASL, Dovecot SASL and 
> Dovecot 2 SASL. I made 3 local meta ports do postfix-sals2 (cyrus library) 
> postfix-dovecot and postfix-dovecot2. I know mail/postfix has SASL built in 
> on Dovecot, but I am not sure if it will work with Dovecot 1.x and Dovecot 
> 2.x (the same package installed on two different machines with different 
> versions of Dovecot) We are using Dovecot's 'deliver' to deliver messages in 
> to maildirs.
> 
> Will this new Postfix 3.1 work by default with both Dovecot versions?
> 

Sure, it will work.
The Dovecot SASL is directly implemented in postfix, the OPTION was only used 
to enable the code in postfix, set dovecot SASL as the default and install 
dovecot as dependency.
Tracking dovecot as RUN_DEPENDENCY was not required at any time (only to 
automatically install dovecot).

In case you choose Cyrus SASL, dovecot SASL will be also build in, there is no 
exclude. The only thing that changes in this case is "smtpd_sasl_type = 
dovecot" vs. "smtpd_sasl_type = cyrus", you can check this with the command 
`postconf -a'.

-- 
hth,
olli
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


mail/postfix with Dovecot SASL

2016-03-23 Thread Miroslav Lachman

Hi,
the older version of Postfix had options for Cyrus SASL, Dovecot SASL 
and Dovecot 2 SASL. I made 3 local meta ports do postfix-sals2 (cyrus 
library) postfix-dovecot and postfix-dovecot2. I know mail/postfix has 
SASL built in on Dovecot, but I am not sure if it will work with Dovecot 
1.x and Dovecot 2.x (the same package installed on two different 
machines with different versions of Dovecot) We are using Dovecot's 
'deliver' to deliver messages in to maildirs.


Will this new Postfix 3.1 work by default with both Dovecot versions?

--
S pozdravem
Miroslav Lachman

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"