Re: [ubuntu-uk] Setting Up Postfix

2010-10-25 Thread Simon Greenwood
On 24 October 2010 23:51, Daniel Case danielcas...@googlemail.com wrote:

 Hi guys,

 I can't seem to set up Postfix, dpkg keeps returning an error, was
 wondering if anyone can share any insight? I am running Ubuntu 10.04 server:

 Get:1
 http://apt-cacher.lon.bitfolk.com/ubuntu/gb.archive.ubuntu.com/ubuntu/lucid/main
  postfix 2.7.0-1 [1321kB]
 Fetched 1321kB in 0s (4949kB/s)
 Preconfiguring packages ...
 Selecting previously deselected package postfix.
 (Reading database ... 119401 files and directories currently installed.)
 Unpacking postfix (from .../postfix_2.7.0-1_i386.deb) ...
 Processing triggers for ureadahead ...
 Processing triggers for man-db ...
 Setting up postfix (2.7.0-1) ...
 update-rc.d: /etc/init.d/postfix: file does not exist
 dpkg: error processing postfix (--configure):
  subprocess installed post-installation script returned error exit status 1
 Processing triggers for libc-bin ...
 ldconfig deferred processing now taking place
 Errors were encountered while processing:
  postfix
 E: Sub-process /usr/bin/dpkg returned an error code (1)


From that, it looks like it's missing its init file. so presumably
everything has installed properly apart from that. It's possible that the
assumption is that you get everything working properly before creating an
startup process. There are different options depending on what you want to
use postfix for - if you're just using it for sending mail from an
application you don't have to do as much as using it as an inbound MTA. Have
a look through the Postfix documentation at
http://www.postfix.org/documentation.html to work out what you need to do
for your needs.

s/


-- 
My CV: http://bit.ly/sfgreenwood_cv
Linkedin: http://www.linkedin.com/in/simonfgreenwood
Twitter: @sfgreenwood
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


[ubuntu-uk] Setting Up Postfix

2010-10-24 Thread Daniel Case
Hi guys,

I can't seem to set up Postfix, dpkg keeps returning an error, was wondering
if anyone can share any insight? I am running Ubuntu 10.04 server:

Get:1 
http://apt-cacher.lon.bitfolk.com/ubuntu/gb.archive.ubuntu.com/ubuntu/lucid/main
postfix 2.7.0-1 [1321kB]
Fetched 1321kB in 0s (4949kB/s)
Preconfiguring packages ...
Selecting previously deselected package postfix.
(Reading database ... 119401 files and directories currently installed.)
Unpacking postfix (from .../postfix_2.7.0-1_i386.deb) ...
Processing triggers for ureadahead ...
Processing triggers for man-db ...
Setting up postfix (2.7.0-1) ...
update-rc.d: /etc/init.d/postfix: file does not exist
dpkg: error processing postfix (--configure):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
 postfix
E: Sub-process /usr/bin/dpkg returned an error code (1)
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/