Current time: 05-04-2024, 11:22 PM Hello There, Guest! (LoginRegister)


Post Reply 
something is wrong with me or postfix configuration template is missing??
Author Message
bulforce Offline
Junior Member
*

Posts: 63
Joined: Oct 2007
Reputation: 0
Post: #1
something is wrong with me or postfix configuration template is missing??
something is wrong with me... nah

In the lastest trunk, and couple trunks before that one...
the files /etc/postfix/main.cf and master.cf are missing.

I think that any fresh install from this trunks will be unable to recieve mail properly or even at all.
10-28-2007 11:09 AM
Find all posts by this user Quote this message in a reply
raphael Offline
Member
***

Posts: 474
Joined: Apr 2007
Reputation: 8
Post: #2
RE: something is wrong with me or postfix configuration template is missing??
do you mind providing some more information?
e.g. distro
10-28-2007 11:19 AM
Visit this user's website Find all posts by this user Quote this message in a reply
bulforce Offline
Junior Member
*

Posts: 63
Joined: Oct 2007
Reputation: 0
Post: #3
RE: something is wrong with me or postfix configuration template is missing??
I am installing on Debian Etch

from trunk ispcp-omega-trunk-20071027.tar.gz

after make install

the template files main.cf and master.cf are missing in /tmp/ispcp-1.0.0/etc/postfix

respectivelly they are not copied over the stock configuration of postfix, and so the
postfix is unable to rout the mail... its returning it to the sender with error: unknown user

hope that will help
10-28-2007 11:28 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #4
RE: something is wrong with me or postfix configuration template is missing??
This is weird

Could you do "make install" again and check for errors in the output. Especially when the /etc configs are copied....

Joxi
10-28-2007 06:43 PM
Visit this user's website Find all posts by this user Quote this message in a reply
bulforce Offline
Junior Member
*

Posts: 63
Joined: Oct 2007
Reputation: 0
Post: #5
RE: something is wrong with me or postfix configuration template is missing??
there is no problem for me to do that...
just tell me where are the error messages recorded.
Or if you need the whole make install output.... please remind me
the command to make it log the whole output. I am not so
good in linux anyway.
10-29-2007 05:44 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #6
RE: something is wrong with me or postfix configuration template is missing??
Quote:Or if you need the whole make install output..
Would be the best!

Greez BeNe
10-29-2007 05:55 AM
Visit this user's website Find all posts by this user Quote this message in a reply
bulforce Offline
Junior Member
*

Posts: 63
Joined: Oct 2007
Reputation: 0
Post: #7
RE: something is wrong with me or postfix configuration template is missing??
As far as i can see the main.cf and master.cf are copied to the /tmp/ispcp-1.0.0/etc/ispcp/postfix/ , however after completing the setup script
they are not present in /etc/postfix/, my work around was to get
those 2 files and put them in /etc/postfix/ before executing the
setup script.
Now all my email accounts are able to send and recieve mail. EXEPT the accounts on the main domain name, the server hostname. If somebody can give me directions how to fix that, i will be very thankful. All mail sent to any mail user at my hostname dot com is returned with error:
Code:
Diagnostic-Code: X-Postfix; unknown user: "admin"

