Am 10.05.2013 17:17, schrieb Charles Marcus:
> On 2013-05-10 10:37 AM, Stephan Bosch <step...@rename-it.nl> wrote:
>> Ehhh.. no :) It implements the server-side SMTP AUTH, so that your MTA 
>> doesn't have to any more. So the client
>> will authenticate to Dovecot rather than to the regular MTA/MSA. But, again, 
>> this is a rather trivial matter and
>> not the main reason for building this proxy.
> 
> Ok... so, will this make it easier to add client side sasl support to 
> dovecots dovecot-sasl implementation to
> eliminate the need for postfix+dovecot systems to continue to rely on 
> cyrus-sasl for MTA client side sasl support?

[root@srv-rhsoft:~]$ postconf -n | grep dovecot
smtpd_sasl_type = dovecot

dovecot.conf:
service auth {
  unix_listener /var/spool/postfix/private/auth {
  mode                         = 0660
  user                         = postfix
  group                        = postfix
 }
}

and any dovecot user works the same way and with the same
auth-mechs with postfix - in use here since 2009
___________________

any in this case means rally any like also below to get rid
of problems with legacy client-configs of a old server which
supported % instead of @, now both works equal as username

auth_username_translation = 
%@AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to