OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
[OT] pre cooked fetchmail [Was: Pre Cooked solutions]

From: mouss (usebsdfree.fr)
Date: Sat Nov 05 2005 - 07:02:45 CST


Peter Church a écrit :

>Many thanks :) I have been able to send some emails out to hotmail et al
>this morning with a fairly vanilla
>Main.cf so I will now take my time and get the fetchmail sorted :)
>
>
(Magnus said not to post post. if you don't know what this means or why
it is considered bad here, google)

with fecthmail, make sure not to bounce mail. otherwise, you become a
backscatter source. Typically, you would put something like this in the
fetchmail rc file:
set nobouncemail
set postmaster <postmasterexample.org>

The second issue is that you no more have the IP of the "injection
point" (it's in the received headers). so you can't do client checks in
postfix (do them at SA level, though this is more expensive and requires
a correct SA config. Do set trusted_networks).

Search the archive for more infos.