[vchkpw] error while compiling vpopmail 5.4.0 pre1

2003-12-13 Thread Alexander Gruber
hi, when i try to compile vpopmail i get the following error: gcc -I. -I/usr/mysql/include/mysql -g -O2 -Wall -c vchkpw.c gcc -I. -I/usr/mysql/include/mysql -g -O2 -Wall -c hmac_md5.c gcc -g -O2 -Wall -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -L/usr/mysql/lib/mysql

Re: [vchkpw] error while compiling vpopmail 5.4.0 pre1

2003-12-13 Thread Tom Collins
On Saturday, December 13, 2003, at 09:20 AM, Alexander Gruber wrote: when i try to compile vpopmail i get the following error: gcc -I. -I/usr/mysql/include/mysql -g -O2 -Wall -c vchkpw.c gcc -I. -I/usr/mysql/include/mysql -g -O2 -Wall -c hmac_md5.c gcc -g -O2 -Wall -o vchkpw

[vchkpw] Re: vpopmail, maildrop and spamassassin problem

2003-12-13 Thread Rodney M
slim wrote: When I try to send a message to [EMAIL PROTECTED], I see this in /var/log/maillog: Dec 12 22:30:27 gigantic qmail: 1071286227.908530 starting delivery 756: msg 321 to local [EMAIL PROTECTED] Dec 12 22:30:27 gigantic qmail: 1071286227.908975 status: local 1/10 remote 0/120 Dec 12

Re: [vchkpw] Re: vpopmail, maildrop and spamassassin problem

2003-12-13 Thread [EMAIL PROTECTED]
Rodney M wrote: Dec 13 12:55:08 gigantic imapd: Connection, ip=[:::127.0.0.1] Dec 13 12:55:08 gigantic spamc[31970]: connect(AF_INET) to spamd at 127.0.0.1 failed, retrying (#1 of 3): Connection refused Dec 13 12:55:09 gigantic imapd: LOGIN, [EMAIL PROTECTED], ip=[:::127.0.0.1],

[vchkpw] Default and/or Virtual domain POP Access problem

2003-12-13 Thread nathan Gordon
Hi I have qmail and VpopMail running with the ./qmail-pop3d/run file looking like this; #!/bin/sh PASSPROG=/bin/checkpassword HOSTNAME=`server.domain1.com` exec /usr/bin/softlimit -m 320 \ /usr/bin/tcpserver -v -R -c 200 0 pop3 \ /var/qmail/bin/qmail-popup $HOSTNAME \

[vchkpw] vadddomain -O is broken in 5.4.0-pre1

2003-12-13 Thread Casey Zacek
'vadddomain -O' is broken in 5.4.0-pre1, and probably others. The problem is that vget_assign() looks in [/var/qmail/]users/cdb for the domain, and it's not there yet for the vadduser(postmaster) call. vsetuserquota(), after vadduser(), also uses vget_assign(), as does vadddomain's main()

Re: [vchkpw] Default and/or Virtual domain POP Access problem

2003-12-13 Thread Tom Collins
On Saturday, December 13, 2003, at 07:04 PM, nathan Gordon wrote: Can I set Domain1.com up to allow POP access from the clients (in the same way as in Domain2.com and Domain3.com)? Compile vpopmail with --enable-passwd option to support system accounts. -- Tom Collins - [EMAIL PROTECTED]

Re: [vchkpw] Default and/or Virtual domain POP Access problem

2003-12-13 Thread foo
On Saturday, December 13, 2003, at 07:04 PM, nathan Gordon wrote: Can I set Domain1.com up to allow POP access from the clients (in the same way as in Domain2.com and Domain3.com)? Compile vpopmail with --enable-passwd option to support system accounts. .. Or you could do this: