Current time: 09-30-2024, 02:48 AM Hello There, Guest! (LoginRegister)


Post Reply 
Several services not working on new install [ resolved ]
Author Message
pstanbra Offline
Junior Member
*

Posts: 61
Joined: May 2010
Reputation: 0
Post: #3
Exclamation RE: Several services not working on new install
(05-25-2010 11:35 PM)joximu Wrote:  Hi

the proftp-config:
tell us more about you OS.

the php 5.3 errors:
ispcp is not ready to be run on php 5.3, so change the php.ini settings to not show errors, just log them (if needed).

/J
I think you use a new ubuntu and the makefile in ispcp 1.0.5 is not ready for this.

so you need to replace the proftpd.conf (which is based on the proftpd1.3.conf) with something which is based on proftpd1.3.interpid.conf....

the mysql modules are not loaded otherwise...

/J


Yes i'm using UBUNTU 10.04 LTS 2.6.32-22-server x86_64
I've created a new install script with one of the other admins which installs fine.

No idea where to start with the ftp thing...
Any idea why spamassassin and amavis and the others are not loading.





UPDATE - FTP FIXED BUT NEED TO TEST - SERVICE SHOWING OKAY

The code below was added to the proftpd.conf file as it was not present.
The 2 lines in red do not need to be inserted as there is a definition already in my conf file further down. Line numbers not needed - reference only.

# Loading required modules
118 <IfModule !mod_sql.c>
119 LoadModule mod_sql.c
120 AuthOrder mod_sql.c

121 </IfModule>
122 <IfModule !mod_sql_mysql.c>
123 LoadModule mod_sql_mysql.c
124 </IfModule>
125 <IfModule !mod_quotatab.c>
126 LoadModule mod_quotatab.c
127 </IfModule>
128 <IfModule !mod_quotatab_sql.c>
129 LoadModule mod_quotatab_sql.c
130 </IfModule>


Still AMAVIS - SPAMASSASSIN - POP3-SSL are showing RED in server status
(This post was last modified: 05-26-2010 04:53 AM by pstanbra.)
05-26-2010 12:50 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Several services not working on new install - pstanbra - 05-26-2010 12:50 AM

Forum Jump:


User(s) browsing this thread: 4 Guest(s)