admin cant send mail in webmail

chriske21

Verified User
Joined
Feb 26, 2008
Messages
31
Hello,

Last day i ./build dovecot and ./build todovecot. Al seams well. No one is having problems. I am just recieving mail on my admin account. Wierd part is. I cant send email true webmail with my admin account. I get a :

Server replied: 535 Incorrect authentication data

I went true the exim.conf but everything seems ok there. Its just for the admin account all other email acounts work.

How do i fix this?

**logs*
2008-05-23 13:41:33 login authenticator failed for chris (78.41.204.48) [127.0.0.1]: 535 Incorrect authentication data (set_id=admin)
2008-05-23 13:45:26 login authenticator failed for chris (78.41.204.48) [127.0.0.1]: 535 Incorrect authentication data (set_id=admin)
2008-05-23 14:04:35 login authenticator failed for chris (78.41.204.48) [127.0.0.1]: 535 Incorrect authentication data (set_id=admin)
________
Honda VTX1800F
 
Last edited:
Hello,

Have you tried:
/squirrelmail
/roundcube

to see if they make any difference? See if you get a similar error or not.

Also, try updating webmail, eg:
Code:
cd /usr/local/directadmin/scripts
./webmail.sh
./squirrelmail.sh
./roundcube.sh
(for whichever ones you have).

Newer setups will send on port 587 to avoid any RBL issues.

Also, try updating your exim.conf and exim.pl.
Don't forget to re-patch the exim.conf for dovecot, or you'll have problems.
http://help.directadmin.com/item.php?id=51

John
 
Did it all,

I just reinstalled the whole server with all the new versions. After that i restored all the data directadmin had backupt. Everything works except that i can not email with the user admin. I can recieve email but i can not set it out.

Not true webmail, not true outlook.

In exim you have a section trusted users. User admin is also in that list.

What can be wrong ?
________
Yamaha XS360
 
Last edited:
Could someone help me out with this problem please?

Tryed everything above but it just doesnt work. Its realy anoyoing me cause i get manny mails on [email protected].....

thx
________
Suzuki K11
 
Last edited:
hey

chriskie21 did you found a solution? i'm having the exact same problem...i can receive...but not send email with admin account.

same exim log error!

anyone with some ideas?!

thanks in advance!
 
Hello,

The error appears to be exim denying the relay, so shouldn't be related to dovecot.

For system accounts, the /etc/exim.pl would be loooking in /home/admin/.shadow for the crypted password.

1) First try simply resetting your admin password through DA.. and see if the /home/admin/.shadow file gets updated.. it should be filled with crypted text, and chowned to "admin:mail" ... chmod to 640.

2) Failing that, try updating the exim.conf and exim.pl.
If you're using dovecot, *do not forget to re-patch for dovecot*.
http://help.directadmin.com/item.php?id=51

3) for whatever webmail program you're using, if it's older, it might be sending on port 25. Try changing it to send on port 587, in case exim is using RBL's which are blocking localhost. The webmail configs are below the /var/www/html in the specific programs directory.

John
 
thanks John,

resetting admin passwd was the solutions for me. and thanks for all the other info...nice to know..
 
Back
Top