Date: Wed, 23 Mar 2016 14:02:36 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> To: Olli Hauer <ohauer@FreeBSD.org> Cc: "ports@FreeBSD.org" <ports@FreeBSD.org> Subject: Re: mail/postfix with Dovecot SASL Message-ID: <56F293EC.8000309@quip.cz> In-Reply-To: <56F28FD2.7040409@gmx.de> References: <56F28A99.5060005@quip.cz> <56F28FD2.7040409@gmx.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56F293EC.8000309>