ispCP - Board - Support
Services down - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Services down (/thread-13095.html)



Services down - w4rh0und - 03-19-2011 11:31 PM

Hi


I have just installed ispcp on a clean debian 6 server and when i look at
"General" -> " Server Status"

I see some services being stopped :

Amavisd/spamassassin and pop3ssl. Is there a way i can start them ? Or should they be that way ?

Aslo one more question: where do i have to change in order to send admin notifications from
webmaster@mydomain.com? Cause atm it is sending from webmaster@admin.mydomain.com

I already changed in postfic in main.cf
myhostname = admin.mydomain.com
mydomain = mydomain.com
myorigin = $mydomain

But when i check the mail.log it appears:

from=<webmaster@admin.mydomain.com>, size=902, nrcpt=1 (queue active)
Mar 19 09:43:46 ispcp2 postfix/smtp[17911]: 4605E452288: to=<acount@gmail.com>

Thank you


RE: Services down - kilburn - 03-20-2011 04:51 AM

(03-19-2011 11:31 PM)w4rh0und Wrote:  I see some services being stopped :

Amavisd/spamassassin and pop3ssl. Is there a way i can start them ? Or should they be that way ?
Ispcp does not install neither antispam (amavisd/spamassassin) nor SSL (pop3ssl). You have to manually enable them if you want (search the forums/guides to see how this is done. Hint: use google and specify site:isp-control.net).

w4rh0und Wrote:Aslo one more question: where do i have to change in order to send admin notifications from
webmaster@mydomain.com? Cause atm it is sending from webmaster@admin.mydomain.com
This has nothing to do with postfix, it's a php setting. Change the "sendmail_path" directive in the master's php.ini file (/var/www/fcgi/master/php5/php.ini) and restart apache.

I hope that you enjoy ispcp Smile