OK, this seems to be failing for me. Before we begin, let me define two domains for you:
www.legionofjeepers.com: This is a site I am hosting for a friend that is simply running a phpBB forum and has been working fine, sending emails via postfix I imagine etc. This appears to still be working after going through the tutorial.
www.teamslow.com: this is a domain I've owned for years. There is no content, and I really use it for random file hosting. This is the host/FQD I used for the tutorial (teamslow.com). I also created an MX record of mail.teamslow.com.
Now, after trying a few thing, I rebooted the entire Linode, attempted to use mailx to send a test email to
travis@teamslow.com; and then went to the jeep site and had the forum send myself an email. I immediately grabbed /var/log/mail.log. Below is the log beginning from what I imagine was when the Linode reboot took place, up to the point of me trying the two emails
Code:
Nov 23 18:56:21 traviselijah dovecot: Dovecot v1.2.12 starting up (core dumps disabled)
Nov 23 18:56:21 traviselijah dovecot: auth-worker(default): mysql: Connected to 127.0.0.1 (mail)
Nov 23 18:58:19 traviselijah postfix/pickup[2209]: 912AA3251E: uid=0 from=<root>
Nov 23 18:58:19 traviselijah postfix/cleanup[2613]: 912AA3251E: message-id=<20101123235819.912AA3251E@teamslow.com>
Nov 23 18:58:19 traviselijah postfix/qmgr[2210]: 912AA3251E: from=<root@legionofjeepers.com>, size=343, nrcpt=1 (queue active)
Nov 23 18:58:19 traviselijah postfix/trivial-rewrite[2615]: warning: do not list domain teamslow.com in BOTH mydestination and virtual_mailbox_domains
Nov 23 18:58:19 traviselijah postfix/local[2616]: 912AA3251E: to=<travis@teamslow.com>, relay=local, delay=0.45, delays=0.09/0.34/0/0.02, dsn=5.1.1, status=bounced (unknown user: "travis")
Nov 23 18:58:20 traviselijah postfix/cleanup[2613]: F269E3251F: message-id=<20101123235819.F269E3251F@teamslow.com>
Nov 23 18:58:20 traviselijah postfix/bounce[2617]: 912AA3251E: sender non-delivery notification: F269E3251F
Nov 23 18:58:20 traviselijah postfix/qmgr[2210]: F269E3251F: from=<>, size=2049, nrcpt=1 (queue active)
Nov 23 18:58:20 traviselijah postfix/qmgr[2210]: 912AA3251E: removed
Nov 23 18:58:20 traviselijah postfix/trivial-rewrite[2615]: warning: do not list domain teamslow.com in BOTH mydestination and virtual_mailbox_domains
Nov 23 18:58:20 traviselijah postfix/trivial-rewrite[2615]: last message repeated 12 times
Nov 23 18:58:20 traviselijah postfix/local[2616]: warning: alias database loop for postmaster
Nov 23 18:58:20 traviselijah postfix/local[2616]: F269E3251F: to=<postmaster@teamslow.com>, orig_to=<root@legionofjeepers.com>, relay=local, delay=0.04, delays=0.02/0/0/0.02, dsn=5.4.6, status=bounced (alias database loop for postmaster)
Nov 23 18:58:20 traviselijah postfix/qmgr[2210]: F269E3251F: removed
Nov 23 18:59:02 traviselijah postfix/pickup[2209]: 88C773251E: uid=33 from=<www-data>
Nov 23 18:59:02 traviselijah postfix/cleanup[2613]: 88C773251E: message-id=<62636f0a1218d1c8c9a3753e8f18586e@legionofjeepers.com>
Nov 23 18:59:02 traviselijah postfix/qmgr[2210]: 88C773251E: from=<www-data@legionofjeepers.com>, size=1322, nrcpt=1 (queue active)
Nov 23 18:59:02 traviselijah postfix/pickup[2209]: 913513251F: uid=33 from=<www-data>
Nov 23 18:59:02 traviselijah postfix/cleanup[2613]: 913513251F: message-id=<7fac219906e4de585e7ffb964e4a3472@legionofjeepers.com>
Nov 23 18:59:02 traviselijah postfix/qmgr[2210]: 913513251F: from=<www-data@legionofjeepers.com>, size=1322, nrcpt=1 (queue active)
Nov 23 18:59:03 traviselijah postfix/smtp[2631]: 913513251F: to=<telijah@gmail.com>, relay=gmail-smtp-in.l.google.com[74.125.45.27]:25, delay=0.47, delays=0.03/0.02/0.02/0.4, dsn=2.0.0, status=sent (250 2.0.0 OK 1290556743 b1si3077294anb.128)
Nov 23 18:59:03 traviselijah postfix/qmgr[2210]: 913513251F: removed
Nov 23 18:59:03 traviselijah postfix/smtp[2630]: 88C773251E: to=<telijah@gmail.com>, relay=gmail-smtp-in.l.google.com[74.125.45.27]:25, delay=0.72, delays=0.02/0.05/0.26/0.39, dsn=2.0.0, status=sent (250 2.0.0 OK 1290556743 u33si15986275yba.90)
Nov 23 18:59:03 traviselijah postfix/qmgr[2210]: 88C773251E: removed
I tried using Outlook, using mail.teamslow.com as both ingoing/outgoing servers, and using the full email address as the user, and it simply says it cannot connect to the server. I do not know if that is because the "welcome" email has not been delivered, or something else through that whole walk thru didn't go through smoothly. The only things I did differently from the walk thru were the installations of postfix and MySQL because they already existed... were can I start to resolve this? The only other thing I did was add legionofjeepers.com to the postfix config file under 'mydestination... that line read:
Code:
mydestination = teamslow.com, legionofjeepers.com, localhost, localhost.localdomain
I have a suspicion the problem is there somewhere... Specifically line 5 and 7. Line 5 mentions
root@legionofjeepers.com, not sure why. Line 7 says "unknown user 'travis', and the mail db has
travis@teamslow.com listed in the User table. Let me know what else you need to see. To make things easier, the mail_admin_password and the first mail user password (
travis@teamslow.com) I used the same one, but will eventually change that.
Thanks!