I have a problem regarding sending e-mail. I've searched the net and these forums but couldn't find the solution, so I hope you guys can help me out here.
I have an account named "a_user", with domain name "domain.com". The e-mail address is [email protected].
The user can receive mail via POP3, but when sending via SMTP or webmail (only tried Roundcube so far) I get the following error in /var/log/exim/mainlog:
Roundcube:
SMTP:
And in /var/log/maillog:
I understand that /etc/virtual//passwd isn't correct. But I have no clue what to edit to fix this.
I tried the following things:
I hope it is nothing too special.
Thanks in advance for your help!
I have an account named "a_user", with domain name "domain.com". The e-mail address is [email protected].
The user can receive mail via POP3, but when sending via SMTP or webmail (only tried Roundcube so far) I get the following error in /var/log/exim/mainlog:
Roundcube:
Code:
login authenticator failed for localhost.localdomain (domain.com) [127.0.0.1]: 535 Incorrect authentication data (set_id=a_user)
SMTP:
Code:
login authenticator failed for {hostname client} ({name client}) {ip client}]: 535 Incorrect authentication data (set_id=a_user)
And in /var/log/maillog:
Code:
dovecot[2482]: auth(default): shadow(a_user,{client ip}): Password mismatch
dovecot[2482]: auth(default): passwd-file(a_user,{client ip}): no passwd file: /etc/virtual//passwd
I understand that /etc/virtual//passwd isn't correct. But I have no clue what to edit to fix this.
I tried the following things:
- Check if /home/a_user/.shadow exists and has content
- Change password of a_user through shell
- Change password via "Change password" in admin scope
- Updated exim.conf
I hope it is nothing too special.
Thanks in advance for your help!