Hello all,
 
 I did try checking out the archives before sending this mail....but the
server seems to be
offline....http://bluedot.net/mail/archive/list.php?f=2

 I have an issue where in /home/vpopmail/etc/open-smtp gets created but
~/vpopmail/etc/tcp.smtp.cdb doesn't get created at all. The listing of
the directory is as follows....

drwxr-xr-x    2 vpopmail vchkpw        112 Feb  6 15:07 .
drwxr-xr-x    8 root     root          192 Feb  5 19:17 ..
-rw-r--r--    1 root     root           54 Feb  6 15:07 open-smtp
-rw-r--r--    1 root     root            0 Feb  5 19:19 open-smtp.lock

My startup scripts for qmail-smtpd and qmail-pop3d are as follows....

[trevor@linmail qmail-smtpd]$ cat run
#!/bin/bash
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 2000000 \
    /usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb -c
"$MAXSMTPD" \
        -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp
/var/qmail/bin/qmail-smtpd 2>&1


[trevor@linmail qmail-smtpd]$ cat ../qmail-pop3d/run
#!/bin/bash
  exec /usr/local/bin/softlimit -m 2000000 \
    /usr/local/bin/tcpserver -v -R -H -l 0 0 110
/var/qmail/bin/qmail-popup \
     FQDN /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir
-x /etc/tcp.smtp 2>&1


 Though in the above scripts i am forcing updation of
/etc/tcp.smtp.cdb....nothing seems to be getting added to it. I even
tried ~/vpopmail/etc/tcp.smtp.cdb....but to no avail.

 While compiling i have even specified at the CLI the path to the
tcp.smtp.cdb file....but neither the /etc nor the ~/vpopmail/etc/*.cdb
files are getting created/updated.

 Am in quite a fix......seems to be a very trivial issue but is really
nagging me as i have to push our organisations mail server into
production state.

 Any help will be highly appreciated. Thanks in advance pals.

 Trevor



-- 
 ( >-    GNU/LINUX, It's all about CHOICE      -< )
 /~\    __  http://www.qmailtheeasyway.com __   /~\
 |  \) /    mailto: [EMAIL PROTECTED]   \ (/ |
 |_|_  \      Research Asst, MediaLab        / _|_|
        \___________________________________/
 


Reply via email to