Carlos
2007-12-22 10:46:06 UTC
HEllo i am desperate and i dont kow how to solve my problem.
I have install the SLES 10, i have upodate online and i have install the
SP1.
I want to configure one email server using postfix, sasl, cyrus and the
autentication againts the ldap (localhot)
I have configure into the dns server (in the same server) 6 domains.
Into the email server (always using yast) y have configured the 6 domains,
one master and the oherts (5) virutals.
the configuration is the next (only i writte what have i change):
SASLAUTHD_AUTHMECH="ldap"
/etc/saslauth.conf:
ldap_servers: ldap://localhost:389
ldap_search_base: ou=people,dc=domain1.com,dc=com
ldap_filter: uid=%u
ldap_group_scope: sub
ldap_password_attr:userPassword
into /usr/lib/sasl2 i have smtpd.conf:
pwcheck_method: saslauthd
mech_list: plain login
if i make:
testsaslauthd -u usuario -p pasword
0: OK "Success."
1. problem:
i am using the yast for adding users and when y add one ussers and i add it
email adress using the yast pluging for editing the email date from user ,
or if i change the password whe i finalize appears this error into the
/var/logs/messages:
Dec 22 11:29:54 server master[4560]: about to exec /usr/lib/cyrus/bin/imapd
Dec 22 11:29:54 server imap[4560]: executed
Dec 22 11:29:54 server imap[4560]: accepted connection
Dec 22 11:29:54 server saslauthd[3090]: Entry not found (uid=cyrus).
Dec 22 11:29:54 server saslauthd[3090]: Authentication failed for cyrus:
User not found (-6)
Dec 22 11:29:54 server saslauthd[3090]: do_auth : auth failure:
[user=cyrus] [service=imap] [realm=] [mech=ldap] [reason=Unknown]
Dec 22 11:29:54 server imap[4560]: badlogin: localhost [127.0.0.1] plaintext
cyrus SASL(-13): authentication failure: checkpass failed
¿what is the problem?
the cyrus user is into the /etc/passwd, is one system user.
2.- if i have 2 domains: domain1.con and domain2.com and if i what to have 2
emails addresses: ***@domain1.com and ***@domain2.com i have added 2 users
using the yast but to the second user the yast put one email address. if i
waht to use for this user other email adress i can add but is impoible to
delete the yast has added email address.
3.- if i send ine email to this user appears this error message:
Dec 22 11:40:05 server lmtpunix[4749]: accepted connection
Dec 22 11:40:05 server lmtpunix[4749]: lmtp connection preauth'd as postman
Dec 22 11:40:05 server master[4814]: about to exec /usr/lib/cyrus/bin/lmtpd
Dec 22 11:40:05 server lmtpunix[4749]: verify_user(user.carlostinieblas)
failed: Mailbox does not exist
Dec 22 11:40:05 server lmtpunix[4814]: executed
Dec 22 11:40:05 server lmtpunix[4749]: IOERROR: fstating sieve script
/var/lib/sieve/c/carlos/defaultbc: No such file or directory
Dec 22 11:40:05 server lmtpunix[4749]: duplicate_check:
<***@server.lpis.com> user.carlos 0
Dec 22 11:40:05 server lmtpunix[4749]: mystore: starting txn 2147483654
Dec 22 11:40:05 server lmtpunix[4749]: mystore: committing txn 2147483654
Dec 22 11:40:05 server lmtpunix[4749]: duplicate_mark:
<***@server.lpis.com> user.carlos 1198320005
43
what is the problem? the yast doesn't work well?
I have into SLES support opened tow issues:
#10372072571 and #10372805557 issues into the days:
13/12/2007 and 17/12/2007 and still ther eis not solution.
How can i solve this problem?
can anybopdy helps me?
thanks
I have install the SLES 10, i have upodate online and i have install the
SP1.
I want to configure one email server using postfix, sasl, cyrus and the
autentication againts the ldap (localhot)
I have configure into the dns server (in the same server) 6 domains.
Into the email server (always using yast) y have configured the 6 domains,
one master and the oherts (5) virutals.
the configuration is the next (only i writte what have i change):
SASLAUTHD_AUTHMECH="ldap"
/etc/saslauth.conf:
ldap_servers: ldap://localhost:389
ldap_search_base: ou=people,dc=domain1.com,dc=com
ldap_filter: uid=%u
ldap_group_scope: sub
ldap_password_attr:userPassword
into /usr/lib/sasl2 i have smtpd.conf:
pwcheck_method: saslauthd
mech_list: plain login
if i make:
testsaslauthd -u usuario -p pasword
0: OK "Success."
1. problem:
i am using the yast for adding users and when y add one ussers and i add it
email adress using the yast pluging for editing the email date from user ,
or if i change the password whe i finalize appears this error into the
/var/logs/messages:
Dec 22 11:29:54 server master[4560]: about to exec /usr/lib/cyrus/bin/imapd
Dec 22 11:29:54 server imap[4560]: executed
Dec 22 11:29:54 server imap[4560]: accepted connection
Dec 22 11:29:54 server saslauthd[3090]: Entry not found (uid=cyrus).
Dec 22 11:29:54 server saslauthd[3090]: Authentication failed for cyrus:
User not found (-6)
Dec 22 11:29:54 server saslauthd[3090]: do_auth : auth failure:
[user=cyrus] [service=imap] [realm=] [mech=ldap] [reason=Unknown]
Dec 22 11:29:54 server imap[4560]: badlogin: localhost [127.0.0.1] plaintext
cyrus SASL(-13): authentication failure: checkpass failed
¿what is the problem?
the cyrus user is into the /etc/passwd, is one system user.
2.- if i have 2 domains: domain1.con and domain2.com and if i what to have 2
emails addresses: ***@domain1.com and ***@domain2.com i have added 2 users
using the yast but to the second user the yast put one email address. if i
waht to use for this user other email adress i can add but is impoible to
delete the yast has added email address.
3.- if i send ine email to this user appears this error message:
Dec 22 11:40:05 server lmtpunix[4749]: accepted connection
Dec 22 11:40:05 server lmtpunix[4749]: lmtp connection preauth'd as postman
Dec 22 11:40:05 server master[4814]: about to exec /usr/lib/cyrus/bin/lmtpd
Dec 22 11:40:05 server lmtpunix[4749]: verify_user(user.carlostinieblas)
failed: Mailbox does not exist
Dec 22 11:40:05 server lmtpunix[4814]: executed
Dec 22 11:40:05 server lmtpunix[4749]: IOERROR: fstating sieve script
/var/lib/sieve/c/carlos/defaultbc: No such file or directory
Dec 22 11:40:05 server lmtpunix[4749]: duplicate_check:
<***@server.lpis.com> user.carlos 0
Dec 22 11:40:05 server lmtpunix[4749]: mystore: starting txn 2147483654
Dec 22 11:40:05 server lmtpunix[4749]: mystore: committing txn 2147483654
Dec 22 11:40:05 server lmtpunix[4749]: duplicate_mark:
<***@server.lpis.com> user.carlos 1198320005
43
what is the problem? the yast doesn't work well?
I have into SLES support opened tow issues:
#10372072571 and #10372805557 issues into the days:
13/12/2007 and 17/12/2007 and still ther eis not solution.
How can i solve this problem?
can anybopdy helps me?
thanks
--
To unsubscribe, e-mail: opensuse+***@opensuse.org
For additional commands, e-mail: opensuse+***@opensuse.org
To unsubscribe, e-mail: opensuse+***@opensuse.org
For additional commands, e-mail: opensuse+***@opensuse.org