RE: Virtual Domains

2001-05-11 Thread Tonix
I've a similar situation, more virtual domains on a single box, someone with different IP address, using -l with no problem. Did you use the following enable-option? --enable-ip-alias-domains=y|n enable virtual domain lookup via reverse ip address lookup for virtual domains. " I did not use

qmail-smtpd-chkusr: (reject unknown users at smtp level) patch updated

2001-05-11 Thread Tonix
qmail-smtpd-chkusr is a patch for qmail-smtpd (with vpopmail 4.9.x) and permits rejecting non existing users/aliases/mailing-lists in the smtp acceptance phase. I've just updaded this patch, with the following changes: - changed the error code emission (550 instead of 553) - added check for BO

qmailadmin problem not displaying user

2001-05-11 Thread Vpop
Hi All There,   I am having problem with qmailadmin,I am using qmail+vpopmail I had installed eliminate-dups script to my server.To eliminate duplication of mails.   As, | eliminate-dups lines has to be added .qmail file,When this line Is added to .qmail file,Qmailadmin GUI does not display

vadddomain doesn't modify control/locals?

2001-05-11 Thread Steven Katz
When I run vadddomain, all of the below files are modified with the new domain, except for control/locals. Is this normal? Thanks! Steven >From the vpopmail installation instructions at http://www.inter7.com/vpopmail/INSTALL: vadddomain will modify the following qmail files

e-mail forward with vpopmail using another smtp server

2001-05-11 Thread Said Madrus
Hello, I use the vpopmail. One of this users want, if he get a message he want to forward to an other othres and leave the message in the post-box too. The user home for example /home/vpopmail/domains/domain.com/test. So we can put 2 delivery instructions in the .qmail file. If the forward is loca

Re: vadddomain doesn't modify control/locals?

2001-05-11 Thread Ben Beuchler
On Fri, May 11, 2001 at 09:39:42AM -0700, Steven Katz wrote: > When I run vadddomain, all of the below files are modified with the > new domain, except for control/locals. Is this normal? Virtual domains should never be added to locals. -- Ben Beuchler

Re: vadddomain doesn't modify control/locals?

2001-05-11 Thread Anton Pirnat
yes.. only inrcphosts and virtualdomains, but never in locals. hth Anton Pirnat (busy translating ... there are so much words left...) On Friday 11 May 2001 18:39, Steven Katz wrote: > When I run vadddomain, all of the below files are modified with the > new domain, except for control/locals. I

RE: vadddomain doesn't modify control/locals?

2001-05-11 Thread Steven Katz
Ahh, thanks everyone. Of course, it still doesn't work, but that's because I haven't figured out how to get vchkpw to work with qmail-pop3d yet. -Steven -Original Message- From: Ben Beuchler <[EMAIL PROTECTED]> Sent: Friday, May 11, 2001 9:46 AM To: [EMAIL PROTECTED] Subject: Re: v

Re[2]: vadddomain doesn't modify control/locals?

2001-05-11 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Steven, Friday, May 11, 2001, 6:55:41 PM, you wrote: > Ahh, thanks everyone. Of course, it still doesn't work, but that's > because I haven't figured out how to get vchkpw to work with > qmail-pop3d yet. -Steven Have a look at www.lifewithqmail.org

RE: Re[2]: vadddomain doesn't modify control/locals?

2001-05-11 Thread Steven Katz
Thanks, Gabriel. I changed qmail-pop3d/run as you suggested. Although pop still works, authenticated pop users still don't seem to be able to use smtp. Is there a good way to check if cdb is installed correctly? -Steven My qmail-pop3d/run file: #!/bin/sh exec /usr/local/bin/softlimit -m 2000

compiling courier-imap

2001-05-11 Thread Bozhan Boiadzhiev
Hi i have vpopmail compiled and worked... i can add users to mysql base and the recived mail in right maildirs... i have courier-imap from debian but i can make it to check users trough mysql... i've tried to compile courier-imap-1.3.6.tar.gz i've read that is if i want to use vpopmail i have

vpopmail-4.10.1

2001-05-11 Thread Einar Bordewich
I'm running mysql-3.23.33-4, and have some problems compiling "vpopmail-4.10.1 Thu May 10 19:09:28 CDT 2001" version. Anyone know what this is? gcc -I. -I/usr/include/mysql -g -O2 -Wall -c vsetuserquota.c gcc -g -O2 -Wall -o vsetuserquota vsetuserquota.o libvpopmail.a -L/usr/lib/mysql -l

RE: off topic: backup

2001-05-11 Thread Alfredo Hassaf
OK, I dont know if this is the best way to do the backup but it works for me.   1.- Do tar -cvf domains.tar /home/vpopmail/domains (if home directory of vpopmail is that one) 2.- If you change machine or reinstall qmail and components youll need to copy the control files that allow use

Mail Relaying Restriction

2001-05-11 Thread Francis P. Ling
Hi all, I have a question here: A domain contains 2 users. User1 can relay mail to any domain (send mail to Yahoo, Hotmail and to its own domain). User2 can only send mail to the own local domain. If any mail is sent to Hotmail/Yahoo/external_domain, it'll bounce. The users are getti

Re: compiling courier-imap

2001-05-11 Thread Dushyanth Harinath
Hi, > i've tried to compile courier-imap-1.3.6.tar.gz i've read that is > if i want to use vpopmail i have to turn off authmyslq with > --without-mysql in authlib/README.mysql ... i've configured vpopmail to > work with mysql... i think u dont have to do that... u can just say ./configure a