make install output:[/code]
Code:
cd ./tools && make install
make[1]: Entering directory `/usr/src/web/svn/nightly/tools'
/bin/mkdir -p /tmp/ispcp-1.0.0/var/www/ispcp/daemon
cp ./daemon/ispcp_daemon /tmp/ispcp-1.0.0/var/www/ispcp/daemon
make[1]: Leaving directory `/usr/src/web/svn/nightly/tools'
/bin/mkdir -p /tmp/ispcp-1.0.0/etc/ispcp
/bin/mkdir -p /tmp/ispcp-1.0.0/var/www/ispcp
/bin/mkdir -p /tmp/ispcp-1.0.0/var/log/ispcp
/bin/mkdir -p /tmp/ispcp-1.0.0/var/log/ispcp/ispcp-arpl-msgr
/bin/mkdir -p /tmp/ispcp-1.0.0/var/www/virtual
/bin/mkdir -p /tmp/ispcp-1.0.0/var/www/fcgi
/bin/mkdir -p /tmp/ispcp-1.0.0/var/www/scoreboards
/bin/mkdir -p /tmp/ispcp-1.0.0/var/www/awstats
/bin/mkdir -p /tmp/ispcp-1.0.0/var/mail/virtual
/bin/mkdir -p /tmp/ispcp-1.0.0/var/log/apache2/backup
cd ./configs && make install &
cd ./engine && make install
make[1]: Entering directory `/usr/src/web/svn/nightly/configs'
if test debian = debian  ; then \
        cp ./ispcp.conf /tmp/ispcp-1.0.0/etc/ispcp ; \
        (cd ./apache && make install &); \
        (cd ./awstats && make install &); \
        (cd ./bind && make install &); \
        (cd ./cron.d && make install &); \
        (cd ./database && make install &);  \
        (cd ./fcgi && make install &); \
        (cd ./init.d && make install &); \
        (cd ./postfix && make install &); \
        (cd ./courier && make install &); \
        (cd ./proftpd && make install &); \
        (cd ./logrotate && make install); \
    elif test debian = centos ; then \
        cd ./dists/centos && make install ; \
    elif test debian = fedora ; then \
        cd ./dists/fedora && make install ; \
    elif test debian = gentoo ; then \
        cd ./dists/gentoo && make install ; \
    elif test debian = redhat ; then \
        cd ./dists/redhat && make install ; \
    elif test debian = sles9 ; then \
        cd ./dists/sles9 && make install ; \
    elif test debian = suse100 ; then \
        cd ./dists/suse10 && make install ; \
    elif test debian = opensuse10 ; then \
        cd ./dists/opensuse10 && make install ; \
    elif test debian = ubuntu ; then \
        cd ./dists/ubuntu && make install ; \
    fi
make[1]: Entering directory `/usr/src/web/svn/nightly/engine'
/bin/mkdir -p /tmp/ispcp-1.0.0/var/www/ispcp/engine
/usr/bin/install -d -o root -g root -m 0755 /tmp/ispcp-1.0.0/var/www/ispcp/engine
make[2]: Entering directory `/usr/src/web/svn/nightly/configs/apache'
/bin/mkdir -p /tmp/ispcp-1.0.0/etc/ispcp/apache
make[2]: Entering directory `/usr/src/web/svn/nightly/configs/cron.d'
/bin/mkdir -p /tmp/ispcp-1.0.0/etc/ispcp/cron.d
make[2]: Entering directory `/usr/src/web/svn/nightly/configs/init.d'
/bin/mkdir -p /tmp/ispcp-1.0.0/etc/init.d
make[2]: Entering directory `/usr/src/web/svn/nightly/configs/bind'
/bin/mkdir -p /tmp/ispcp-1.0.0/etc/ispcp/bind
/bin/mkdir -p /tmp/ispcp-1.0.0/etc/default
make[2]: Entering directory `/usr/src/web/svn/nightly/configs/awstats'
/bin/mkdir -p /tmp/ispcp-1.0.0/etc/ispcp/awstats
/bin/mkdir -p /tmp/ispcp-1.0.0/etc/apache2
cp ./ispcp /tmp/ispcp-1.0.0/etc/ispcp/cron.d
cp ./named.conf ./working
cp ispcp_daemon /tmp/ispcp-1.0.0/etc/init.d
cp -R ./awstats.ispcp_tpl.conf /tmp/ispcp-1.0.0/etc/ispcp/awstats
/bin/mkdir -p /tmp/ispcp-1.0.0/etc/apache2/sites-available
make[2]: Entering directory `/usr/src/web/svn/nightly/configs/database'
/bin/mkdir -p /tmp/ispcp-1.0.0/etc/ispcp/database
/bin/mkdir -p /tmp/ispcp-1.0.0/etc/apache2/mods-available
make[2]: Entering directory `/usr/src/web/svn/nightly/configs/postfix'
/bin/mkdir -p /tmp/ispcp-1.0.0/etc/ispcp/postfix
make[2]: Entering directory `/usr/src/web/svn/nightly/configs/courier'
/bin/mkdir -p /tmp/ispcp-1.0.0/etc/ispcp/courier
make[2]: Entering directory `/usr/src/web/svn/nightly/configs/fcgi'
/bin/mkdir -p /tmp/ispcp-1.0.0/etc/ispcp/fcgi
cp ./database.sql /tmp/ispcp-1.0.0/etc/ispcp/database
make[2]: Entering directory `/usr/src/web/svn/nightly/configs/proftpd'
/bin/mkdir -p /tmp/ispcp-1.0.0/etc/ispcp/proftpd
cp -R ./backup /tmp/ispcp-1.0.0/etc/ispcp/cron.d
make[2]: Entering directory `/usr/src/web/svn/nightly/configs/logrotate'
/bin/mkdir -p /tmp/ispcp-1.0.0/etc/logrotate.d
/bin/mkdir -p /tmp/ispcp-1.0.0/etc/courier
cp ispcp_network /tmp/ispcp-1.0.0/etc/init.d
cp ./ispcp /tmp/ispcp-1.0.0/etc/logrotate.d
cp -R ./backup /tmp/ispcp-1.0.0/etc/ispcp/fcgi
cp ./httpd.conf /tmp/ispcp-1.0.0/etc/ispcp/apache
/bin/mkdir -p /tmp/ispcp-1.0.0/etc/postfix
cp -R ./backup /tmp/ispcp-1.0.0/etc/ispcp/proftpd
cp ./main.cf /tmp/ispcp-1.0.0/etc/ispcp/postfix/main.cf
cp ./authdaemonrc /tmp/ispcp-1.0.0/etc/ispcp/courier
cp ./languages.sql /tmp/ispcp-1.0.0/etc/ispcp/database
cp -R ./parts /tmp/ispcp-1.0.0/etc/ispcp/fcgi
cp ./authmodulelist /tmp/ispcp-1.0.0/etc/ispcp/courier
cp ./master.cf /tmp/ispcp-1.0.0/etc/ispcp/postfix/master.cf
cp ./00_master.conf /tmp/ispcp-1.0.0/etc/ispcp/apache
cp -R ./parts /tmp/ispcp-1.0.0/etc/ispcp/cron.d
cp ./01_awstats.conf /tmp/ispcp-1.0.0/etc/ispcp/apache
make[2]: Leaving directory `/usr/src/web/svn/nightly/configs/logrotate'
# Debian 4.0 "Etch"?
chown root:root /tmp/ispcp-1.0.0/etc/init.d/ispcp_network /tmp/ispcp-1.0.0/etc/init.d/ispcp_daemon
chmod 0755 /tmp/ispcp-1.0.0/etc/init.d/ispcp_network /tmp/ispcp-1.0.0/etc/init.d/ispcp_daemon
if [[ `cat /etc/debian_version | awk '{print }'` = '4.0' ]] || [[ `cat /etc/debian_version | awk '{print }'` = 'lenny/sid' ]]; then \
        if [[ -e /etc/proftpd.conf ]] ; then \
            mv /etc/proftpd.conf /etc/proftpd.conf.bak ; \
        fi ; \
        /bin/mkdir -p /tmp/ispcp-1.0.0/etc/proftpd ; \
        cp ./proftpd1.3.conf /tmp/ispcp-1.0.0/etc/ispcp/proftpd/proftpd.conf ; \
        cp ./proftpd1.3.conf /tmp/ispcp-1.0.0/etc/proftpd/proftpd.conf ; \
    else \
        cp ./proftpd.conf /tmp/ispcp-1.0.0/etc ; \
        cp ./proftpd.conf /tmp/ispcp-1.0.0/etc/ispcp/proftpd ; \
    fi \

