Results 1 to 5 of 5
Can some one help me to disable postfix at startup
Sam...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-01-2005 #1Just Joined!
- Join Date
- Jan 2005
- Posts
- 1
How to disable Postfix at startup
Can some one help me to disable postfix at startup
Sam
- 01-02-2005 #2Linux User
- Join Date
- Jun 2003
- Location
- Huntington Beach, CA
- Posts
- 390
Well you need to take it out of your start up scripts. I'm not sure how to go about doing that for your particular distro, but if you're by chance a gentoo user: rc-update del postfix default
- 01-02-2005 #3
For Red Hat and FC 1 run:
redhat-config-services
For FC 2 and 3 it's
system-config-services
For Mandrake, look in the Mandrake Control Center. In SuSE look in Yast under System-Runlevel Editor.
With the different Debian based distros, it could be millions of ways...
- 01-02-2005 #4Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
in suse i think you can go to :
andCode:/etc/rc.d/rc5.d/
remove the line with the postfix inside.Linux For Ever!
- 02-20-2011 #5Just Joined!
- Join Date
- Oct 2010
- Posts
- 2
in Debian, you can remove the startup-symlinks in the runlevels:
for ex.
Code:sudo rm -v /etc/rc*/S[0-9][0-9]postfix
Code:removing `/etc/rc2.d/S20postfix' removing `/etc/rc3.d/S20postfix' removing `/etc/rc4.d/S20postfix' removing `/etc/rc5.d/S20postfix'
Last edited by rubo77; 02-20-2011 at 06:56 AM.



