Urgent: dovecot problem dovecot[3163]:

elegance

Verified User
Joined
Feb 11, 2008
Messages
10
I can't send mail from php script because these errors:
Feb 25 10:24:42 server dovecot[3163]: auth(default): shadow([email protected],127.0.0.1): unknown user
Feb 25 10:24:42 server dovecot[3163]: auth(default): passwd([email protected],127.0.0.1): unknown user
Feb 25 10:24:42 server dovecot[3163]: imap-login: Login: user=<[email protected]>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
Feb 25 10:24:42 server dovecot[3163]: IMAP([email protected]): Disconnected: Logged out

Also i have [email protected] account and i am using simple php mail function for sending mail, can you tel me what's wrong?!


best regards
 
thank you for answer

sending email is working now, but i can't recieve any mails in my roundcube or others, inbox always is empty!
also no results with outlook,


do you know where is problem?!
 
Try this (CustomApache):
Code:
cd /usr/local/directadmin/customapache
patch -p0 < exim.conf.dovecot.patch
/etc/init.d/exim restart

CustomBuild:
Code:
cd /usr/local/directadmin/custombuild
patch -p0 < exim.conf.dovecot.patch
/etc/init.d/exim restart
 
Great guide form smtalk

I have not /usr/local/directadmin/customapache but i did that on custombuild folder and my emails are working now!!!,

Great guide smtalk, thank you so much
 
Back
Top