Hi list I searched the net, but could not find something related. Is it possible to export the client socket to sendmail for smtp auth? What would be the sendmail.mc configuration for this? #client { # The client socket is generally safe to export to everyone. Typical use # is to export it to your SMTP server so it can do SMTP AUTH lookups # using it. #path = /var/spool/postfix/private/auth #mode = 0660 #user = postfix #group = postfix #} It can also be the other way round: can Dovecot use Cyrus SASL for user authentication? I need to use sendmail, ip based solutions like pop-before-smtp or poprelay are not an option. Thanks, Mike
On Thu, 2009-02-12 at 10:40 +0100, EQX wrote:> Hi list > > I searched the net, but could not find something related. > > Is it possible to export the client socket to sendmail for smtp auth?Not currently. They speak different protocols. Would be nice to have that feature some day, but I'm not planning to write support for it anytime soon.> It can also be the other way round: can Dovecot use Cyrus SASL for > user authentication?No. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20090212/9f956642/attachment-0002.bin>
EQX wrote:> > Hi list > > I searched the net, but could not find something related. > > Is it possible to export the client socket to sendmail for smtp auth? > What would be the sendmail.mc configuration for this? > #client { > # The client socket is generally safe to export to everyone. > Typical use > # is to export it to your SMTP server so it can do SMTP AUTH lookups > # using it. > #path = /var/spool/postfix/private/auth > #mode = 0660 > #user = postfix > #group = postfix > #} > > It can also be the other way round: can Dovecot use Cyrus SASL for user > authentication?Through pam, if you set "MECH=pam" in sasl config. http://wiki.dovecot.org/PasswordDatabase/PAM Ken> > I need to use sendmail, ip based solutions like pop-before-smtp or > poprelay are not an option. > > Thanks, Mike >
Ken A wrote:> > Through pam, if you set "MECH=pam" in sasl config. > http://wiki.dovecot.org/PasswordDatabase/PAM >uh.. nevermind. got the cart before the horse there. need more coffee.. Ken
Andrzej Adam Filip
2009-Feb-12 17:52 UTC
[Dovecot] sendmail smtp auth using client socket [LDAP auth]
EQX <eqx at gmx.net> wrote:> Hi list > > I searched the net, but could not find something related. > > Is it possible to export the client socket to sendmail for smtp auth? > What would be the sendmail.mc configuration for this? > > #client { > # The client socket is generally safe to export to everyone. Typical use > # is to export it to your SMTP server so it can do SMTP AUTH lookups > # using it. > #path = /var/spool/postfix/private/auth > #mode = 0660 > #user = postfix > #group = postfix > #} > > It can also be the other way round: can Dovecot use Cyrus SASL for > user authentication? > > I need to use sendmail, ip based solutions like pop-before-smtp or > poprelay are not an option.Have you considered using "LDAP based" authentication in dovecot and sendmail? -- [pl>en: Andrew] Andrzej Adam Filip : anfi at onet.eu Packages should build-depend on what they should build-depend. -- Santiago Vila on debian-devel