Comment 0 for bug 583216

Revision history for this message
Japje (x-launchpad-japje-nl) wrote :

Binary package hint: postfix

Ubuntu 10.4

postfix:
  Installed: 2.7.0-1
  Candidate: 2.7.0-1
  Version table:
 *** 2.7.0-1 0
        500 http://nl2.archive.ubuntu.com/ubuntu/ lucid/main Packages
        100 /var/lib/dpkg/status

We run a dualstack network, and i want to set inet_protocols to all on a 10.4 server when installing postfix. The server is already installed (no preseed during installation due to installation method).

I have set:

postfix postfix/protocols select all

But the inet_protocols is never set. I have tried different places in the config, and different settings (ipv4/ipv6/all).

Output install:

setting myhostname: webserver.hostname.tld
setting alias maps
setting alias database
changing /etc/mailname to webserver.hostname.tld
setting myorigin
setting destinations: webserver.hostname.tld, localhost
setting relayhost:
setting mynetworks: 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
setting mailbox_size_limit: 0
setting recipient_delimiter: +
setting inet_interfaces: all
WARNING: /etc/aliases exists, but does not have a root alias.

Postfix is now set up with a default configuration.

My preseed config:

postfix postfix/root_address string
postfix postfix/rfc1035_violation boolean false
postfix postfix/mydomain_warning boolean
postfix postfix/mynetworks string 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
postfix postfix/mailname string webserver.hostname.tld
postfix postfix/tlsmgr_upgrade_warning boolean
postfix postfix/recipient_delim string +
postfix postfix/main_mailer_type select Internet Site
postfix postfix/destinations string webserver.hostname.tld, localhost
postfix postfix/retry_upgrade_warning boolean
# Install postfix despite an unsupported kernel?
postfix postfix/kernel_version_warning boolean
postfix postfix/mailbox_limit string 0
postfix postfix/relayhost string
postfix postfix/procmail boolean false
postfix postfix/protocols select all
postfix postfix/chattr boolean false

Thanks for the help!
Jasper Wonnink