Current time: 10-05-2024, 10:49 AM Hello There, Guest! (LoginRegister)


Post Reply 
SMTP auth question
Author Message
dennyv Offline


Posts: 1
Joined: Oct 2007
Reputation: 0
Post: #6
RE: SMTP auth question
Hi all!

Why don't you use the rimap mechanism?

/etc/default/saslauthd
Code:
MECHANISMS="rimap"

# Additional options for this mechanism. (default: none)
# See the saslauthd man page for information about mech-specific options.
MECH_OPTIONS="127.0.0.1"

# How many saslauthd processes should we run? (default: 5)
# A value of 0 will fork a new process for each connection.
THREADS=5

# Other options (default: -c)
# See the saslauthd man page for information about these options.
#
# Example for postfix users: "-c -m /var/spool/postfix/var/run/saslauthd"
# Note: See /usr/share/doc/sasl2-bin/README.Debian
OPTIONS="-c -m /var/spool/postfix/var/run/saslauthd -r"

/etc/postfix/sasl/smtpd.conf
Code:
pwcheck_method: saslauthd
              mech_list: plain login cram-md5 digest-md5

This should works with both subdomains and alias domain... so it's working for me without, but if the IMAP works correctly saslauthd should do the same!

thanks, bye
Daniele
07-24-2008 01:48 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
SMTP auth question - robmorin - 02-23-2008, 07:21 AM
RE: SMTP auth question - joximu - 02-23-2008, 07:33 AM
RE: SMTP auth question - robmorin - 02-23-2008, 07:38 AM
RE: SMTP auth question - rbtux - 02-23-2008, 09:08 AM
RE: SMTP auth question - robmorin - 02-25-2008, 12:45 AM
RE: SMTP auth question - dennyv - 07-24-2008 01:48 AM

Forum Jump:


User(s) browsing this thread: 6 Guest(s)