Look at /etc/rc.config.d/postfix.rc.config. You may be able to do what you want with just this file or may need to turn off SuSEconfig's meddling with: POSTFIX_CREATECF="no" HTH, Jeffrey Quoting Jerry Van Brimmer <jerryvb@vei.net>:
I gave up on Sendmail, and now I'm trying to configure Postfix. All I want to do is get Postfix to send my mail to my dialup ISP mail server, which requires SMTP Auth. In my /etc/postfix/main.cf file I enter:
relayhost = mail.vei.net
Then I run "postfix reload".
Everything goes okay up to this point. Then I run SuSEconfig just for kicks because I know it will run at some time in the future when I install another package or do an online update, so I want to see what it will do to my system. Well, SuSEconfig changes "relayhost = mail.vei.net" back to "relayhost ="
Why does it do this and how do I stop it?