Comment 2 for bug 290443

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

Thanks for your report.

The error is
=====
Setting up postfix (2.5.5-1) ...

Installing new version of config file /etc/init.d/postfix ...

postconf: fatal: /etc/postfix/main.cf, line 24: missing '=' after attribute name: "failed minimal_backoff_time = 1000s"

Use of uninitialized value $destinations in scalar chomp at /var/lib/dpkg/info/postfix.config line 217.

Use of uninitialized value $_[1] in join or string at /usr/share/perl5/Debconf/Client/ConfModule.pm line 121.

postconf: fatal: /etc/postfix/main.cf, line 24: missing '=' after attribute name: "failed minimal_backoff_time = 1000s"

Use of uninitialized value $mynetworks in scalar chomp at /var/lib/dpkg/info/postfix.config line 281.

Use of uninitialized value $_[1] in join or string at /usr/share/perl5/Debconf/Client/ConfModule.pm line 121.

postconf: fatal: /etc/postfix/main.cf, line 24: missing '=' after attribute name: "failed minimal_backoff_time = 1000s"

Use of uninitialized value $protos in scalar chomp at /var/lib/dpkg/info/postfix.config line 383.

Use of uninitialized value $_[1] in join or string at /usr/share/perl5/Debconf/Client/ConfModule.pm line 121.

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(1).

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

Running newaliases

postconf: fatal: /etc/postfix/main.cf, line 24: missing '=' after attribute name: "failed minimal_backoff_time = 1000s"

newaliases: fatal: /etc/postfix/main.cf, line 24: missing '=' after attribute name: "failed minimal_backoff_time = 1000s"

dpkg: error processing postfix (--configure):

 subprocess post-installation script returned error exit status 75
=====

Affecting to postfix.
Is it the default configuration file or a customized one ?

Thanks