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 with vpopmail for offer POP3/SSL and IMAP/SSL services.
David.
Jeremy Kitchen a acrit :
On Wednesday 30 June 2004 22:24, Seth Banks wrote:

I am running an OpenBSD 3.x system with qmail/vpopmail installed and
running wonderfully. I am worried about POPing my mail from remote
locations (wifi @ cafs etc) and would like to be able to run vpopmail on
an SSL protected port. Despite hours of searching, Ive not found any
article or information that would show me how to do this.

http://superscript.com/ucspi-ssl/intro.html
-Jeremy



[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 
RECIPIENTS. The RECIPIENTS are kept in 'fastforward' compatible cdbs for 
a case-insensitve quick lookup during the SMTP session. The lookup is 
done for RECIPIENTS whose domain part match an entry in control/locals 
and is not applied for virtual domains.

But some people say it's possible, so ?
When I add a domain in control/locals, mails a not delivred :
Unable_to_chdir_to_maildir._(#4.2.1)
A lots of spam in send to unexistent address :((, and my server have to 
manage a lots of bounces. What is the best way in order to avoid this ?

Thank you.
David.


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 Spam makes the baby Jesus cry ESMTP
mail from:[EMAIL PROTECTED]
250 ok
rcpt to:[EMAIL PROTECTED]
453 sorry, mailbox currently unavailable (#5.2.1)
rcpt to:[EMAIL PROTECTED]
250 ok
Localhost should be trust with tcpserver :
freezer:/# cat /etc/tcp.smtp
127.:allow,RELAYCLIENT=
192.168.10.:allow,RELAYCLIENT=
:allow,QMAILQUEUE=/usr/local/bin/qmail-scanner-queue.pl,MFDNSCHECK=,BADMIMETYPE=
If I remove /var/qmail/control/recipient, I can send email from 
localhost (but whitelist is unavailable of course)

Thank your for your answer Erwin.


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 /home/vpopmail/domains/your_domain/.qmail-$name
chmod 600 /home/vpopmail/domains/your_domain/.qmail-$name
done

- Original Message - 
From: Andrej Dragicevic [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 30, 2003 10:42 AM
Subject: [vchkpw] How to put all accounts in an alias file?


 I'm using vpopmail with over 7000 accounts in one domain. Which is
 simplest way to add all the 7000 accounts to a .qmail-alias file???
 
 Thanks for your help in advance!
 
 
 
 
 
 
 




[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
[EMAIL PROTECTED]
name:   cyril.lefevre
passwd: $1$E0dEN$HkBIWFsNHE7Ek1jxatPvX/
clear passwd: x
uid:1
gid:4096
has qmailadmin administrator privileges
dir:   /home/vpopmail/domains/mydomain.com/cyril.lefevre
quota: 2000
usage: 80%
last auth: Fri Jun 27 07:58:26 2003
last auth ip: 192.168.0.16

[EMAIL PROTECTED] Maildir]# du -hs
/home/vpopmail/domains/myadomain.com/cyril.lefevre
1.9M/home/vpopmail/domains/mydomain.com/cyril.lefevre

I think there is a problem in maildirsize file. Can I delete it ? Or how can
I build a new one ?

Regards





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, June 27, 2003 2:26 PM
Subject: [vchkpw] Return usage problem


 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
 [EMAIL PROTECTED]
 name:   cyril.lefevre
 passwd: $1$E0dEN$HkBIWFsNHE7Ek1jxatPvX/
 clear passwd: x
 uid:1
 gid:4096
 has qmailadmin administrator privileges
 dir:   /home/vpopmail/domains/mydomain.com/cyril.lefevre
 quota: 2000
 usage: 80%
 last auth: Fri Jun 27 07:58:26 2003
 last auth ip: 192.168.0.16

 [EMAIL PROTECTED] Maildir]# du -hs
 /home/vpopmail/domains/myadomain.com/cyril.lefevre
 1.9M/home/vpopmail/domains/mydomain.com/cyril.lefevre

 I think there is a problem in maildirsize file. Can I delete it ? Or how
can
 I build a new one ?

 Regards











[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 (I've put in config file :
rewrite_subject 1).

Spamassassin work fine, because it add spam status Yes/No in header, but it
would change anything in the mail (subject ou attach).

Anybody have an idea ?

Thank you

David





Re: [vchkpw] vpopmail + spamassassin

2003-06-04 Thread David du SERRE-TELMON
You're right, in order to use this feature, it's necessary to disabled
fast-spamassin.

For information, for doing that, you have to configure qmailscanner with
parameter --scanners verbose_spamassassin (default paramater is
fast_spamassassin).
If you use F-Prot anti-virus, do that : ./configure --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 + spamassassin


 This isn't a vpopmail issue.

 You're using qmail-scanner, right?  If so, this happened to me recnetly
 when I upgraded because I accidently built with with fast-spamassassin

 That caused spamc/spamd to return a status rather than rewriting the
email.

 Check the line in qmail-scanner-queue.pl that specifies the spamc
 options .. . mine reads:

 my $spamc_options=' -f';

 I had to remove some option from that line, then I was all good.

   - Rick

 David du SERRE-TELMON wrote:
  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 (I've put in config file :
  rewrite_subject 1).
 
  Spamassassin work fine, because it add spam status Yes/No in header, but
it
  would change anything in the mail (subject ou attach).
 
  Anybody have an idea ?
 
  Thank you
 
  David
 
 
 
 









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 \$hostname /home/vpopmail/bin/vchkpw 
/var/qmail/bin/qmail-pop3d Maildir21
PS : I haven't goy any pb with checkpassword, I use 
this command :$hostname /bin/checkpassword 
/var/qmail/bin/qmail-pop3d Maildir 
21Thanks,