[vchkpw] tcprules: fatal: unable to create /etc/tcp.smtptmp

2002-09-12 Thread Luc
Logging to pop3 server, sometimes, i have this error: tcprules: fatal: unable to create /etc/tcp.smtptmp.18541: access denied-ERR aack, child crashed I've noticed this behaviour when telnetting to localhost port 110 and trying a pop3 authentification. What is it? How to fix it? Thanks.

Re: [vchkpw] tcprules: fatal: unable to create /etc/tcp.smtptmp

2002-09-12 Thread Ken Jones
On Thursday 12 September 2002 12:47 pm, Luc wrote: Logging to pop3 server, sometimes, i have this error: tcprules: fatal: unable to create /etc/tcp.smtptmp.18541: access denied -ERR aack, child crashed I've noticed this behaviour when telnetting to localhost port 110 and trying a pop3

Re: [vchkpw] tcprules: fatal: unable to create /etc/tcp.smtptmp

2002-09-12 Thread Luc
That's why I put the tcp.smtp files under /home/vpopmail/etc so the vpopmail user has permissions to write to those files. Otherwise, it requires root access to write to the /etc directory Ken Jones i'm a newbie so forgive my elementary questions. I've just configured vpopmail with roaming

[vchkpw] tcprules: fatal: unable to create /etc/tcp.smtptmp

2002-09-12 Thread Luc
Hi Bill :) run clearopensmtp. Done, it doesn't generate any file... This may not work. It needs to be in cdb format. How to generate this file then?

Re: [vchkpw] tcprules: fatal: unable to create /etc/tcp.smtptmp

2002-09-12 Thread Bill Shupp
On Thursday, September 12, 2002, at 05:17 PM, Luc wrote: Hi Bill :) run clearopensmtp. Done, it doesn't generate any file... This may not work. It needs to be in cdb format. How to generate this file then? You may need to have something in tcp.smtp for it to take. Try this: echo

Re: [vchkpw] tcprules: fatal: unable to create /etc/tcp.smtptmp

2002-09-12 Thread Luc
You may need to have something in tcp.smtp for it to take. Try this: echo '127.:allow,RELAYCLIENT=' ^vpopmail/etc/tcp.smtp Then run clearopensmtp. My tcp.smtp was already set up. I did as u suggested anyway. Then runned clearopensmtp and... no news :(( Wonder if my installation is

Re: [vchkpw] tcprules: fatal: unable to create /etc/tcp.smtptmp

2002-09-12 Thread Rick Macdougall
: unable to create /etc/tcp.smtptmp You may need to have something in tcp.smtp for it to take. Try this: echo '127.:allow,RELAYCLIENT=' ^vpopmail/etc/tcp.smtp Then run clearopensmtp. My tcp.smtp was already set up. I did as u suggested anyway. Then runned clearopensmtp and... no news

Re: [vchkpw] tcprules: fatal: unable to create /etc/tcp.smtptmp

2002-09-12 Thread Bill Shupp
On Thursday, September 12, 2002, at 05:55 PM, Rick Macdougall wrote: Hi, Kinda just jumping in here, but couldn't he create the cdb file with tcprules ? Yup. cd ~vpopmail/etc/ cat open-smtp tcp.smtp | tcprules tcp.smtp.cdb tcp.smtp.tmp Bill

Re: [vchkpw] tcprules: fatal: unable to create /etc/tcp.smtptmp

2002-09-12 Thread Luc
cd ~vpopmail/etc/ cat open-smtp tcp.smtp | tcprules tcp.smtp.cdb tcp.smtp.tmp Bill Well, now i have my tcp.smtp.cdb I added [...] /usr/local/bin/tcpserver -v -R -H -l 0 -x /home/vpopmail/etc/tcp.smtp.cdb -c $MAXSMTPD \ -u $QMAILDUID -g $NOFILESGID 0 smtp rblsmtpd \ [..] To my run

Re: [vchkpw] tcprules: fatal: unable to create /etc/tcp.smtptmp

2002-09-12 Thread Rick Macdougall
: unable to create /etc/tcp.smtptmp cd ~vpopmail/etc/ cat open-smtp tcp.smtp | tcprules tcp.smtp.cdb tcp.smtp.tmp Bill Well, now i have my tcp.smtp.cdb I added [...] /usr/local/bin/tcpserver -v -R -H -l 0 -x /home/vpopmail/etc/tcp.smtp.cdb -c $MAXSMTPD \ -u $QMAILDUID -g

Re: [vchkpw] tcprules: fatal: unable to create /etc/tcp.smtptmp

2002-09-12 Thread Luc
Hi, Did you make sure vpopmail.vchkpw has write access to the new tcp.smtp.cdb file? Regards, Rick Yes. Here is my config. Surely i made some big lamah mistake :) Here is my configuration: cat /service/qmail-smtpd/run #!/bin/sh # Dave Sill, 2001-11-06 # For use with The qmail

[vchkpw] tcprules: fatal: unable to create /etc/tcp.smtptmp

2002-09-12 Thread Luc
Ok, i got the point. The clearopensmtp executable is owned by vpopmail, correctly but i don't know why, when i run it the /home/vpopmail/etc/tcp.smtp.cdb is chowned to root. I had clearopensmtp in the crontab for root, as INSTALL suggested. I modified the entry the crontab entry to su vpopmail