[vchkpw] Failed to delete user from auth backend - vpopmail-5.4.26

2008-04-01 Thread aidil
Hi, I've set up qmail-1.03, ucspi-tcp-0.88, daemontools-0.76, ucspi-ssl-0.70, cdb-0.75, ezmlm-0.53-idx-0.41, autorespond-2.0.5, vpopmail-5.4.26d, vqadmin-2.3.7, qmailadmin-1.2.11, courier-authlib-0.60.2, courier-imap-4.3.1, courierpassd-1.1.2, maildrop-2.0.4, squirrelmail-1.4.13, clamav-0.92.1, sp

[vchkpw] Failed to delete user from auth backend - vpopmail-5.4.26

2008-04-01 Thread aidil
Btw, the configure command I've used are; [EMAIL PROTECTED] vpopmail-5.4.26]# ./configure --enable-logging=p --enable-auth-module=mysql --disable-passwd --enable-clear-passwd --disable-many-domains --enable-auth-logging --enable-sql-logging --enable-valias --disable-mysql-limits --enable-onchange-

[vchkpw] Only Allowing SMTP AUTH

2008-04-01 Thread Optima (Justin Broton)
Hi All, I installed Qmail and add-ons like qmail1.03, vpopmail qmailadmin via lazy dog installer scripts from www.lazyinstaller.net which worked a treat. The problem is now our requirements are to ONLY allow SMTP AUTH and localhost ONLY and no other relaying or unauthorised sending of email to

RES: [vchkpw] Increasing number of pop3 connections

2008-04-01 Thread Jose Roberto Bardus
Jeff, My qmail environment is Fedora 7. The file that control pop3 access is: /etc/qmail/concurrencypop3 If it does not exist create it with the number of simultaneous access pop3 Bardus -Mensagem original- De: Jeff Koch [mailto:[EMAIL PROTECTED] Enviada em: Tuesday, April 01, 20

Re: [vchkpw] Increasing number of pop3 connections

2008-04-01 Thread Ken Jones
Jeff Koch wrote: Hi: We're hitting the limit on the number of pop3 connections. Anyone know how to increase it? Most qmail pop server connections are handled by the tcpserver program. See the -c option. It controls the maximum concurrent connections. http://cr.yp.to/ucspi-tcp/tcpserver.htm

[vchkpw] Increasing number of pop3 connections

2008-04-01 Thread Jeff Koch
Hi: We're hitting the limit on the number of pop3 connections. Anyone know how to increase it? Thanks Best Regards, Jeff Koch, Intersessions !DSPAM:47f24390120508916516595!

Re: [vchkpw] Increasing number of pop3 connections

2008-04-01 Thread Rick Macdougall
Jeff Koch wrote: Hi: We're hitting the limit on the number of pop3 connections. Anyone know how to increase it? Thanks Hi, My run file looks like this #!/bin/sh MAXPOP=100 VPOPMAILUID=`id -u vpopmail` VPOPMAILGID=`id -g vpopmail` exec /usr/local/bin/tcpserver -l 0 -R -H -v

Re: [vchkpw] Only Allowing SMTP AUTH

2008-04-01 Thread Ken Jones
Optima (Justin Broton) wrote: Hi All, I installed Qmail and add-ons like qmail1.03, vpopmail qmailadmin via lazy dog installer scripts from www.lazyinstaller.net which worked a treat. The problem is now our requirements are to ONLY allow SMTP AUTH and localhost ONLY and no other relaying or u

Re: [vchkpw] Increasing number of pop3 connections

2008-04-01 Thread Jeff Koch
Thanks everybody At 10:28 AM 4/1/2008, you wrote: Jeff Koch wrote: Hi: We're hitting the limit on the number of pop3 connections. Anyone know how to increase it? Most qmail pop server connections are handled by the tcpserver program. See the -c option. It controls the maximum concurrent co

Re: [vchkpw] Only Allowing SMTP AUTH

2008-04-01 Thread Optima (Justin Broton)
Many thanks. Worked a treat, now all I need to do is advise the hundred clients or so lol. Thanks again. Justin. - Original Message - From: "Ken Jones" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 01, 2008 4:33 PM Subject: Re: [vchkpw] Only Allowing SMTP AUTH Optima (Justin Broto

Re: [vchkpw] Only Allowing SMTP AUTH

2008-04-01 Thread Remo Mattei
you can do that simply by using vpopbull. Ciao, Remo Optima (Justin Broton) wrote: Many thanks. Worked a treat, now all I need to do is advise the hundred clients or so lol. Thanks again. Justin. - Original Message - From: "Ken Jones" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 01

Re: [vchkpw] Increasing number of pop3 connections

2008-04-01 Thread Quey
Try using xinetd, its performance is superior to 10 yo tcpserver better control with it as well through load/time/ip options anti-DoS etc etc etc service pop3 { disable = no instances = 2000 per_source = 10 cps = 50 5 socket_type

Re: [vchkpw] Only Allowing SMTP AUTH

2008-04-01 Thread Marcin Soltysiak
Relaying is usually controlled by the tcp.smtp file using the RELAYCLIENT variable. To only allow localhost to relay and require all other IPs to use smtp auth you could put this one line in your tcp.smtp file 127.0.0.1:allow,RELAYCLIENT="" Then rebuild your tcp.smtp.cdb file using tcprules.

Re: [vchkpw] Only Allowing SMTP AUTH

2008-04-01 Thread Remo Mattei
then use the relayclient it works fine like this format ipaddress:allow,RELAYCLIENT="" you are set remo Marcin Soltysiak wrote: Relaying is usually controlled by the tcp.smtp file using the RELAYCLIENT variable. To only allow localhost to relay and require all other IPs to use smtp auth you

Re: [vchkpw] Only Allowing SMTP AUTH

2008-04-01 Thread Rakesh Sharma
Hi All, After editing the same in /etc/tcp.smtp then run qmailctl cdb command. --Rakesh Sharma On Wednesday 02 April 2008 10:19:19 am Remo Mattei wrote: > then use the relayclient it works fine like this format > > ipaddress:allow,RELAYCLIENT="" > you are set > > remo > > Marcin Soltysiak wrot