PDA

View Full Version : smtp start scripts


brynk
27th May 2008, 06:07 PM
After the latest update of 8.4 my smtp_psa files are no longer located in /etc/xinetd.d/ (or anywhere else).
Where can I find the new startup scipts (or any notes on the update...)?

wsani
27th May 2008, 09:08 PM
service xinetd restart?

dash
27th May 2008, 11:51 PM
After the latest update of 8.4 my smtp_psa files are no longer located in /etc/xinetd.d/ (or anywhere else).
Where can I find the new startup scipts (or any notes on the update...)?

if you use Ubuntu or Debian it's a /etc/inetd.conf instead of /etc/xinetd.d/smtp_psa
But it is not a startup script - it's a superserver config file.

brynk
28th May 2008, 02:46 AM
Ok, thanks. I also added a smtp_alt line here, since that wasn't copied. I'm not sure where I should add the -Rt0 option though...
I also noticed lines for ftp and poppassd. The old files are still in /etc/xinetd.d/. Can I safely remove those?