ispCP - Board - Support
Installation on Freebsd 7.0 - 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: Installation on Freebsd 7.0 (/thread-3999.html)

Pages: 1 2


Installation on Freebsd 7.0 - redcar - 08-10-2008 01:28 PM

Can anyone who had successfully setup a working ISPCP on Freebsd 7.0 share your experience. I am having problem to get postfix sasl working for smpt auth, "Command died with status 127: "procmail -a "$EXTENSION"". Command output: procmail: not found" in maillog and so on. Would be good if you can post your configuration files here for reference as it seem that the ispcp-setup script is not settting all the settings right for a working system on Freebsd.


RE: Installation on Freebsd 7.0 - pgentoo - 08-10-2008 02:43 PM

Do you have procmail installed?


RE: Installation on Freebsd 7.0 - redcar - 08-10-2008 02:54 PM

pgentoo Wrote:Do you have procmail installed?

Yes, when run procmail at command prompt, there is respond.


RE: Installation on Freebsd 7.0 - redcar - 08-11-2008 10:29 PM

Look like there is nobody with a working ISPCP running on Freebsd here. For those who are not having a working solution on Freebsd, please reply with all your issues face here so developers can look into our problems. Whichlist for automated scripts and make file which setup package with correct configuration and dependency for BSD. Ispcp_daemon to use ispcp_enable="YES" in rc.conf..


RE: Installation on Freebsd 7.0 - blocker - 08-12-2008 01:49 PM

there is a Ticket #1455 related to this problem, please be patient


RE: Installation on Freebsd 7.0 - xsintez - 08-12-2008 09:24 PM

# cd /usr/local/etc/rc.d
# touch ispcp.sh
# chmod +x ispcp.sh
# ee ispcp.sh

ispcp.sh:
Code:
#!/bin/sh
/usr/local/etc/rc.d/ispcp_daemon start >/dev/null 2>&1 &



RE: Installation on Freebsd 7.0 - xsintez - 08-13-2008 05:30 PM

Worked configs http://darkwood.in.ua/configsispcp.tar

In /usr/local/etc/courier-imap do symbol link on usrdb->/usr/local/etc/ispcp/courier/working/userdb


RE: Installation on Freebsd 7.0 - redcar - 08-14-2008 09:51 PM

xsintez Wrote:Worked configs http://darkwood.in.ua/configsispcp.tar

In /usr/local/etc/courier-imap do symbol link on usrdb->/usr/local/etc/ispcp/courier/working/userdb

Is it possible that you can tell us more on your setup? I followed your configure but still cannot get it working. I have the follow error in maillog

Aug 14 11:44:00 mail02 postfix/qmgr[1009]: 9690F1CCDE: to=<operator@mail02.test.local>, orig_to=<operator>, relay=none, delay=0.07, delays=0.05/0.01/0/0, dsn=4.3.0, status=deferred (mail transport unavailable)
Aug 14 11:45:12 mail02 postfix/qmgr[1009]: 11C951CCCA: from=<operator@mail02.test.local>, size=577, nrcpt=1 (queue active)
Aug 14 11:45:12 mail02 postfix/qmgr[1009]: warning: connect to transport amavis: Connection refused
Aug 14 11:45:12 mail02 postfix/qmgr[1009]: warning: connect to transport retry: Connection refused
Aug 14 11:45:12 mail02 postfix/qmgr[1009]: 11C951CCCA: to=<operator@mail02.test.local>, orig_to=<operator>, relay=none, delay=17112, delays=17112/0/0/0, dsn=4.3.0, status=deferred (mail transport unavailable)


RE: Installation on Freebsd 7.0 - blocker - 08-15-2008 11:55 AM

it seems the amavis program can't be contacted please make sure that postfix can interact with amavis first FYI ispcp with amavis is not yet built in feature and AFIK so does smtp auth.


RE: Installation on Freebsd 7.0 - redcar - 08-15-2008 05:11 PM

blocker Wrote:it seems the amavis program can't be contacted please make sure that postfix can interact with amavis first FYI ispcp with amavis is not yet built in feature and AFIK so does smtp auth.

Seems that ISPCP is still not ready for hosting services without these feature on Freebsd.