Hi there.
I have just set up qmail 1.03.
It works fine for delivery to localhost, but i have a serious problem with virtual
hosts/domains.
I have the following setup:
--------------------------------
../controls/me:
mother.mbj.dk
../controls/virtualdomains:
carlsminde.dk:alias-carlsminde-dk
../alias/.qmail-carlsminde-dk-whatever
&[EMAIL PROTECTED]
../alias/.qmail-carlsminde-default
&[EMAIL PROTECTED]
../alias/.qmail-carlsminde-dk-default:
&[EMAIL PROTECTED]
--------------------------------
Now if i send to [EMAIL PROTECTED] everything works fine
if i send to [EMAIL PROTECTED] then, as far as i understand,
this is supposed to be handled by the following dot-qmail files in the follwoing order:
1: ../alias/.qmail-carlsminde-dk-whatever
2: ../alias/.qmail-carlsminde-dk-default
3: ../alias/.qmail-carlsminde-default
4: ../alias/.qmail-default
but it just doesn't work that way :(
it completely ignores the 3 first files, and if i don't have ../alias/.qmail-default
the mail
bounces...
here is the output of the syslog:
Sep 29 18:30:05 mother qmail: 970245005.104882 new msg 407358
Sep 29 18:30:05 mother qmail: 970245005.105521 info msg 407358: bytes 528 from
<[EMAIL PROTECTED]> qp 2690
uid 503
Sep 29 18:30:05 mother qmail: 970245005.110662 starting delivery 1: msg 407358 to local
[EMAIL PROTECTED]
Sep 29 18:30:05 mother qmail: 970245005.111194 status: local 1/10 remote 0/20
Sep 29 18:30:05 mother qmail: 970245005.297557 delivery 1: failure:
Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/
Sep 29 18:30:05 mother qmail: 970245005.298367 status: local 0/10 remote 0/20
Sep 29 18:30:05 mother qmail: 970245005.306510 bounce msg 407358 qp 2692
Sep 29 18:30:05 mother qmail: 970245005.307096 end msg 407358
can somebody please explain what i am doing wrong?
thanx
/Martin