At 14.35 04/02/2006, you wrote:
Hi all,
I run a production mailserver cluster based on Bill's great tutorial,
with a difference: I use vpopmail with mysql backend.
This cause a bug and sometime errors are sent to the pop or smtp session
i.e. this is a transcript of a pop session to my server:
# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
user dummy
+OK
pass dummy
vmysql: sql error[3]: Unknown column 'pw_name' in 'field list' <<<<----
-ERR authorization failed
Connection closed by foreign host.
same thing happens in smtp session with SIMSCAN log(!)
Seems that some patch closes the stderr file descriptor or something
like that.
Can you give me some advice? It's only a vpopmail bug?
Thanks
fabrizio
Solved!
in supervise scripts, the values for
tcpserver -u and -g parameters was 0 ... :->
thanks