Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Postfix: Piping an email into a PERL script

by Zzenmonk (Sexton)
on Apr 26, 2013 at 15:22 UTC ( [id://1030854]=note: print w/replies, xml ) Need Help??


in reply to Re: Postfix: Piping an email into a PERL script
in thread Postfix: Piping an email into a PERL script

This is definitely something one should think of. My solution is implemented behind the MTA of the network. The MTA takes care of security in my case. I mean as good as it can (DNSBL, spam filter and so on).

The best medicine against depression is a cold beer!
  • Comment on Re^2: Postfix: Piping an email into a PERL script

Replies are listed 'Best First'.
Re^3: Postfix: Piping an email into a PERL script
by MidLifeXis (Monsignor) on Apr 26, 2013 at 15:26 UTC

    Is there a need to protect against internal users spoofing this? It is quite easy to speak SMTP.

    --MidLifeXis

      Indeed! And I do not know how to protect a mail server from faked headers! I mean you can just telnet the port 25 of a MTA and write whatever you want. Mail is a risk, remains a risk and will always remain a risk.

      The best medicine against depression is a cold beer!

        Since the transport is insecure, armor the message. See gpg (or the like) as one possible way to assist. It could be set up so that only a validly signed message from an allowed user can pass through.

        I am not saying you have to go this route, just pointing out some weaknesses in the area of security, and this will probably be the last I say on this particular thread.

        --MidLifeXis

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1030854]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-25 07:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found