make[1]: Leaving directory `/usr/src/web/svn/nightly/configs'
cp ./named.conf /tmp/ispcp-1.0.0/etc/ispcp/bind
if [[ -f ispcp_daemon.default ]]; then \
        cp -p ispcp_daemon.default /tmp/ispcp-1.0.0/etc/default/ispcp_daemon ; \
    fi
cp -R ./backup /tmp/ispcp-1.0.0/etc/ispcp/postfix
cp -R ./backup /tmp/ispcp-1.0.0/etc/ispcp/apache
cp ./imapd /tmp/ispcp-1.0.0/etc/ispcp/courier
cp -R ./backup /tmp/ispcp-1.0.0/etc/ispcp/bind
if [[ -f ispcp_network.default ]]; then \
        cp -p ispcp_network.default /tmp/ispcp-1.0.0/etc/default/ispcp_network ; \
    fi
make[2]: Leaving directory `/usr/src/web/svn/nightly/configs/awstats'
make[2]: Leaving directory `/usr/src/web/svn/nightly/configs/database'
make[2]: Leaving directory `/usr/src/web/svn/nightly/configs/init.d'
cp ./pop3d /tmp/ispcp-1.0.0/etc/ispcp/courier
cp -R ./parts /tmp/ispcp-1.0.0/etc/ispcp/postfix
cp ./userdb /tmp/ispcp-1.0.0/etc/ispcp/courier
cp -R ./parts /tmp/ispcp-1.0.0/etc/ispcp/apache
cp -R ./parts /tmp/ispcp-1.0.0/etc/ispcp/bind
make[2]: Leaving directory `/usr/src/web/svn/nightly/configs/proftpd'
cp -R ./working /tmp/ispcp-1.0.0/etc/ispcp/postfix
cp -R ./backup /tmp/ispcp-1.0.0/etc/ispcp/courier
cp -R ./working /tmp/ispcp-1.0.0/etc/ispcp/cron.d
cp -R ./working /tmp/ispcp-1.0.0/etc/ispcp/courier
cp /tmp/ispcp-1.0.0/etc/ispcp/cron.d/ispcp /tmp/ispcp-1.0.0/etc/ispcp/cron.d/working
cp -R ./ispcp /tmp/ispcp-1.0.0/etc/ispcp/postfix
make[2]: Leaving directory `/usr/src/web/svn/nightly/configs/cron.d'
cp ./authdaemonrc /tmp/ispcp-1.0.0/etc/courier
cp ./authmodulelist /tmp/ispcp-1.0.0/etc/courier
cp ./imapd /tmp/ispcp-1.0.0/etc/courier
cp ./pop3d /tmp/ispcp-1.0.0/etc/courier
cp ./userdb /tmp/ispcp-1.0.0/etc/courier
cp -R ./working /tmp/ispcp-1.0.0/etc/ispcp/bind
cp -R ./ispcp /tmp/ispcp-1.0.0/etc/postfix
make[2]: Leaving directory `/usr/src/web/svn/nightly/configs/postfix'
make[2]: Leaving directory `/usr/src/web/svn/nightly/configs/bind'
make[2]: Leaving directory `/usr/src/web/svn/nightly/configs/courier'
cp -R ./working /tmp/ispcp-1.0.0/etc/ispcp/fcgi
make[2]: Leaving directory `/usr/src/web/svn/nightly/configs/fcgi'
cp -R ./working /tmp/ispcp-1.0.0/etc/ispcp/apache
cp ./httpd.conf /tmp/ispcp-1.0.0/etc/ispcp/apache/working/ispcp.conf
cp ./httpd.conf /tmp/ispcp-1.0.0/etc/ispcp/apache/parts/ispcp_base.tpl
# Debian 4.0 "Etch"?
if [[ `cat /etc/debian_version | awk '{print }'` = '4.0' ]] || [[ `cat /etc/debian_version | awk '{print }'` = 'lenny/sid' ]]; then \
        cp ./fastcgi2.conf /tmp/ispcp-1.0.0/etc/ispcp/apache/working/fastcgi_ispcp.conf ; \
    else \
        cp ./fastcgi.conf /tmp/ispcp-1.0.0/etc/ispcp/apache/working/fastcgi_ispcp.conf ; \
    fi
