Re: Can't get Postfix to run

2012-01-16 Thread Benny Pedersen
On Tue, 17 Jan 2012 01:36:57 +0100, Pascal Volk wrote: There is no need for filing a bug report. To solve the problem run: aptitude install postfix-cdb http://xkcd.com/221/ its a config depend bug and should be solved by not installing unneeded dependice

Re: Can't get Postfix to run

2012-01-16 Thread Viktor Dukhovni
On Tue, Jan 17, 2012 at 01:36:57AM +0100, Pascal Volk wrote: > On 01/17/2012 12:54 AM Viktor Dukhovni wrote: > > On Mon, Jan 16, 2012 at 03:41:16PM -0800, Nickalf wrote: > >> There's a dict_tcp.so but no dict_cdb.so > > > > Yes, this is the symptom, and you should file a bug report with the > >

Re: Can't get Postfix to run

2012-01-16 Thread Pascal Volk
On 01/17/2012 12:54 AM Viktor Dukhovni wrote: > On Mon, Jan 16, 2012 at 03:41:16PM -0800, Nickalf wrote: >> There's a dict_tcp.so but no dict_cdb.so > > Yes, this is the symptom, and you should file a bug report with the > Debian Postfix maintainer. There is no need for filing a bug report. To

Re: Can't get Postfix to run

2012-01-16 Thread Viktor Dukhovni
On Mon, Jan 16, 2012 at 03:41:16PM -0800, Nickalf wrote: > > run "postfix set-permissions" to reset permissions. > >It errors with: >chown: cannot access '/usr/lib/postfix/dict_cdb.so': No such file The Debian (and thus by inheritance Ubuntu) Postfix maintainer is responsible for this

Re: Can't get Postfix to run

2012-01-16 Thread Nickalf
Hi Noel, Thanks for your comeback. > run "postfix set-permissions" to reset permissions. It errors with: chown: cannot access '/usr/lib/postfix/dict_cdb.so': No such file There's a dict_tcp.so but no dict_cdb.so > software on your system is interfering with postfix It'

Re: Can't get Postfix to run

2012-01-16 Thread Noel Jones
On 1/16/2012 4:44 PM, Nickalf wrote: > Hi all, > I installed a new server. Added Postfix and created a main.cf but > cannot get it to run - I get the error: > > postsuper: fatal: scan_dir_push: open directory defer: Permission denied > > Can you help/guide on how I can fix this problem ?

Can't get Postfix to run

2012-01-16 Thread Nickalf
Hi all, I installed a new server. Added Postfix and created a main.cf but cannot get it to run - I get the error: postsuper: fatal: scan_dir_push: open directory defer: Permission denied Can you help/guide on how I can fix this problem ? Than