Hi Chess, all, On Tue, Feb 10, 2015 at 09:00:14 -0500, Chess Griffin wrote: > Hello list- > > For the past couple of weeks, I have been documenting to myself the > steps I took to configure a mail server on OpenBSD 5.6 using OpenSMTPD, > ClamAV, ClamSMTP, SpamAssassin, SpamPD, DKIMproxy, dovecot, lmtp, and > roundcube. I thought it might help someone else out if I posted my > notes somewhere. I know others have recently put up some very helpful > OpenSMTPD posts so my little effort is probably redundant but just in > case someone finds something helpful or useful, here is the link: > > http://technoquarter.blogspot.com/ > > Please feel free to hit me with a cluestick if I've done something > stupid, which is entirely possible. :-)
First of all, thanks for your time and effort you put into these blogposts, they are very helpful for beginners with OpenSMTPD like myself. I found one issue with your config though: It seems the last line of your config creates an open relay: accept from any for any relay via smtp://127.0.0.1:10025 # incoming mail I noticed this while running the setup without spamd, maybe spamd mitigates this? When I change the "for any" for for domain <vdomains>, the relay is closed, mail for non local-adresses is refused. My config is exactly the same as here http://technoquarter.blogspot.de/2015/02/openbsd-mail-server-part-4-spamassassin.html, except for the last line as stated above. Does anyone else see this or am I doing someting wrong/stupid? Thanks, Christoph -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
