ispCP - Board - Support
migrate ispcp rc7 from debian etch to lenny - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Migration (/forum-35.html)
+--- Thread: migrate ispcp rc7 from debian etch to lenny (/thread-5804.html)



migrate ispcp rc7 from debian etch to lenny - forke - 02-24-2009 07:43 PM

Hello we have migrate one of our customer server and we have a Issue with dovecot, can somebody help me.


Feb 24 10:33:39 srv02 dovecot: auth-worker(pysieved): sql(info@steffen-unland.de,213.144.15.3): User not found
Feb 24 10:33:39 srv02 dovecot: auth-worker(pysieved): sql(info@steffen-unland.de,213.144.15.3): User not found
Feb 24 10:33:39 srv02 dovecot: auth(pysieved): userdb(info@steffen-unland.de,213.144.15.3): user not found from userdb
Feb 24 10:33:39 srv02 dovecot: imap-login: Internal login failure: user=<info@steffen-unland.de>, method=PLAIN, rip=213.144.15.3, lip=85.10.231.121
Feb 24 10:33:39 srv02 dovecot: auth-worker(pysieved): sql(info@steffen-unland.de,213.144.15.3): User not found
Feb 24 10:33:39 srv02 dovecot: auth-worker(pysieved): sql(info@steffen-unland.de,213.144.15.3): User not found
Feb 24 10:33:39 srv02 dovecot: imap-login: Internal login failure: user=<info@steffen-unland.de>, method=PLAIN, rip=213.144.15.3, lip=85.10.231.121
Feb 24 10:36:27 srv02 dovecot: auth-worker(pysieved): sql(info@steffen-unland.de,213.144.15.3): User not found
Feb 24 10:36:27 srv02 dovecot: auth-worker(pysieved): sql(info@steffen-unland.de,213.144.15.3): User not found
Feb 24 10:36:27 srv02 dovecot: auth(pysieved): userdb(info@steffen-unland.de,213.144.15.3): user not found from userdb
Feb 24 10:36:27 srv02 dovecot: imap-login: Internal login failure: user=<info@steffen-unland.de>, method=PLAIN, rip=213.144.15.3, lip=85.10.231.121
Feb 24 10:36:27 srv02 dovecot: auth-worker(pysieved): sql(info@steffen-unland.de,213.144.15.3): User not found
Feb 24 10:36:27 srv02 dovecot: auth-worker(pysieved): sql(info@steffen-unland.de,213.144.15.3): User not found


that is only a problem with few users


But the user is in the database, or im ISPCP Control Panel. How can I debug this issue?

regards

Steffen


RE: migrate ispcp rc7 from debian etch to lenny - forke - 02-24-2009 11:46 PM

Ok, that was a misstake form our site Wink I have found the problem Wink


RE: migrate ispcp rc7 from debian etch to lenny - BeNe - 02-24-2009 11:47 PM

Problem is solved!
The Part for the aliasdomain was missed in the dovecot.conf.

Code:
userdb:
    driver: sql
    args: /etc/dovecot/dovecot-sql-aliasdomain.conf

Greez BeNe