can't makemap local-host-names in sendmail
I have a local-host-names file like this;
# local-host-names - include all aliases for your machine here.
development.globalgold.co.uk
listmanager.drafts.uk.com
webtools.drafts.uk.com
when I try to use makemap on it, I get the following error.
[root@development mail]# makemap hash /etc/mail/local-host-names < /etc/mail/local-host-names
makemap: /etc/mail/local-host-names: line 2: no RHS for LHS development.globalgold.co.uk
makemap: /etc/mail/local-host-names: line 3: no RHS for LHS listmanager.drafts.uk.com
makemap: /etc/mail/local-host-names: line 4: no RHS for LHS webtools.drafts.uk.com
[root@development mail]#
[root@development mail]# ls
but it doesn't say in the documentation that there should be a RHS, only that this file should list the aliases for the machine.
Any ideas
Thanks
Tom Hodder
|