Hello
tekn...@wp.pl wrote:
-bash-2.05b# telnet 0 110
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
+OK Hello there.
user test
+OK Password required.
pass testpassword
-ERR Temporary problem, please try again later
Connection closed by foreign host.
and in logs:
Sep 28 15:12:51 server pop3d: LOGIN FAILED, user=test, ip=[127.0.0.1]
Sep 28 15:12:51 server pop3d: authentication error: Input/output error
Why ?
Database works fine. What's wrong ?
Home directory of account has ownership with uid of different value to
users uid entry in database.
No - i have the same uid in database:
mysql> select uid,gid from postfix_users;
+------+------+
| uid | gid |
+------+------+
| 1001 | 1001 |
+------+------+
1 row in set (0.00 sec)
as the one in the system:
-bash-2.05b# id vmail
uid=1001(vmail) gid=1001(vmail) groups=1001(vmail)
-bash-2.05b# ls -la /home/vmail/
total 24
drwxr-xr-x 3 vmail vmail 512 Sep 28 11:46 server.com
-bash-2.05b# ls -la /home/vmail/server.com/
total 6
drwxr-xr-x 3 vmail vmail 512 Sep 28 11:46 .
drwx------ 3 vmail vmail 512 Sep 28 11:50 ..
drwxr-xr-x 3 vmail vmail 512 Sep 28 11:46 test
-bash-2.05b# ls -la /home/vmail/server.com/test
total 6
drwxr-xr-x 3 vmail vmail 512 Sep 28 11:46 .
drwxr-xr-x 3 vmail vmail 512 Sep 28 11:46 ..
drwx------ 5 vmail vmail 512 Sep 28 11:47 Maildir
So - what might be wrong ?
Thanx