LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Postfix refuses POP clients after mysqlizing back end (https://www.linuxquestions.org/questions/linux-hardware-18/postfix-refuses-pop-clients-after-mysqlizing-back-end-694890/)

bluethundr 01-04-2009 11:17 AM

Postfix refuses POP clients after mysqlizing back end
 
Hello,

I have attempted to mysqlize the backend of my postfix config. Since doing that I have not been able to connect to my server via pop clients. I am using courier as my pop server. I am suffering authentication failures even though the correct username and password are supplied.

Here is my main.cf file

http://paste.debian.net/25166/

And these are the supporting files that are supposed to convert my postfix configuration to a mysql backend.

http://paste.debian.net/25167/
http://paste.debian.net/25168/
http://paste.debian.net/25169/
http://paste.debian.net/25170/
http://paste.debian.net/25171/
http://paste.debian.net/25172/

And here are my (sanitized) log files:

http://paste.debian.net/25178/


This is really driving me crazy, any help at all would be greatly appreciated.

billymayday 01-05-2009 04:10 AM

Two things I see.

First, any pop issue is a cyrus config problem, not postfix

The second is pretty self explanatory from the logs - you have domains listed in both mydestination and virtual_domains.

Code:

NEVER list a virtual alias domain name as a mydestination domain!
from http://www.postfix.org/VIRTUAL_README.html


All times are GMT -5. The time now is 02:10 AM.