ispCP - Board - Support
After upgrade from RC3 to RC4 problem with postfix - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: After upgrade from RC3 to RC4 problem with postfix (/thread-2887.html)

Pages: 1 2


RE: After upgrade from RC3 to RC4 problem with postfix - Rene - 03-30-2008 11:06 PM

yes when you change the hostname and the hosts, you must restart the hole system...

the /etc/hosts ist wrong.. but in the german corner ist a small how to Wink Tongue


RE: After upgrade from RC3 to RC4 problem with postfix - DaSilva - 03-30-2008 11:27 PM

Ist die /etc/hosts jetzt richtig?
Konnte leider keinen eindeutigen Thread auch nach Suche finden:

# 'hosts' file configuration.

127.0.0.1 frefel.net.local localhost
193.34.68.126 s1.frefel.net
193.34.68.126 frefel.net frefel
::ffff:193.34.68.126 frefel.net frefel
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts


Wenn immer noch falsch bitte ich um direkte Berichtigung.
Würde mich sehr darüber freuen.
Sonst müssen keine Dateien / Sachen mehr geändert werden (ispcp.conf etc.) und nur noch ein Reboot fehlt!?
Danke.


RE: After upgrade from RC3 to RC4 problem with postfix - Rene - 03-31-2008 12:07 AM

this should help you Wink

http://www.isp-control.net/forum/erledigt-allgemeines-verstc3a4ndnis-problem-domain-t-1889.html


RE: After upgrade from RC3 to RC4 problem with postfix - joximu - 03-31-2008 12:25 AM

I'd say:

Code:
127.0.0.1 s1.frefel.net.local localhost
193.34.68.126 s1.frefel.net s1
::ffff:193.34.68.126 s1.frefel.net s1
... the remaining lines...

/J


RE: After upgrade from RC3 to RC4 problem with postfix - DaSilva - 03-31-2008 12:28 AM

OK, thanks.
What about his?

/etc/hosts

# 'hosts' file configuration.

127.0.0.1 s1.frefel.net.local localhost
193.34.68.126 s1.frefel.net s1
::ffff:193.34.68.126 s1.frefel.net s1
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

/etc/hostname

s1

/etc/resolv.conf

domain frefel.net
nameserver 85.131.246.10
nameserver 85.131.246.11

/etc/postfix/main.cf

...
myhostname = s1
mydomain = frefel.net.local
myorigin = $myhostname
...

/etc/ispcp/ispcp.conf

DEFAULT_ADMIN_ADDRESS = support[at]frefel.net

SERVER_HOSTNAME = s1

BASE_SERVER_IP = 193.34.68.126

BASE_SERVER_VHOST = admin.frefel.net

Something wrong? What?


RE: After upgrade from RC3 to RC4 problem with postfix - joximu - 03-31-2008 12:56 AM

main.cf:
myhostname = s1.frefel.net

ispcp.conf:
SERVER_HOSTNAME = s1.frefel.net

the rest looks good.
Give it a try.


RE: After upgrade from RC3 to RC4 problem with postfix - DaSilva - 03-31-2008 01:09 AM

Thanks.
Now it works!
/etc/init.d/postfix restart was enough (so no restart was needed).