ispCP - Board - Support
Multiple issues/questions - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Multiple issues/questions (/thread-7681.html)



Multiple issues/questions - vall - 08-28-2009 08:15 AM

Hello, i have some last errors to resolve. I will describe them here

1 . Cant send emails

Code:
Aug 27 22:04:54 ns1 postfix/pickup[10895]: CB81450603E: uid=0 from=<root>
Aug 27 22:04:54 ns1 postfix/cleanup[14065]: CB81450603E: message-id=<20090827220454.CB81450603E@host>
Aug 27 15:04:54 ns1 postfix/qmgr[24330]: CB81450603E: from=<name@host>, size=434, nrcpt=1 (queue active)
Aug 27 15:04:54 ns1 postfix/smtp[14068]: fatal: unknown service: smtp/tcp
Aug 27 15:04:55 ns1 postfix/qmgr[24330]: warning: premature end-of-input on private/smtp socket while reading input attribute name
Aug 27 15:04:55 ns1 postfix/qmgr[24330]: warning: private/smtp socket: malformed response
Aug 27 15:04:55 ns1 postfix/qmgr[24330]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description
Aug 27 15:04:55 ns1 postfix/master[24312]: warning: process /usr/libexec/postfix/smtp pid 14068 exit status 1
Aug 27 15:04:55 ns1 postfix/master[24312]: warning: /usr/libexec/postfix/smtp: bad command startup -- throttling
Aug 27 15:04:55 ns1 postfix/qmgr[24330]: CB81450603E: to=<name@host>, relay=none, delay=1, delays=0.03/1/0/0, dsn=4.3.0, status=deferred (unknown mail transport error)

2. Multiviews is causing problems in htaccess.
It seems that multiviews activated in ispcp.conf is causing .htaccess to go crazy on some websites...i have remove that Multiviews option manually in the respective VirtualHost but it keeps comming back.

3. Some ports seem to be down in server status
Code:
(Port 10024)      AMAVIS      DOWN
(Port 12525)      POLICYD-WEIGHT      DOWN
(Port 60000)      POSTGREY      DOWN
(Port 783)      SPAMASSASSIN      DOWN

4. How do i setup backups ?
I have looked into the forum how to activate backups but cant find a good HOWTO on this subject, if someone can point me to one please do so.

I think that this covers it... thank you for the support.


RE: Multiple issues/questions - joximu - 08-28-2009 04:48 PM

1)
unknown service: smtp/tcp

search in the forum - you may run postfix chrooted but you need to copy some files to the chroot-folder (eg. /var/spool/postfix/etc...)

2) ??

3) not all ports need to be "up" - just the ones you need and use... or you have configured...

4) backups are installed by default. They are run in a cron job - look in /etc/cron.d/ispcp

/J