Hi
I've read loads on Sendmail but still can't figure this one out. I have users: 1cookie abd admin on my FreeBSD server. Sendmail is my MTA and is up and running. I have MX record entries:
From Yahoo I can successfully send an email to 1cookie@myfreebsddomain.org.
You would think then that I would be able to send a message to admin@myfreebsddomain.org from my Yahoo account. Well no:
User unknown? admin & 1cookie are both users on my system? Some further investigation:
Clearly admin exists:
Naturally I've had a look at, even experimented with files/lines from:
/etc/mail/access
/etc/mail/aliases
/etc/mail/local-host-names
/etc/mail/mailer.conf
/etc/mail/mailertable
/etc/mail/virtusertable
I could use some help though as nothing I've tried works thus far. Email from myaccount@yahoo.com to admin@myfreebsddomain.org just bounces.
I've read loads on Sendmail but still can't figure this one out. I have users: 1cookie abd admin on my FreeBSD server. Sendmail is my MTA and is up and running. I have MX record entries:
Code:
MX Records
Name Content Preference TTL
myfreebsddomain.org admin.myfreebsddomain.org 10 3600
From Yahoo I can successfully send an email to 1cookie@myfreebsddomain.org.
mail
Code:
Mail version 8.1 6/6/93. Type ? for help.
"/var/mail/1cookie": 1 message 1 new
>N 1 myaccount@yahoo.com Tue Apr 30 03:08 49/3141 "test mail from yahoo"
You would think then that I would be able to send a message to admin@myfreebsddomain.org from my Yahoo account. Well no:
Code:
Sorry, we were unable to deliver your message to the following address.
<admin@myfreebsddomain.org>:
Remote host said: 550 5.1.1 <admin@myfreebsddomain.org>... User unknown [RCPT_TO]
User unknown? admin & 1cookie are both users on my system? Some further investigation:
cat /var/log/maillog | tail
Code:
Apr 30 03:08:19 host sm-mta[56235]: r3U78JxK056234: to=<1cookie@myfreebsddomain.org>, delay=00:00:00, xdelay=00:00:00, mailer=local, pri=33049, relay=local, dsn=2.0.0, stat=Sent
Apr 30 04:00:08 host sm-mta[56370]: r3U808fB056370: <admin@myfreebsddomain.org>... User unknown
Apr 30 04:00:08 host sm-mta[56370]: r3U808fB056370: from=<myaccount@yahoo.com>, size=0, class=0, nrcpts=0, proto=ESMTP, daemon=IPv4, relay=nm28.bullet.mail.bf1.yahoo.com [98.139.212.187]
Apr 30 04:05:25 host sm-mta[56383]: r3U85P8s056383: <admin@myfreebsddomain.org>... User unknown
Apr 30 04:05:25 host sm-mta[56383]: r3U85P8s056383: from=<myaccount@yahoo.com>, size=0, class=0, nrcpts=0, proto=SMTP, daemon=IPv4, relay=nm20.bullet.mail.bf1.yahoo.com [98.139.212.179]
Clearly admin exists:
id
Code:
uid=1004(admin) gid=1004(admin) groups=1004(admin),0(wheel)
mail
Code:
No mail for admin
Naturally I've had a look at, even experimented with files/lines from:
/etc/mail/access
/etc/mail/aliases
/etc/mail/local-host-names
/etc/mail/mailer.conf
/etc/mail/mailertable
/etc/mail/virtusertable
I could use some help though as nothing I've tried works thus far. Email from myaccount@yahoo.com to admin@myfreebsddomain.org just bounces.
Code:
Remote host said: 550 5.1.1 <admin@myfreebsddomain.org>... User unknown [RCPT_TO]