Re: [vchkpw] How to handle the local domain as virtual.

2003-02-25 Thread Remo Mattei
You should not do anything special to accept mail for that domain. I have it
on my machine and I do not recall to have done anything special.
You may want to check your installation again.

Remo

 From: Ben Ullian [EMAIL PROTECTED]
 Date: Tue, 25 Feb 2003 14:54:02 -0500
 To: [EMAIL PROTECTED]
 Subject: [vchkpw] How to handle the local domain as virtual.
 
 Hi.
 I am running Qmail with vpopmail successfully right now, and qmail-smtpd is
 able to recieve email from the various domains and route them to the correct
 vpopmail mailboxes with no problem.
 
 Except for one domain.
 
 The real domain name of the server itself (webpunch.net) is set as the only
 LOCAL domain in qmail, and even though I have done
 
 vadddomain webpunch.net **,
 vadduser [EMAIL PROTECTED] *
 etc.
 
 qmail bounces all messages sent to any user I have created in domain
 webpunch.net, saying that there is no user by that name.
 
 ([EMAIL PROTECTED]: Sorry, no mailbox here by that name.)
 
 How do I make QMail treat incoming mail for webpunch.net as if it was
 virtual?
 
 - For reference, here are some of the files I have -
 (line numbers are not in file, only here for reference)
 
 /var/qmail/users/assign:
 1: +webpunch.net-:webpunch.net:89:89:/home/vpopmail/domains/webpunch.net:-::
 2: +vdom1.com-:vdom1.com:89:89:/home/vpopmail/domains/vdom1.com:-::
 3: +vdom2.com-:vdom2.com:89:89:/home/vpopmail/domains/vdom2.com:-::
 4: +vdom3.net-:vdom3.net:89:89:/home/vpopmail/domains/vdom3.net:-::
 5: +vdom4.net-:vdom4.net:89:89:/home/vpopmail/domains/vdom4.net:-::
 6: .
 
 (of course, vdom* are actual domain names in the file)
 
 /var/qmail/control/me
 (/var/qmail/control/defaultdomain and plusdoman have the same contents)
 1: webpunch.net
 
 
 /var/qmail/control/virtualdomains
 1: webpunch.net:webpunch.net
 2: vdom1.com:vdom1.com
 3: vdom2.com:vdom2.com
 4: vdom3.net:vdom3.net
 5: vdom4.net:vdom4.net
 
 Thanks in advance.
 Ben
 
 
 



Re: [vchkpw] How to handle the local domain as virtual.

2003-02-25 Thread David Richardson
Ben, I don't think you would declare any local domains (other than localhost?) in a 
vpopmail implementation... I recall something in the docs about that.  I'm extremely 
new, so caveat emptor.
Dave.

-- Original Message --
From: Ben Ullian [EMAIL PROTECTED]
Date: Tue, 25 Feb 2003 14:54:02 -0500

Hi.
I am running Qmail with vpopmail successfully right now, and qmail-smtpd is
able to recieve email from the various domains and route them to the correct
vpopmail mailboxes with no problem.

Except for one domain.

The real domain name of the server itself (webpunch.net) is set as the only
LOCAL domain in qmail, and even though I have done

vadddomain webpunch.net **,
vadduser [EMAIL PROTECTED] *
etc.

qmail bounces all messages sent to any user I have created in domain
webpunch.net, saying that there is no user by that name.

([EMAIL PROTECTED]: Sorry, no mailbox here by that name.)

How do I make QMail treat incoming mail for webpunch.net as if it was
virtual?

- For reference, here are some of the files I have -
(line numbers are not in file, only here for reference)

/var/qmail/users/assign:
1: +webpunch.net-:webpunch.net:89:89:/home/vpopmail/domains/webpunch.net:-::
2: +vdom1.com-:vdom1.com:89:89:/home/vpopmail/domains/vdom1.com:-::
3: +vdom2.com-:vdom2.com:89:89:/home/vpopmail/domains/vdom2.com:-::
4: +vdom3.net-:vdom3.net:89:89:/home/vpopmail/domains/vdom3.net:-::
5: +vdom4.net-:vdom4.net:89:89:/home/vpopmail/domains/vdom4.net:-::
6: .

(of course, vdom* are actual domain names in the file)

