DEBUG: Converging node chef_jaunty_local
DEBUG: Processing package[postfix]
DEBUG: package[postfix] using Chef::Provider::Package::Apt
DEBUG: Checking apt-cache policy for postfix
DEBUG: Current version is nil
DEBUG: Current version is 2.5.5-1.1
INFO: Installing package[postfix] version 2.5.5-1.1
DEBUG: Executing apt-get -q -y install postfix=2.5.5-1.1
DEBUG: ---- Begin output of apt-get -q -y install postfix=2.5.5-1.1 ----
DEBUG: STDOUT: Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
procmail postfix-mysql postfix-pgsql postfix-ldap postfix-pcre sasl2-bin
resolvconf postfix-cdb mail-reader
The following NEW packages will be installed:
postfix
0 upgraded, 1 newly installed, 0 to remove and 44 not upgraded.
Need to get 1219kB of archives.
After this operation, 3006kB of additional disk space will be used.
Get:1 http://nz.archive.ubuntu.com jaunty/main postfix 2.5.5-1.1 [1219kB]
Preconfiguring packages ...
Fetched 1219kB in 2s (555kB/s)
Selecting previously deselected package postfix.
(Reading database ... 60278 files and directories currently installed.)
Unpacking postfix (from .../postfix_2.5.5-1.1_i386.deb) ...
Processing triggers for ufw ...
Processing triggers for man-db ...
Setting up postfix (2.5.5-1.1) ...
Adding group `postfix' (GID 115) ...
Done.
Adding system user `postfix' (UID 107) ...
Adding new user `postfix' (UID 107) 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 116) ...
Done.
setting myhostname: chef.jaunty.local
setting alias maps
setting alias database
changing /etc/mailname to chef.jaunty.local
setting myorigin
setting destinations: chef.jaunty.local, localhost.jaunty.local, , 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
/etc/aliases does not exist, creating it.
WARNING: /etc/aliases exists, but does not have a root alias.
Postfix is now set up with a default configuration. 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
* Stopping Postfix Mail Transport Agent postfix
...done.
* Starting Postfix Mail Transport Agent postfix
...done.
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
DEBUG: STDERR:
DEBUG: ---- End output of apt-get -q -y install postfix=2.5.5-1.1 ----
DEBUG: Ran apt-get -q -y install postfix=2.5.5-1.1 returned 0
DEBUG: Processing service[postfix]
DEBUG: service[postfix] using Chef::Provider::Service::Debian
DEBUG: service[postfix] supports status, running
DEBUG: Executing /etc/init.d/postfix status
DEBUG: ---- Begin output of /etc/init.d/postfix status ----
DEBUG: STDOUT: * postfix is running
DEBUG: STDERR:
DEBUG: ---- End output of /etc/init.d/postfix status ----
DEBUG: Ran /etc/init.d/postfix status returned 0
DEBUG: service[postfix]: not enabling, already enabled
DEBUG: service[postfix] using Chef::Provider::Service::Debian
DEBUG: service[postfix] supports status, running
DEBUG: Executing /etc/init.d/postfix status
DEBUG: ---- Begin output of /etc/init.d/postfix status ----
DEBUG: STDOUT: * postfix is running
DEBUG: STDERR:
DEBUG: ---- End output of /etc/init.d/postfix status ----
DEBUG: Ran /etc/init.d/postfix status returned 0
DEBUG: service[postfix]: not starting, already running
DEBUG: Saving the current state of node chef_jaunty_local
DEBUG: Sending HTTP Request via PUT to /nodes/chef_jaunty_local
INFO: Chef Run complete in 23.913341 seconds
DEBUG: Exiting