>I have IMail running on a single IP-address server.
>I have more than one domain running on that server.

you have added in Imail the virtual domain as domain.com with 
mailhost alias of mail.domain.com?

>The second added domain, where I have problems with does have an MX record
>for the mail domain like "domain.com IN MX 10 mail.domain.com". I 
>did as well make an A record for the mail-host like:

>mail IN A 127.0.0.1 (the actual IP is different)

that's a reserved ip address for the localhost host. What yo want is this:

;zone file: db.domain.com
;
@          IN MX  mail.somewhere.com
localhost  IN A  127.0.0.1
mail       IN A  ip.ad.re.ss    ; public ip address of Imail server
pop        IN A  ip.ad.re.ss    ; public ip address of Imail server
webmail    IN A  ip.ad.re.ss    ; public ip address of Imail server
smtp       IN A  ip.ad.re.ss    ; public ip address of Imail server

Note that the hostname for the MX record has nothing to do with the 
name of this domain.

>I am having trouble to send s.o. mail on: [EMAIL PROTECTED] (test is a given
>mail-box under domain.com and it exists what I checked).

"having trouble" means what symptoms? program? errors?

What errors do you see in the Imail log file imail 
home\spool\sysMMDD.txt ?  mmdd is month day

Len


http://BIND8NT.MEIway.com : Binary for ISC BIND 8.2.3 T9B for NT4 & W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-spam mail gateways


Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Reply via email to