Hi Everyone,
I was wondering if anyone could assist me with the following howto:
http://sme.swerts-knudsen.dk/howtos/howto_14.htmMy SME box is currently my primary mail server. I've also hooked up a backup mail server from twisted4life and I've already pointed to them via my primary dns (the accounts are not active so its ok!).
What confuses me is the steps I need to perform:
[root@e-smith]# mkdir -p /etc/e-smith/templates-custom/var/qmail/control/rcpthosts
[root@e-smith]# cd /etc/e-smith/templates-custom/var/qmail/control/rcpthosts
[root@e-smith]# echo "domain_name.com" > domain_name
[root@e-smith]# /sbin/e-smith/expand-template /var/qmail/control/rcpthosts[/list]
The instructions are a bit vague on what domain_name.com and domain_name stand for. Can I assume that domain_name.com should be the proper host name for my backup mail server (as specified in my MX record)?
If thats the case, then should I do the following for foo.com:
[root@e-smith]# echo "backup.foo.com" > foo.com[/list]
Thanks in advance everyone!
Geoffrey