Re: Using the correct tcp.smtp?

2001-07-13 Thread Stuart Harris

Well considering every pop session should update the file.. and the most
recent text file is May11. then you have more serious problems than location
;)

- Original Message -
From: Steven Katz [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, July 13, 2001 4:33 PM
Subject: Using the correct tcp.smtp?


 I don't seem to have smtp-after-pop-auth working. Does anything have
 to be done so that qmail knows to use the tcp.smtp in ~vpopmail/etc
 instead of the one in /etc?

 In ~vpopmail/etc:

 -rw-rw-r--1 vpopmail vchkpw 62 May 11 06:58 tcp.smtp
 -rw-r--r--1 vpopmail vchkpw   2204 Jul 13 06:40 tcp.smtp.cdb

 In /etc:

 -rw-r--r--1 root root   96 Apr 22 10:52 /etc/tcp.smtp
 -rw-r--r--1 root root 2192 Apr 22 21:49 /etc/tcp.smtp.cdb

 Steven





RE: Using the correct tcp.smtp?

2001-07-13 Thread Tim Hunter

Edit the line that start qmail-smtpd

-Original Message-
From: Steven Katz [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 11:34 AM
To: [EMAIL PROTECTED]
Subject: Using the correct tcp.smtp?


I don't seem to have smtp-after-pop-auth working. Does anything have 
to be done so that qmail knows to use the tcp.smtp in ~vpopmail/etc 
instead of the one in /etc?

In ~vpopmail/etc:

-rw-rw-r--1 vpopmail vchkpw 62 May 11 06:58 tcp.smtp
-rw-r--r--1 vpopmail vchkpw   2204 Jul 13 06:40 tcp.smtp.cdb

In /etc:

-rw-r--r--1 root root   96 Apr 22 10:52 /etc/tcp.smtp
-rw-r--r--1 root root 2192 Apr 22 21:49 /etc/tcp.smtp.cdb

Steven





RE: Using the correct tcp.smtp?

2001-07-13 Thread Steven Katz

In /etc/rc.d/init.d, I have a qmail script which among other things 
contains:

  cdb)
tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp  /etc/tcp.smtp
chmod 644 /etc/tcp.smtp.cdb
echo Reloaded /etc/tcp.smtp.

and in /var/qmail/supervise/qmail-smtpd, I have a run file:

#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 200 \
/usr/local/bin/tcpserver -v -p
-x /home/vpopmail/etc/tcp.smtp.cdb -c $MAXSMTPD$
-u $QMAILDUID -g $NOFILESGID 0 smtp /usr/local/bin/rblsmtpd \
/var/qmail/bin/qmail-smtpd 21

Should I just replace the old path with the new one in all instances?

Steven


-Original Message-
From: Tim Hunter [EMAIL PROTECTED]
Sent: Friday, July 13, 2001 8:35 AM
To: [EMAIL PROTECTED]
Subject: RE: Using the correct tcp.smtp?


Edit the line that start qmail-smtpd


-Original Message-
From: Steven Katz [EMAIL PROTECTED]
Sent: Friday, July 13, 2001 11:34 AM
To: [EMAIL PROTECTED]
Subject: Using the correct tcp.smtp?


I don't seem to have smtp-after-pop-auth working. Does anything have 
to be done so that qmail knows to use the tcp.smtp in ~vpopmail/etc 
instead of the one in /etc?

In ~vpopmail/etc:

-rw-rw-r--1 vpopmail vchkpw 62 May 11 06:58 tcp.smtp
-rw-r--r--1 vpopmail vchkpw   2204 Jul 13 06:40 tcp.smtp.cdb

In /etc:

-rw-r--r--1 root root   96 Apr 22 10:52 /etc/tcp.smtp
-rw-r--r--1 root root 2192 Apr 22 21:49 /etc/tcp.smtp.cdb

Steven






RE: Using the correct tcp.smtp?

2001-07-13 Thread Steven Katz

Sorry, this is what my qmail-smtpd really looks like:

#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 200 \
/usr/local/bin/tcpserver -v -p \
-x /home/vpopmail/etc/tcp.smtp.cdb -c $MAXSMTPD \
-u $QMAILDUID -g $NOFILESGID 0 smtp /usr/local/bin/rblsmtpd \
/var/qmail/bin/qmail-smtpd 21


-Original Message-
From: Steven Katz
Sent: Friday, July 13, 2001 8:52 AM
To: [EMAIL PROTECTED]
Subject: RE: Using the correct tcp.smtp?


In /etc/rc.d/init.d, I have a qmail script which among other things 
contains:

  cdb)
tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp  /etc/tcp.smtp
chmod 644 /etc/tcp.smtp.cdb
echo Reloaded /etc/tcp.smtp.

and in /var/qmail/supervise/qmail-smtpd, I have a run file:

#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 200 \
/usr/local/bin/tcpserver -v -p
-x /home/vpopmail/etc/tcp.smtp.cdb -c $MAXSMTPD$
-u $QMAILDUID -g $NOFILESGID 0 smtp /usr/local/bin/rblsmtpd \
/var/qmail/bin/qmail-smtpd 21

Should I just replace the old path with the new one in all instances?

Steven


-Original Message-
From: Tim Hunter [EMAIL PROTECTED]
Sent: Friday, July 13, 2001 8:35 AM
To: [EMAIL PROTECTED]
Subject: RE: Using the correct tcp.smtp?


Edit the line that start qmail-smtpd


-Original Message-
From: Steven Katz [EMAIL PROTECTED]
Sent: Friday, July 13, 2001 11:34 AM
To: [EMAIL PROTECTED]
Subject: Using the correct tcp.smtp?


I don't seem to have smtp-after-pop-auth working. Does anything have 
to be done so that qmail knows to use the tcp.smtp in ~vpopmail/etc 
instead of the one in /etc?

In ~vpopmail/etc:

-rw-rw-r--1 vpopmail vchkpw 62 May 11 06:58 tcp.smtp
-rw-r--r--1 vpopmail vchkpw   2204 Jul 13 06:40 tcp.smtp.cdb

In /etc:

-rw-r--r--1 root root   96 Apr 22 10:52 /etc/tcp.smtp
-rw-r--r--1 root root 2192 Apr 22 21:49 /etc/tcp.smtp.cdb

Steven