Mail problems

What have I made wrong, when the virutal host mailserver don´t work?
I have made a virtual host mreimers.se, and the mail server are mail.mreimers.se, but i recive a error in my mailklient program (Outlook) that say me that, this mailserver don´t exist.
We couldn’t pick up any mail.

Hey Lars,

Check to be sure Dovecot is running:

/etc/init.d/dovecot status

If not, start it:

/etc/init.d/dovecot start

Check your firewall settings to be sure you aren’t blocking POP3/IMAP ports.

iptables -L -v

Check the maillog for any errors that might be relevant:

tail -f /var/log/maillog

Finally, be sure DNS is configured correctly:

host mail.mreimers.se

Now that I think of it, it looks like this last one is probably where the problem lies. Dig into your DNS configuration to be sure you have accurate glue records at your registrar and correct configuration on your server. We can help figure out what you need to do to correct things, once we figure out what might be wrong with some specificity.

I start to asnwer to the last qustion first, ant hist come up both from mreimers.se and from our server:
Host mail.mreimers.se not found: 3 (NXDOMAIN)
???

Any solutions?

Happy New Year!!

Dear Joe,
Here are the result:
(1)
/etc/init.d/dovecot status
dovecot (pid 15082) kör…

(2)
iptables -L -v
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 LOG all – any eth0 anywhere anywhere LOG level debug prefix BANDWIDTH_OUT:' 0 0 LOG all -- eth0 any anywhere anywhere LOG level debug prefix BANDWIDTH_IN:’
0 0 RH-Firewall-1-INPUT all – any any anywhere anywhere

Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
19890 3308K LOG all – eth0 any anywhere anywhere LOG level debug prefix `BANDWIDTH_IN:’
25751 5590K RH-Firewall-1-INPUT all – any any anywhere anywhere

Chain OUTPUT (policy ACCEPT 31361 packets, 13M bytes)
pkts bytes target prot opt in out source destination
25500 11M LOG all – any eth0 anywhere anywhere LOG level debug prefix `BANDWIDTH_OUT:’

Chain RH-Firewall-1-INPUT (2 references)
pkts bytes target prot opt in out source destination
5861 2282K ACCEPT all – lo any anywhere anywhere
19890 3308K ACCEPT all – eth0 any anywhere anywhere
0 0 ACCEPT all – eth1 any anywhere anywhere
0 0 ACCEPT icmp – any any anywhere anywhere icmp any
0 0 ACCEPT ipv6-crypt-- any any anywhere anywhere
0 0 ACCEPT ipv6-auth-- any any anywhere anywhere
0 0 ACCEPT udp – any any anywhere 224.0.0.251 udp dpt:5353
0 0 ACCEPT udp – any any anywhere anywhere udp dpt:ipp
0 0 ACCEPT all – any any anywhere anywhere state RELATED,ESTABLISHED
0 0 ACCEPT tcp – any any anywhere anywhere tcp dpt:ftp state NEW
0 0 ACCEPT tcp – any any anywhere anywhere tcp dpt:ssh state NEW
0 0 ACCEPT tcp – any any anywhere anywhere tcp dpt:smtp state NEW
0 0 ACCEPT udp – any any anywhere anywhere udp dpt:domain state NEW
0 0 ACCEPT tcp – any any anywhere anywhere tcp dpt:http state NEW
0 0 ACCEPT tcp – any any anywhere anywhere tcp dpt:pop3 state NEW
0 0 ACCEPT tcp – any any anywhere anywhere tcp dpt:https state NEW
0 0 ACCEPT tcp – any any anywhere anywhere tcp dpt:10000 state NEW
0 0 REJECT all – any any anywhere anywhere reject-with icmp-host-prohibited

(3)
tail -f /var/log/maillog
Jan 1 12:42:28 eriksgatan pop3-login: Disconnected [[::ffff:83.209.37.13]]
Jan 1 12:43:01 eriksgatan postfix/pickup[[25674]]: C9FEC325883E: uid=0 from=<xxxx>
Jan 1 12:43:01 eriksgatan postfix/cleanup[[25332]]: C9FEC325883E: message-id=<20060101114301.C9FEC325883E@eriksgatan.net>
Jan 1 12:43:01 eriksgatan postfix/qmgr[[11393]]: C9FEC325883E: from=<root@eriksgatan.net>, size=704, nrcpt=1 (queue active)
Jan 1 12:43:01 eriksgatan postfix/error[[25697]]: C9FEC325883E: to=<xxxx@eriksgatan.net>, orig_to=<root>, relay=none, delay=0, status=bounced (User has moved to lars.reimers@ipbolaget.com)
Jan 1 12:43:01 eriksgatan postfix/cleanup[[25332]]: CDEAD325883F: message-id=<20060101114301.CDEAD325883F@eriksgatan.net>
Jan 1 12:43:01 eriksgatan postfix/qmgr[[11393]]: CDEAD325883F: from=<>, size=2439, nrcpt=1 (queue active)
Jan 1 12:43:01 eriksgatan postfix/qmgr[[11393]]: C9FEC325883E: removed
Jan 1 12:43:01 eriksgatan postfix/error[[25697]]: CDEAD325883F: to=<xxxx@eriksgatan.net>, relay=none, delay=0, status=bounced (User has moved to lars.reimers@ipbolaget.com)
Jan 1 12:43:01 eriksgatan postfix/qmgr[[11393]]: CDEAD325883F: removed

(4)
host mail.mreimers.se
Host mail.mreimers.se not found: 3(NXDOMAIN)