Comment 4 for bug 378955

Revision history for this message
anilg (anil-verve) wrote :

unable to reproduce. This is what I get on a fresh install.

anil@nexenta-vm2:~$ sudo apt-get update
[sudo] password for anil:
Get:1 http://apt.nexenta.org hardy-unstable Release.gpg [185B]
Get:2 http://apt.nexenta.org hardy-unstable Release [7103B]
Get:3 http://apt.nexenta.org hardy-unstable/main Packages [1061kB]
Get:4 http://apt.nexenta.org hardy-unstable/contrib Packages [1887kB]
Get:5 http://apt.nexenta.org hardy-unstable/non-free Packages [79.3kB]
Get:6 http://apt.nexenta.org hardy-unstable/main Sources [317kB]
Get:7 http://apt.nexenta.org hardy-unstable/contrib Sources [1225kB]
Get:8 http://apt.nexenta.org hardy-unstable/non-free Sources [52.2kB]
Fetched 4629kB in 2s (1692kB/s)
Reading package lists... Done
anil@nexenta-vm2:~$ sudo apt-get install postfix
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
  openssl-blacklist ssl-cert
Suggested packages:
  mail-reader postfix-cdb postfix-ldap postfix-mysql postfix-pcre postfix-pgsql procmail resolvconf sasl2-bin
The following NEW packages will be installed:
  openssl-blacklist postfix ssl-cert
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 7499kB of archives.
After this operation, 2871kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://apt.nexenta.org hardy-unstable/main openssl-blacklist 0.3.3+0.4-0nexenta1.9 [6332kB]
Get:2 http://apt.nexenta.org hardy-unstable/main ssl-cert 1.0.14-0nexenta3.2 [12.5kB]
Get:3 http://apt.nexenta.org hardy-unstable/main postfix 2.5.2-1nexenta3 [1154kB]
Fetched 7499kB in 0s (19.7MB/s)
Preconfiguring packages ...
Selecting previously deselected package openssl-blacklist.
(Reading database ... 28480 files and directories currently installed.)
Unpacking openssl-blacklist (from .../openssl-blacklist_0.3.3+0.4-0nexenta1.9_all.deb) ...
Selecting previously deselected package ssl-cert.
Unpacking ssl-cert (from .../ssl-cert_1.0.14-0nexenta3.2_all.deb) ...
Selecting previously deselected package postfix.
Unpacking postfix (from .../postfix_2.5.2-1nexenta3_solaris-i386.deb) ...
Adding `diversion of /usr/bin/rmail to /usr/bin/rmail.distrib by postfix'
Setting up openssl-blacklist (0.3.3+0.4-0nexenta1.9) ...
Setting up ssl-cert (1.0.14-0nexenta3.2) ...
UX: groupadd: ssl-cert name should be all lower case or numeric.

Setting up postfix (2.5.2-1nexenta3) ...
Adding group `postfix' (GID 104) ...
Done.
Adding system user `postfix' (UID 102) ...
Adding new user `postfix' (UID 102) with group `postfix' ...
Not creating home directory `/var/spool/postfix'.
Creating /etc/postfix/dynamicmaps.cf
Adding tcp map entry to /etc/postfix/dynamicmaps.cf
Adding group `postdrop' (GID 105) ...
Done.
/etc/aliases does not exist, creating it.

Postfix was not set up. Start with
  cp /usr/share/postfix/main.cf.debian /etc/postfix/main.cf
. 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'.