hello all,
    I'm sorry for this bit OT issue.
 
I've configured qmail-pop3d service, provided via tcpserver, issuing the following script:
 
#!/bin/sh
#
# auhtor: giovanni costagliola
#
VPOPMAILUID=0
VPOPMAILGID=0
MAXPOPD=30
LOCAL=`head -1 /var/qmail/control/me`
STDERRLOG="/var/log/qmail/pop3d/err.out"
STDOUTLOG="/var/log/qmail/pop3d/std.out"
NOW=`/bin/date +"%F %T.%N"`
 
/bin/echo "$NOW === pop3 service started ===" >> $STDERRLOG
/bin/echo "$NOW === pop3 service started ===" >> $STDOUTLOG
 
exec /usr/local/bin/softlimit -m 4000000 \
    /usr/local/bin/tcpserver -v -R -H -l "$LOCAL" -c "$MAXPOPD" \
    -u "$VPOPMAILUID" -g "$VPOPMAILGID" 0 pop3 /var/qmail/bin/qmail-popup \
    "$LOCAL" /home/vpopmail/bin/vchkpw \
    /var/qmail/bin/qmail-pop3d Maildir 1>>$STDOUTLOG 2>>$STDERRLOG
 
I've configure vpopmail on MySQL.
 
when I attempt to connect to a mailbox of a user on a non-existent virtualdomain I receive, along with the appropriate POP error code, the dump of the SQL error occurred whithin vmysql.c which is really ugly!
 
Reading tcoserver manpage didn't help me so much. does anyone help me?
 
thanx in advance

*g

  :\
Giovanni Costagliola
_______________________

reading computer manuals without the hardware is as
frustrating as reading sex manuals without the software
  -- 69th law by Clarke

 

Reply via email to