[Bug 1252441] Re: postgrey not starting after release upgrade

2018-04-09 Thread Rolf Leggewie
ping shinji -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1252441 Title: postgrey not starting after release upgrade To manage notifications about this bug go to:

[Bug 1252441] Re: postgrey not starting after release upgrade

2017-10-04 Thread Rolf Leggewie
Is this still an issue in xenial or later? ** Changed in: postgrey (Ubuntu) Status: New => Incomplete ** Changed in: postgrey (Ubuntu) Assignee: (unassigned) => Rolf Leggewie (r0lf) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1252441] Re: postgrey not starting after release upgrade

2013-11-19 Thread Marius Gedminas
Given that I use postgrey on my servers, and that I will upgrade to 14.04 LTS when it comes out, I decided to try some preventative maintenance and see if postgrey is really broken on 13.10. I was unable to reproduce your problem: $ sudo apt-get install postgrey $ ps $(cat

[Bug 1252441] Re: postgrey not starting after release upgrade

2013-11-19 Thread Shinji
I can start postgrey with === service postgrey start === If I remove the -T parameter from /usr/sbin/postgrey! So instead of === #!/usr/bin/perl -T -w === I have to write === #!/usr/bin/perl -w === Now postgrey starts again. It seems that disabling the perl tainted mode solves the problem.

[Bug 1252441] Re: postgrey not starting after release upgrade

2013-11-19 Thread Shinji
Ok, my final solution is now to edit the postgrey pearl file as described here: https://github.com/yasuhirokimura/postgrey/commit/9673b54064691a5b9c295ffea340d8a1f9ee1cb8 But I am running Perl 5.14 and not 4.18! -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1252441] Re: postgrey not starting after release upgrade

2013-11-19 Thread Shinji
** Description changed: Hi! After upgrading my server from ubuntu 13.04 to 13.10 the postgrey daemon does not start. If I call === root@mail /home/shinji # /etc/init.d/postgrey start - * Starting postfix greylisting daemon postgrey

[Bug 1252441] Re: postgrey not starting after release upgrade

2013-11-18 Thread Shinji
I did an === apt-get remove --purge postgrey === After that I rebooted the server and entered === apt-get install postgrey === But this is the result: === root@mail /home/shinji # service postgrey start * Starting postfix greylisting daemon postgrey

[Bug 1252441] Re: postgrey not starting after release upgrade

2013-11-18 Thread Shinji
I can start postgrey by calling root@mail /home/shinji # postgrey -v --inet=127.0.0.1:10023 2013/11/18-22:15:33 postgrey (type Net::Server::Multiplex) starting! pid(3239) Binding to TCP port 10023 on host 127.0.0.1 with IPv4 Setting gid to 116 116 Setting uid to 109 But it WILL NOT