Re: [vchkpw] OpenBSD / vpopmail ssl???

2004-07-01 Thread David Du SERRE-TELMON
You don't find documentation about vpopmail SSL, because there is not the job of vpopmail. You have to use a POP3 wrapper with SSL support (check Jeremy's answer). Another solution is to use a POP3 server which support SSL natively. http://www.inter7.com/index.php?page=courierimap. It work fine

[vchkpw] vpopmail + whitelist with Spamcontrol

2004-06-30 Thread David Du SERRE-TELMON
Hi, I'd like to do whitelist receipients for my domains with Spamcontrol. http://www.fehcom.de/qmail/spamcontrol/README_spamcontrol.html In the documentation, it's write we can't use RECIPIENT features with virtuals domains : The RECIPIENTS extension makes qmail-smtpd aware of acceptable local

Re: [vchkpw] vpopmail + whitelist with Spamcontrol

2004-06-30 Thread David Du SERRE-TELMON
Erwin Hoffmann a ecrit : [...] But some people say it's possible, so ? conf-spamcontrol: locals=no ./spamcontrol.sh -u 2212; ./spamcontrol.sh; make; make setup I have this problem yet, local users can't send email to untrusted user : freezer:# telnet localhost 25 Escape character is '^]'. 220

Re: [vchkpw] How to put all accounts in an alias file?

2003-06-30 Thread David du SERRE-TELMON
Simply a shell script ?!! Something like that : for user in `cat /home/vpopmail/domains/your_domain/vpasswd | cut -f1 -d:` do user=`echo $user | sed s/\./:/g`# Don't forget to replace . by : echo what you want /home/vpopmail/domains/your_domain/.qmail-$name chown vpopmail:vchkpw

[vchkpw] Return usage problem

2003-06-27 Thread David du SERRE-TELMON
Hi, I've got problems with some users mailboxs. usage give by vuserinfo command return a different value than real folder size (du). Here, folder have a size of 1.9 Mo. vuserinfo return than 80% of the mailbox is use, the quota is 20 Mo. [EMAIL PROTECTED] Maildir]# /home/vpopmail/bin/vuserinfo

Re: [vchkpw] Return usage problem

2003-06-27 Thread David du SERRE-TELMON
I answer to my own problem : I've remove the maildirsize, and do vuserinfo on mailbox user which have rebuild the file. Someone can say me if it's normal ? Can I avoid that ? David - Original Message - From: David du SERRE-TELMON [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday

[vchkpw] vpopmail + spamassassin

2003-06-04 Thread David du SERRE-TELMON
Hi, 1 month again, I've sent an email on this in order to apply spamassin filter on all my domain. Some of you said me to use spamd instead of calling spamassassin from procmail. It work fine, thank you, but know, spam aren't encapsulate in attachements (default), and I can't rewrite subjets

Re: [vchkpw] vpopmail + spamassassin

2003-06-04 Thread David du SERRE-TELMON
--scanners fprot,verbose_spamassassin [...] Another question, anyboby know how add a message on all outgoing message ? Thank you - Original Message - From: Rick Root [EMAIL PROTECTED] To: David du SERRE-TELMON [EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 9:12 PM Subject: Re: [vchkpw

vpopmail pb

2001-06-19 Thread David Du SERRE-TELMON
Hi I use vpopmail with qmail, but I've got an error when I try to pop the server : -ERR usage: popup hostname subprogramThis is my script : #!/bin/shhostname=`hostname`exec /usr/local/bin/softlimit -m 200 \/usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup