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 -lmysqlc
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.o
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 22:3
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], protocol
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 $HOST
'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() direct
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]
Qmail
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 thi