Hello list, is there a way to use Dovecot SASL Authentication for submission on a different machine dovecot runs? e.g.: Dovecot machine <-> postfix machine(for submission) How can I authenticate my senders on a different physical machine against Dovecot SASL? Thanks, Tobias
On Sat, 2011-11-05 at 15:13 +0100, Tobias Hachmer wrote:> is there a way to use Dovecot SASL Authentication for submission on a > different machine dovecot runs?With v2.0 you should be able to add inet_listener for auth service, which acts as an auth-client socket.> Dovecot machine <-> postfix machine(for submission)Looking at Postfix v2.8.0 code, looks like Postfix also supports it.
* Timo Sirainen <dovecot at dovecot.org>:> On Sat, 2011-11-05 at 15:13 +0100, Tobias Hachmer wrote: > > > is there a way to use Dovecot SASL Authentication for submission on a > > different machine dovecot runs? > > With v2.0 you should be able to add inet_listener for auth service, > which acts as an auth-client socket. > > > Dovecot machine <-> postfix machine(for submission) > > Looking at Postfix v2.8.0 code, looks like Postfix also supports it.Document it and Wietse will support it on the mailing list. If its not documented support will be declined. Should I? p at rick -- state of mind () http://www.state-of-mind.de Franziskanerstra?e 15 Telefon +49 89 3090 4664 81669 M?nchen Telefax +49 89 3090 4666 Amtsgericht M?nchen Partnerschaftsregister PR 563
On Sat, 2011-11-05 at 20:43 +0100, Patrick Ben Koetter wrote:> * Timo Sirainen <dovecot at dovecot.org>: > > On Sat, 2011-11-05 at 15:13 +0100, Tobias Hachmer wrote: > > > > > is there a way to use Dovecot SASL Authentication for submission on a > > > different machine dovecot runs? > > > > With v2.0 you should be able to add inet_listener for auth service, > > which acts as an auth-client socket. > > > > > Dovecot machine <-> postfix machine(for submission) > > > > Looking at Postfix v2.8.0 code, looks like Postfix also supports it. > > Document it and Wietse will support it on the mailing list. If its not > documented support will be declined.You mean document in Dovecot wiki or for Postfix?> Should I?Please do :)