![]() |
postfix can't find user
I followed the guide here: Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (CentOS 6.0 x86_64) and everything seems to be working properly.
I set up an account admin at jawlawky.com I sent a test email using mailx and then attempted to login. Unfortunately, everytime I try to login using either the raw telnet connection or the SquirrelMail web access, I have trouble. Finding that the imap was having trouble changing directory (chdir admin/admin/: No such file or directory) and knowing that the server is supposed to create the directory, I check my /var/log/maillog file. What I see is (with the timestamp and servername removed): Code:
clamd[27102]: SelfCheck: Database status OK.Here are my entries: Code:
mysql> SELECT email, quota FROM users;Thank you very much. |
Can you post your main.cf?
Is admin listed in /etc/passwd? |
passwd and main.cf
1 Attachment(s)
Code:
[machtyn@alvinadams ~]$ sudo cat /etc/passwd | grep admin |
Looks ok. What are the outputs of
Code:
hostnameCode:
hostname -f |
Code:
[machtyn@alvinadams ~]$ hostnameI decided to try and send again using "mailx admin@jawlawky.com" and this is what I got in the maillog: Code:
clamd[27102]: SelfCheck: Database status OK.Finally, I did find this thread: http://www.howtoforge.com/forums/showthread.php?t=32663 that has a similar error as the one I've listed above. I'll try using its suggestions and get back here. Namely, putting mysql to listening on all ifaces and modifying the master.cf file for the maildrop option. If there is something else, feel free to let me know. Thanks! |
1 Attachment(s)
also, for what it's worth, here is my master.cf file before i try to edit using those suggestions.
|
| All times are GMT +2. The time now is 13:35. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.