Hi Vance,
Well the scripts are working correctly, however the aliasing isnt.
Here is what I have:
Maillog:
The last entries are:
Code:
Jan 11 18:46:04 li140-172 postfix/pickup[31811]: 5302D3B231: uid=0 from=<root>
Jan 11 18:46:04 li140-172 postfix/cleanup[31824]: 5302D3B231: message-id=<20100111184604.5302D3B231@babygirl>
Jan 11 18:46:04 li140-172 postfix/qmgr[31812]: 5302D3B231: from=<root@babygirl.twenty4.org>, size=299, nrcpt=1 (queue active)
Jan 11 18:46:04 li140-172 postfix/smtp[31826]: 5302D3B231: to=<root@babygirl.twenty4.org>, orig_to=<root>, relay=none, delay=20, delays=20/0.01/0/0, dsn=5.4.4, status=bounced (Host or domain name not found. Name service error for name=babygirl.twenty4.org type=A: Host not found)
Jan 11 18:46:04 li140-172 postfix/cleanup[31824]: 5A4D33B232: message-id=<20100111184604.5A4D33B232@babygirl>
Jan 11 18:46:04 li140-172 postfix/bounce[31827]: 5302D3B231: sender non-delivery notification: 5A4D33B232
Jan 11 18:46:04 li140-172 postfix/qmgr[31812]: 5A4D33B232: from=<>, size=2176, nrcpt=1 (queue active)
Jan 11 18:46:04 li140-172 postfix/qmgr[31812]: 5302D3B231: removed
Jan 11 18:46:04 li140-172 postfix/smtp[31826]: 5A4D33B232: to=<root@babygirl.twenty4.org>, relay=none, delay=0, delays=0/0/0/0, dsn=5.4.4, status=bounced (Host or domain name not found. Name service error for name=babygirl.twenty4.org type=A: Host not found)
Jan 11 18:46:04 li140-172 postfix/qmgr[31812]: 5A4D33B232: removed
Looking at the above - I notice that it says there is no A record for babygirl.twenty4.org - which is correct, I haven't setup an A record for "babygirl" - do I need to?
aliasesI left everything else the same and modified the last time to read:
Code:
root: me@myemailaddress.com
main.cfI changed the entries you said to say:
Code:
myhostname = babygirl
mydomain = twenty4.org
I entered babygirl for myhostname (as thats what I have in in my /etc/hostname - which I did after following
this tutorial).
And twenty4.org is one of the sites I'm running on my linode.
I ran newaliases after making the change and have also reloaded postfix.
Have I done anything incorrectly?
Any advice is appreciated.
Thanks,
Chris