Per Jessen wrote:
Hey guys, don't scare Hans away - setting up a postfix mailserver for a single domain in openSUSE is not that difficult, including getting it right. The vanilla config needs a couple of tweaks, and he'll need to amend a couple of DNS records, but isn't that pretty much it? Amend/check the following:
/etc/postfix/main.cf - comment out line 423 (home_mailbox). /etc/postfix/main.cf - myhostname needs to be e.g. "mail.example.com".
That is not the openSuSE way. It will create more problems as soon as SuSEconfig runs the postfix module. But if you want then set /etc/sysconfig/mail as MAIL_CREATE_CONFIG=no Else;
inet_interfaces = $myhostname
POSTFIX_ADD_INET_INTERFACES=\$myhostname all corrections or additions should be added with the POSTFIX_ADD_ prefix into /etc/sysconfig/postfix Then when you run Suseconfig --module postfix the correct main.cf will be created. However the obvious easiest way is to use yast :) But life is choice Togan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org