postfix and chdir domain.com/admin/ failed
Posted
by
senzacionale
on Super User
See other posts from Super User
or by senzacionale
Published on 2012-04-24T10:38:14Z
Indexed on
2012/06/01
22:44 UTC
Read the original article
Hit count: 288
root@ubuntu-server:/var/log# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Hello there.
user [email protected]
+OK Password required.
pass MyPasswd
-ERR chdir domain.com/admin/ failed
Connection closed by foreign host.
and mail.log
Apr 24 12:36:41 ubuntu-server pop3d: Connection, ip=[::ffff:127.0.0.1]
Apr 24 12:36:58 ubuntu-server pop3d: chdir domain.com/admin/: No such file or directory
what can i do? how to set up this directories? MX records are set, domain is set,...
© Super User or respective owner