Hello,
The admin account that was created with directadmin works great. I added several other administrators and all were able to send mail.
However, when creating a regular user
$useradd -g 100 user1,
user1 can read mail, but can't authenticate to relay mail, maillog shows error "2010-01-31 23:30:20 plain authenticator failed for ___: 535 Incorrect authentication data (set_id=user1)"
the .shadow file is there.
$cp /home/admin/.shadow /home/user1/.shadow
$ls -la /home/user1/
drwx------ 8 user1 users 4096 Jan 31 20:48 Maildir
-rw-r----- 1 user1 mail 34 Jan 31 23:37 .shadow
i'm not sure what's missing. I'd rather not create it through directadmin because that's all i need is to send/receive e-mail.
Please help
The admin account that was created with directadmin works great. I added several other administrators and all were able to send mail.
However, when creating a regular user
$useradd -g 100 user1,
user1 can read mail, but can't authenticate to relay mail, maillog shows error "2010-01-31 23:30:20 plain authenticator failed for ___: 535 Incorrect authentication data (set_id=user1)"
the .shadow file is there.
$cp /home/admin/.shadow /home/user1/.shadow
$ls -la /home/user1/
drwx------ 8 user1 users 4096 Jan 31 20:48 Maildir
-rw-r----- 1 user1 mail 34 Jan 31 23:37 .shadow
i'm not sure what's missing. I'd rather not create it through directadmin because that's all i need is to send/receive e-mail.
Please help