Your Postgrey is not working when used with --daemonize
option and You’ve upgraded the Perl package lately?
Open postgrey
in Your favorite editor and change:
#!/usr/bin/perl -T -w
into:
#!/usr/bin/perl -w
Your Postgrey is not working when used with --daemonize
option and You’ve upgraded the Perl package lately?
Open postgrey
in Your favorite editor and change:
#!/usr/bin/perl -T -w
into:
#!/usr/bin/perl -w