[vchkpw] vpopmail-5.3.8 with LDAP and with APOP

2002-09-12 Thread Sunagawa Koji / 砂川 孝児
Hi, all I try to make vpopmail with LDAP to enable APOP. But, I have a problem that cannot get clear password. Anyone help me? My environment: OS: FreeBSD 4.6.2-RELEASE vpopmail: vpopmail-5.3.8 LDAP: openldap-2.0.25 vals = ldap_get_values(ld, msg, clearPassword);

[vchkpw] Logging Messages

2002-09-12 Thread Grant Cooper
Whenever someone logs on I get logging messages. Do I have to re-compile to get rid of these messages?

RE: [vchkpw] Syslog logging of vopmail 5.2.1

2002-09-12 Thread John C
To quote Homer Simpson Doh! There they are Thanks a lot! John -Original Message- From: Michael Bowe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 7:25 PM To: 'Vpopmail List' Subject: RE: [vchkpw] Syslog logging of vopmail 5.2.1 did you check in

Re: [vchkpw] Logging Messages

2002-09-12 Thread Ken Jones
On Thursday 12 September 2002 05:44 am, Grant Cooper wrote: Whenever someone logs on I get logging messages. Do I have to re-compile to get rid of these messages? Yes, the level of logging is a #define in the config.h file. The configure script sets the variable and value. Then compiling

[vchkpw] Best way to remove periodically trash content

2002-09-12 Thread Paulo Henrique Baptista de Oliveira
Hi all, I'm using qmail+vpopmail. I want to give my users teh choice to remove periodically their trash content. What is the best way to do this? A root crontab? Anyone can help me? I'm new to vpopmail. TIA,Paulo Henrique On Thu, 12

[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

[vchkpw] vpasswd and qmail assign

2002-09-12 Thread jme
My server has been running great for 2 years, now suddenly there are several user in the vpasswd file that are no longer in the qmail assign file, and i'm getting 'No such Mailbox' errors.. Is there a way to recreate the qmail/users/assign from the vpasswd file? tks jim

[vchkpw] OT: Seen on BugTraq: Bypassing SMTP Content Protection

2002-09-12 Thread Johan Almqvist
* Jeremy Oddo [EMAIL PROTECTED] [020912 21:53]: http://online.securityfocus.com/archive/1/291514/2002-09-09/2002-09-15/0 So, I guess the question is this: does a solution like qmail/vpopmail/qmail-scanner assemble the email before it drops it into the virtual user's mailbox? Seems like it

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] User expiry

2002-09-12 Thread Kari Suomela
Is there a way to set a user to expire after certain number of days, or even on a specified date? KS KARICO Business Services Toronto, ON Canada http://www.karico.ca Improve your golf game - get Pocket Pro Pack: http://pocketproshop.com

[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
Hi, Kinda just jumping in here, but couldn't he create the cdb file with tcprules ? Regards, Rick - Original Message - From: Luc [EMAIL PROTECTED] To: Bill Shupp [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, September 12, 2002 6:27 PM Subject: Re: [vchkpw] tcprules: fatal:

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
Hi, Did you make sure vpopmail.vchkpw has write access to the new tcp.smtp.cdb file? Regards, Rick - Original Message - From: Luc [EMAIL PROTECTED] To: Bill Shupp [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, September 12, 2002 7:11 PM Subject: Re: [vchkpw] tcprules: fatal:

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