/var/qmail/control/me
(/var/qmail/control/defaultdomain and plusdoman have the same contents)
1: webpunch.net


/var/qmail/control/virtualdomains
1: webpunch.net:webpunch.net
2: vdom1.com:vdom1.com
3: vdom2.com:vdom2.com
4: vdom3.net:vdom3.net
5: vdom4.net:vdom4.net

Thanks in advance.
Ben







Re: [vchkpw] How to handle the local domain as virtual.

2003-02-25 Thread Brian Kolaci

qmail is probably not passing them on to vpopmail
for delivery.  Make sure you remove your domainname
from the qmail control/locals file, and add it to
your control/rcpthosts file.

Brian

   Hi.
   I am running Qmail with vpopmail successfully right now, and qmail-smtpd is
   able to recieve email from the various domains and route them to the correct
   vpopmail mailboxes with no problem.
   
   Except for one domain.
   
   The real domain name of the server itself (webpunch.net) is set as the only
   LOCAL domain in qmail, and even though I have done
   
   vadddomain webpunch.net **,
   vadduser [EMAIL PROTECTED] *
   etc.
   
   qmail bounces all messages sent to any user I have created in domain
   webpunch.net, saying that there is no user by that name.
   
   ([EMAIL PROTECTED]: Sorry, no mailbox here by that name.)
   
   How do I make QMail treat incoming mail for webpunch.net as if it was
   virtual?
   
   - For reference, here are some of the files I have -
   (line numbers are not in file, only here for reference)
   
   /var/qmail/users/assign:
   1: +webpunch.net-:webpunch.net:89:89:/home/vpopmail/domains/webpunch.net:-::
   2: +vdom1.com-:vdom1.com:89:89:/home/vpopmail/domains/vdom1.com:-::
   3: +vdom2.com-:vdom2.com:89:89:/home/vpopmail/domains/vdom2.com:-::
   4: +vdom3.net-:vdom3.net:89:89:/home/vpopmail/domains/vdom3.net:-::
   5: +vdom4.net-:vdom4.net:89:89:/home/vpopmail/domains/vdom4.net:-::
   6: .
   
   (of course, vdom* are actual domain names in the file)
   
   /var/qmail/control/me
   (/var/qmail/control/defaultdomain and plusdoman have the same contents)
   1: webpunch.net
   
   
   /var/qmail/control/virtualdomains
   1: webpunch.net:webpunch.net
   2: vdom1.com:vdom1.com
   3: vdom2.com:vdom2.com
   4: vdom3.net:vdom3.net
   5: vdom4.net:vdom4.net
   
   Thanks in advance.
   Ben
   
   




RE: [vchkpw] How to handle the local domain as virtual.

2003-02-25 Thread Clayton Weise
Two things you might try.

1.) make sure the domain is in /var/qmail/users/virtualdomains and
rcpthosts. If so, give qmail-send a HUP and see if it continues.  We know
it's in your assign file, but you can try rebuilding the cdb by running
/var/qmail/bin/qmail-newu

2.) if all else fails, try changing the name of your server.  Run the
config-fast script from your qmail source (config-fast mail.webpunch.net)
and use mail.webpunch.net instead of just webpunch.net.  If you're running
FreeBSD and you installed qmail through ports the config-fast file is in
/var/qmail/configure.

-Clayton

-Original Message-
From: Ajai Khattri [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 25, 2003 12:33 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] How to handle the local domain as virtual.


Ben Ullian wrote:

 Hi.
 I am running Qmail with vpopmail successfully right now, and 
 qmail-smtpd is able to recieve email from the various domains and 
 route them to the correct vpopmail mailboxes with no problem.
 
 Except for one domain.
 
 The real domain name of the server itself (webpunch.net) is set as the 
 only LOCAL domain in qmail, and even though I have done
 
 vadddomain webpunch.net **,
 vadduser [EMAIL PROTECTED] *
 etc.
 
 qmail bounces all messages sent to any user I have created in domain 
 webpunch.net, saying that there is no user by that name.
 
 ([EMAIL PROTECTED]: Sorry, no mailbox here by that name.)
 
 How do I make QMail treat incoming mail for webpunch.net as if it was 
 virtual?

Log files are your friend ;-)

-- 
Aj.
Systems Administrator / Developer