cp -R /tmp/ispcp-1.0.0/etc/ispcp/apache/working/fastcgi_ispcp.conf /tmp/ispcp-1.0.0/etc/apache2/mods-available/fastcgi_ispcp.conf
make[2]: Leaving directory `/usr/src/web/svn/nightly/configs/apache'
/bin/mkdir -p /tmp/ispcp-1.0.0/var/www/ispcp/engine/awstats
/usr/bin/install -d -o root -g root -m 0700 /tmp/ispcp-1.0.0/var/www/ispcp/engine/awstats
/bin/mkdir -p /tmp/ispcp-1.0.0/var/www/ispcp/engine/backup
/usr/bin/install -d -o root -g root -m 0700 /tmp/ispcp-1.0.0/var/www/ispcp/engine/backup
/bin/mkdir -p /tmp/ispcp-1.0.0/var/www/ispcp/engine/quota
/usr/bin/install -d -o root -g root -m 0700 /tmp/ispcp-1.0.0/var/www/ispcp/engine/quota
/bin/mkdir -p /tmp/ispcp-1.0.0/var/www/ispcp/engine/traffic
/usr/bin/install -d -o root -g root -m 0700 /tmp/ispcp-1.0.0/var/www/ispcp/engine/traffic
/bin/mkdir -p /tmp/ispcp-1.0.0/var/www/ispcp/engine/messager
/usr/bin/install -d -o root -g root -m 0755 /tmp/ispcp-1.0.0/var/www/ispcp/engine/messager
/bin/mkdir -p /tmp/ispcp-1.0.0/var/www/ispcp/engine/setup
/usr/bin/install -d -o root -g root -m 0700 /tmp/ispcp-1.0.0/var/www/ispcp/engine/setup
/bin/mkdir -p /tmp/ispcp-1.0.0/var/www/ispcp/engine/tools
/usr/bin/install -d -o root -g root -m 0700 /tmp/ispcp-1.0.0/var/www/ispcp/engine/tools
cd ./traffic && make install
make[2]: Entering directory `/usr/src/web/svn/nightly/engine/traffic'
/bin/mkdir -p /tmp/ispcp-1.0.0/usr/sbin
/usr/bin/install -m 0700 -o root -g root ./maillogconvert/maillogconvert.pl /tmp/ispcp-1.0.0/usr/sbin
make[2]: Leaving directory `/usr/src/web/svn/nightly/engine/traffic'
/usr/bin/install -m 0700 -o root -g root ./ispcp_common_code.pl /tmp/ispcp-1.0.0/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./ispcp_common_methods.pl /tmp/ispcp-1.0.0/var/www/ispcp/engine
# keys needed for ISPCP engine;
/usr/bin/install -m 0700 -o root -g root ./ispcp-db-keys.pl /tmp/ispcp-1.0.0/var/www/ispcp/engine
# one more copy for auto replay system;
/usr/bin/install -m 0700 -o root -g root ./ispcp-db-keys.pl /tmp/ispcp-1.0.0/var/www/ispcp/engine/messager
/usr/bin/install -m 0700 -o root -g root ./ispcp-rqst-mngr /tmp/ispcp-1.0.0/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./ispcp-dmn-mngr /tmp/ispcp-1.0.0/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./ispcp-sub-mngr /tmp/ispcp-1.0.0/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./ispcp-als-mngr /tmp/ispcp-1.0.0/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./ispcp-htuser-mngr /tmp/ispcp-1.0.0/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./ispcp-mbox-mngr /tmp/ispcp-1.0.0/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./ispcp-serv-mngr /tmp/ispcp-1.0.0/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./ispcp-db-passwd /tmp/ispcp-1.0.0/var/www/ispcp/engine
/usr/bin/install -m 0700 -o root -g root ./awstats/awstats_buildstaticpages.pl /tmp/ispcp-1.0.0/var/www/ispcp/engine/awstats
/usr/bin/install -m 0700 -o root -g root ./awstats/awstats_updateall.pl /tmp/ispcp-1.0.0/var/www/ispcp/engine/awstats
/usr/bin/install -m 0700 -o root -g root ./backup/ispcp-bk-task /tmp/ispcp-1.0.0/var/www/ispcp/engine/backup
/usr/bin/install -m 0700 -o root -g root ./backup/ispcp-backup-all /tmp/ispcp-1.0.0/var/www/ispcp/engine/backup
/usr/bin/install -m 0700 -o root -g root ./backup/ispcp-backup-ispcp /tmp/ispcp-1.0.0/var/www/ispcp/engine/backup
/usr/bin/install -m 0700 -o root -g root ./quota/ispcp-dsk-quota /tmp/ispcp-1.0.0/var/www/ispcp/engine/quota
/usr/bin/install -m 0700 -o root -g root ./messager/ispcp-arpl-msgr /tmp/ispcp-1.0.0/var/www/ispcp/engine/messager
/usr/bin/install -m 0700 -o root -g root ./setup/set-engine-permissions.sh /tmp/ispcp-1.0.0/var/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g root ./setup/set-gui-permissions.sh /tmp/ispcp-1.0.0/var/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g root ./setup/reset-setup /tmp/ispcp-1.0.0/var/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g root ./setup/ispcp-setup /tmp/ispcp-1.0.0/var/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g root ./setup/ispcp-uninstall /tmp/ispcp-1.0.0/var/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g root ./setup/vhcs2.4.7-ispcp.sql /tmp/ispcp-1.0.0/var/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g root ./setup/vhcs2.4.8-ispcp.sql /tmp/ispcp-1.0.0/var/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g root ./setup/ispcp-update /tmp/ispcp-1.0.0/var/www/ispcp/engine/setup
/usr/bin/install -m 0700 -o root -g root ./tools/ispcp-httpd-logs-mngr /tmp/ispcp-1.0.0/var/www/ispcp/engine/tools/ispcp-httpd-logs-mngr
/usr/bin/install -m 0700 -o root -g root ./tools/ispcpphptemp.sh /tmp/ispcp-1.0.0/var/www/ispcp/engine/tools/ispcpphptemp.sh
/usr/bin/install -m 0700 -o root -g root ./traffic/ispcp-srv-traff /tmp/ispcp-1.0.0/var/www/ispcp/engine/traffic
/usr/bin/install -m 0700 -o root -g root ./traffic/ispcp-vrl-traff /tmp/ispcp-1.0.0/var/www/ispcp/engine/traffic
/usr/bin/install -m 0700 -o root -g root ./traffic/ispcp-vrl-traff-SUSE /tmp/ispcp-1.0.0/var/www/ispcp/engine/traffic
/usr/bin/install -m 0700 -o root -g root ./traffic/ispcp-vrl-traff-correction /tmp/ispcp-1.0.0/var/www/ispcp/engine/traffic
make[1]: Leaving directory `/usr/src/web/svn/nightly/engine'
cd ./gui && make install
make[1]: Entering directory `/usr/src/web/svn/nightly/gui'
/bin/mkdir -p /tmp/ispcp-1.0.0/var/www/ispcp/gui
cp ./index.php /tmp/ispcp-1.0.0/var/www/ispcp/gui/index.php
cp ./lostpassword.php /tmp/ispcp-1.0.0/var/www/ispcp/gui/lostpassword.php
cp ./imagecode.php /tmp/ispcp-1.0.0/var/www/ispcp/gui/imagecode.php
cp ./robots.txt /tmp/ispcp-1.0.0/var/www/ispcp/gui/robots.txt
cp ./favicon.ico /tmp/ispcp-1.0.0/var/www/ispcp/gui/favicon.ico
cp -dR ./admin /tmp/ispcp-1.0.0/var/www/ispcp/gui
cp -dR ./reseller /tmp/ispcp-1.0.0/var/www/ispcp/gui
cp -dR ./client /tmp/ispcp-1.0.0/var/www/ispcp/gui
cp -dR ./include /tmp/ispcp-1.0.0/var/www/ispcp/gui
cp -dR ./domain_default_page /tmp/ispcp-1.0.0/var/www/ispcp/gui
cp -dR ./errordocs /tmp/ispcp-1.0.0/var/www/ispcp/gui
cp -dR ./themes /tmp/ispcp-1.0.0/var/www/ispcp/gui
cp -dR ./tools /tmp/ispcp-1.0.0/var/www/ispcp/gui
cp -dR ./orderpanel /tmp/ispcp-1.0.0/var/www/ispcp/gui
cp -dR ./phptmp /tmp/ispcp-1.0.0/var/www/ispcp/gui
make[1]: Leaving directory `/usr/src/web/svn/nightly/gui'
cd ./keys && make install
make[1]: Entering directory `/usr/src/web/svn/nightly/keys'
/bin/mkdir -p /tmp/ispcp-1.0.0/var/www/ispcp/keys
cp ./rpl.pl /tmp/ispcp-1.0.0/var/www/ispcp/keys
make[1]: Leaving directory `/usr/src/web/svn/nightly/keys'
(This post was last modified: 10-29-2007 11:11 AM by bulforce.)
10-29-2007 11:04 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #8
RE: something is wrong with me or postfix configuration template is missing??
Quote:As far as i can see the main.cf and master.cf are copied to the /tmp/ispcp-1.0.0/etc/ispcp/postfix/
Good, so the make install is OK.
Did you also this step ?
Code:
cp -Rv /tmp/ispcp-1.0.0/* /
As you can see every file from /tmp/ispcp-1.0.0/ it copied to "/" so there should be a main.cf and master.cf when they are in your "/tmp/ispcp-1.0.0/etc/ispcp/postfix/" folder Rolleyes

Greez BeNe
10-29-2007 05:09 PM
Visit this user's website Find all posts by this user Quote this message in a reply
bulforce Offline
Junior Member
*

Posts: 63
Joined: Oct 2007
Reputation: 0
Post: #9
RE: something is wrong with me or postfix configuration template is missing??
Yes i know... but for some reason the files need to be in /etc/postfix/ not in /etc/ispcp/postfix/ because they are not proccessed by the setup script if not located in /etc/postfix/ ,also the files in /etc/ispcp/postfix/ remain untouch after the setup script

part from /etc/ispcp/postfix/main.cf (After setup)
Code:
myhostname = {MTA_HOSTNAME}
mydomain   = {MTA_LOCAL_DOMAIN}
myorigin   = $mydomain

smtpd_banner = $myhostname ISPCP {MTA_VERSION} Managed ESMTP {MTA_HOST_TYPE}
setgid_group = postdrop
(This post was last modified: 10-29-2007 11:58 PM by bulforce.)
10-29-2007 11:51 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #10
RE: something is wrong with me or postfix configuration template is missing??
Quote:also the files in /etc/ispcp-1.0.0/etc/ispcp/postfix/ remain untouch after the setup script

part from /etc/ispcp-1.0.0/etc/ispcp/postfix/main.cf (After setup)
You did something wrong!
Code:
/etc/ispcp-1.0.0/etc/ispcp/postfix/main.cf
SHOULD BE:
Code:
/etc/ispcp/postfix/main.cf

Next is, this is your template - and NOT your current config!
Are you really sure that you did _exactly_ this point after the make install:
Code:
cp -Rv /tmp/ispcp-1.0.0/* /

Looks not so because of this in the front "/etc/ispcp-1.0.0" of your path

Greez BeNe
10-29-2007 11:57 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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