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. But I guess this opens some security holes. :(

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/postgrey/+bug/1252441/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to