Jump to content

Postfix + sasl


Guest magicfrank
 Share

Recommended Posts

Guest magicfrank

Hi all,

I'm trying to configure postfix and sasl to allow my client to authentificate on my server. I added to my main.cf file these lines:

 

smtp_sasl_auth_enable = yes

broken_sasl_auth_clients = yes

smtpd_sasl_local_domain = $myhostname

smtpd_sasl_path = /etc/postfix/sasl:/usr/lib/sasl2

 

smtpd_recipient_restrictions =

permit_sasl_authenticated,

permit_mynetworks,

check_relay_domains

 

When i do a telnet on my server, I don't see any of these lines:

S: 250-AUTH PLAIN LOGIN DIGEST-MD5 CRAM-MD5 GSSAPI

S: 250-AUTH=PLAIN LOGIN DIGEST-MD5 CRAM-MD5 GSSAPI

 

So, I'm wondering if the postfix's rpm include sasl authentification by default. If not, do I need to recompile postfix using a tar file ? Do I miss anything ?

 

Thanks,

Frank

Link to comment
Share on other sites

  • 2 weeks later...
When i do a telnet on my server, I don't see any of these lines:

S: 250-AUTH PLAIN LOGIN DIGEST-MD5 CRAM-MD5 GSSAPI

S: 250-AUTH=PLAIN LOGIN DIGEST-MD5 CRAM-MD5 GSSAPI

You need to install the plugins :

urpmi libsasl2-plug-plain
urpmi libsasl2-plug-crammd5
urpmi libsasl2-plug-digestmd5
urpmi libsasl2-plug-gssapi

Note that I still haven't got it working though.

 

- Peder

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...