Re: [vchkpw] simscan test release: simplified scanner for clamav/spamassassin
Pe data de Tuesday 27 July 2004 20:57, Ken Jones a scris: > Anyone interested in trying simscan before I release it? > It is a simplified replacement for qscanq. > We have been running it on our server for over a week and it is solid. > Like qscanq it can call clamdscan to check for viri. > It is invoked via the QMAILQUEUE patch. > > Differences: > - uses configure ; make ; make install-strip > - automatically deletes working directories when done > - uses one program instead of qscanq's two programs per email > - optionally calls spamassassin to reject spam during smtp > - optionally blocks list of attachments > - does not require svscan > - simplified C code (one simscan.c file) > > If you are interested, please email me directly and I'll send you a tar > ball. Can you send it to me please ? Or put it on ftp. Thanks.
Re: [vchkpw] SMTP Auth problem
On Tuesday 07 December 2004 13:56, Alastair Battrick wrote: > I'm having problems with SMTP Auth. > > I have installed: > Netqmail 1.0.5 > Vpopmail 5.4.8 > Simscan 1.0.8 & Spamassassin & Clamav > Chkuser 2.0.7 > Bill Shupp's composite TLS & SMTP Auth patch, from > http://shupp.org/smtp-auth-tls/ > > The error I'm getting is this: > "503 auth not available (#5.3.3)" > -- > # telnet 217.158.68.125 25 > Trying 217.158.68.125... > Connected to 217.158.68.125. > Escape character is '^]'. > 220 mail.datasnake.co.uk ESMTP > EHLO datasnake.co.uk > 250-mail.datasnake.co.uk > 250-STARTTLS > 250-PIPELINING > 250-8BITMIME > 250-SIZE 0 > 250 AUTH LOGIN PLAIN CRAM-MD5 > AUTH PLAIN > 503 auth not available (#5.3.3) > -- > > SMTP does deliver locally. > > The smtpd log gives only this: > > 2004-12-07 11:30:47.177877500 tcpserver: pid 20753 from 81.178.252.159 > 2004-12-07 11:30:47.178302500 tcpserver: ok 20753 > mail.datasnake.co.uk:217.158.68.125:25 > 81-178-252-159.dsl.pipex.com:81.178.252.159::1314 > > > I am starting SMTP with > -- > #!/bin/sh > > QMAILQUEUE="/var/qmail/bin/simscan" > export QMAILQUEUE > > QMAILDUID=`id -u vpopmail` > NOFILESGID=`id -g vpopmail` > MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` > LOCAL=`head -1 /var/qmail/control/me` > > exec /usr/local/bin/softlimit -m 20971520 \ > /usr/local/bin/tcpserver -v -R -l "$LOCAL" -x > /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \ -u "$QMAILDUID" -g > "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd 2>&1 > -- > You should start smtp with the folowing command line : qmail-smtpd mail.example.com /home/vpopmail/bin/vchkpw /bin/true Read the smtp-auth docs.
Re: [vchkpw] delivering a mail to every account
On Thursday 09 December 2004 15:46, Alexander Gruber wrote: > hi together, > > i would like to know if it is possbile to send one mail to every account > on a vpopmail installation. perhaps via vdeliver or maildrop?! > > thanks! > > alex How about vpopbull ??? [EMAIL PROTECTED]:~# vpopbull -v version: 5.4.8 Error: email_file not specified usage: vpopbull [options] -f [email_file] [virtual_domain] [...] -v (print version number) -V (verbose) -f email_file (file with message contents) -e exclude_email_addr_file (list of addresses to exclude) -n (don't mail. Use with -V to list accounts) -c (default, copy file) -h (use hard links) -s (use symbolic links) [EMAIL PROTECTED]:~#