Comment 4 for bug 1252441

Revision history for this message
Shinji (thorsten-reichelt) wrote :

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. :(