Hi,
i'm just getting confused because i can find a solution for my problem.
i have several domains (maruscheli.ch,schorsch.ch,cori.ch ...) which are hosted
on my server. The domains are all setted up in the dns and every domain is
configured like this:
@ IN SOA ns1.maruscheli.ch. postmaster.maruscheli.ch. (
2003011401 ; Serial
10800 ; Refresh
3600 ; Retry
604800 ; Expire
86400 ; TTL
)
IN NS ns1
IN NS ns1.violine.ch.
IN MX 10 ns1
ns1 IN A 213.193.84.26
www IN CNAME ns1
mail IN CNAME ns1
webmail IN CNAME ns1
ftp IN CNAME ns1
I would like to be able to send/receive mails using a email client and webmail.
I had to configure the INBOUND-ESMTP in a way that teh user must login to be
able to send emails. This works fine using an email client.
When i try to send emails via Webmail i have tthe problem that courier adds the
default domain (domain added to unqualified addresses in mail headers) what
means if i try to send an email via Webmail using the account ma...@maruscheli.ch
the MAIL FROM adress will become mail...@maruscheli.ch. The mail is
sent to his destination but the receiver can't just REPLY to this email without
editing the adress.
Can you give me a hint why courier adds the default domain ? what do i have to
change in my configuration ? i read trough the documentation but i couldn't find
a hint. Probably someone just had the same problem.
patrick