Page 1 of 1

Postfix Installation

Posted: 2003-04-24 14:33
by rǃppz
Hallo

Also bei der neuinstallation von Postfix kommt immer
testserver:~# apt-get install postfix
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, postfix is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
3 packages not fully installed or removed.
Need to get 0B of archives. After unpacking 0B will be used.
Setting up postfix (1.1.11-0.woody2) ...

Postfix configuration was not changed. If you need to make changes, edit
/etc/postfix/main.cf (and others) as needed. To view Postfix configuration
values, see postconf(8).

After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.

Running newaliases
postalias: warning: /etc/aliases.db: duplicate entry: "news"
Starting mail transport agent: Postfixln: creating symbolic link `usr/lib/zoneinfo/localtime' to `/etc/localtime': No such file or directory
dpkg: error processing postfix (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of postfix-ldap:
postfix-ldap depends on postfix; however:
Package postfix is not configured yet.
postfix-ldap depends on postfix (= 1.1.11-0.woody2); however:
Package postfix is not configured yet.
dpkg: error processing postfix-ldap (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of postfix-pcre:
postfix-pcre depends on postfix; however:
Package postfix is not configured yet.
postfix-pcre depends on postfix (= 1.1.11-0.woody2); however:
Package postfix is not configured yet.
dpkg: error processing postfix-pcre (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
postfix
postfix-ldap
postfix-pcre
E: Sub-process /usr/bin/dpkg returned an error code (1)
Also habe ich die localtime manuel gelinked funktioniert aber immer nocht nicht. Was soll ich tun? Auch das herrüberkopieren geht nicht.

Grüsse Florian

Re: Postfix Installation

Posted: 2003-04-24 14:47
by captaincrunch
/etc/localtime ist IMHO ein Link auf /usr/share/zoneinfo/Europe/Berlin . Falls das nicht so sein sollte, würde ich das erstmal machen ...

Re: Postfix Installation

Posted: 2003-04-24 19:30
by rǃppz
Der Link hat schon gestimmt aber was mich verunsichert ist das
Starting mail transport agent: Postfixln: creating symbolic link `usr/lib/zoneinfo/localtime' to `/etc/localtime': No such file or directory
vor dem usr kein / ist?

Liegt es daran?

Danke für eure Bemühungen.

Re: Postfix Installation

Posted: 2003-04-25 16:24
by rǃppz
Hat sonst noch jemand ne Lösung?