ispCP - Board - Support
Problem with new mail user - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Problem with new mail user (/thread-7937.html)

Pages: 1 2


RE: Problem with new mail user - mato - 09-23-2009 06:08 PM

hi, the mail of my isp provider has also came, with a litle larger delay Smile

the users list looks like this
# /usr/sbin/sasldblistusers2
Code:
user@domain.tld: userPassword
test@domain.tld: userPassword
that are my only mail accounts created in ispcp
I attach also ehlo result from smtp
Quote:# telnet orange.domain.tld 25
220 orange ESMTP ispCP 1.0.3 OMEGA Managed
ehlo localhost
250-orange
250-PIPELINING
250-SIZE
250-VRFY
250-ETRN
250-AUTH PLAIN LOGIN
250-AUTH=PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
home it helps


RE: Problem with new mail user - joximu - 09-23-2009 06:40 PM

ok, so we can say: the users are in the sasldb - now the last problem is that postfix does not finde the proper sasl service.

Stop saslauthd and rename any files in /etc/postfix/sasl/; restart postfix

postfix has a own sasl service integrated and this works better than external services.

/J


RE: Problem with new mail user - mato - 09-23-2009 07:01 PM

hmm first I checked saslauthd status
# service saslauthd status
Quote:Checking for service saslauthd: unused
and the folder /etc/postfix/sasl/ doesn't exist ...Sad


RE: Problem with new mail user - joximu - 09-23-2009 07:44 PM

what's in /etc/sasl2/smtpd.conf?


RE: Problem with new mail user - mato - 09-23-2009 07:48 PM

Code:
pwcheck_method: saslauthd
mech_list: plain login

that was fresh installation suse 11.1 and ispcp


RE: Problem with new mail user - mato - 09-23-2009 08:51 PM

uff ... why i didn't se that before Big Grin

solution -> /etc/sasl2/smtpd.conf
Code:
pwcheck_method: auxprop
auxprop_plugin: sasldb
mech_list: PLAIN LOGIN CRAM-MD5 DIGEST-MD5

joximu thx for your help, I respect your effortSmile


RE: Problem with new mail user - joximu - 09-24-2009 06:26 AM

you can respect it here http://www.isp-control.net/forum/reputation.php?uid=89 :-)

ok, then I'm closing here...

/J