[vchkpw] important: roaming users

2004-01-27 Thread KTS

Tuesday January 27 2004 01:49, Andrea Riela wrote to All:

 >> --enable-domainquotas --ena ble-tcpserver-file=/etc/tcp.smtp 

 AR> I think you have to use /home/vpopmail/etc/tcp.smtp

You *must* use the one tcpserver uses.

 KS

   KARICO Business Services
   Toronto, ON Canada
   http://www.karico.ca


... Every program is a part of some other program, and rarely fits.



RE: [vchkpw] important: roaming users

2004-01-26 Thread Andrea Riela
> I compiled vpopmail 5.4.0-rc2  with:
> ./configure --prefix=/usr/local/vpopmail/
> --enable-roaming-users--enable
> -relay-clear-minutes=10 --enable-learn-passwords
> --enable-domainquotas --ena ble-tcpserver-file=/etc/tcp.smtp 

I think you have to use /home/vpopmail/etc/tcp.smtp

Try with --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp.
In you tcp.smtp add your rules.

An example (with qmail-scanner):

# No Qmail-Scanner at all for mail from 127.0.0.1
127.:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-queue
"
# Use Qmail-Scanner without SpamAssassin on any mail from the LAN
192.168.:allow,RELAYCLIENT="",RBLSMTPD="",TCPREMOTEIP="Protected",QMAILQUEUE
="/var/qmail/bin/qmail-queue"
# Use Qmail-Scanner with SpamAssassin on any mail from the rest of the world
:allow,DENYMAIL="DNSCHECK",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl
"

Then check 2 things:

1. your pop3 runscript
2. /home/vpopmail/etc/* permissions (like those):
-rw-r--r--  1 root  vchkpw25 Jan 24 15:52 inc_deps
-rw-r--r--  1 root  vchkpw34 Jan 24 15:52 lib_deps
-rw-r--r--  1 vpopmail  vchkpw58 Jan 27 01:48 open-smtp
-rw-r--r--  1 root  vchkpw 0 Jan 27 01:41 open-smtp.lock
-rw-r--r--  1 root  vchkpw   455 Jan 16 15:55 tcp.smtp
-rw-r--r--  1 vpopmail  vchkpw  2414 Jan 27 01:48 tcp.smtp.cdb
-rw-r--r--  1 vpopmail  vchkpw  1107 Jan 16 15:54 vlimits.default

Andrea



[vchkpw] important: roaming users

2004-01-26 Thread knom
I've got a big problem with roaming users !

I compiled vpopmail 5.4.0-rc2  with:
./configure --prefix=/usr/local/vpopmail/ --enable-roaming-users--enable
-relay-clear-minutes=10 --enable-learn-passwords --enable-domainquotas --ena
ble-tcpserver-file=/etc/tcp.smtp


Permissions:
-rw-r--r--1 vpopmail vchkpw 26 Jan 22 17:43 /etc/tcp.smtp

But Vpopmail doesnt add IPs of logged in pop3-users to the tcp.smtp file
(and therefore they can't send)..

Please help me !!