9front - general discussion about 9front
 help / color / mirror / Atom feed
* Smtpd spam prevention
@ 2020-11-20 15:53 sirjofri
  2020-11-20 16:41 ` [9front] " Stanley Lieber
  2020-11-20 16:44 ` ori
  0 siblings, 2 replies; 4+ messages in thread
From: sirjofri @ 2020-11-20 15:53 UTC (permalink / raw)
  To: 9front

Hello all,

my smtpd server runs fine, but I recently got some spam mails. Currently 
my server doesn't filter anything and does nothing to prevent spam.

There are two options to smtpd, according to the man:

> -D sleeps for 15 seconds usually at the start of the SMTP
> dialogue; this deters some spammers.  Connections from
> Class A networks frequented by spammers will incur a
> longer delay.

> -g turns on grey/white list processing.  All mail is
> rejected (with a retry code) unless the sender's IP
> address is on the whitelist, /mail/grey/whitelist, an
> append only file.  Addresses can be added to the whitel-
> ist by the administrator.  However, the usual way for
> addresses to be added is by smtpd itself. ... (Greylisting)

Both options make sense to me. -g might work out of the box, is there 
anything I need to know before enabling it?

-D is new to me. I never heard about this extra delay when handling mail. 
Can I safely enable that?

What configurations do you use?

I don't want to dive into ratfs for now. My mail traffic is low anyways.

sirjofri


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-20 17:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-20 15:53 Smtpd spam prevention sirjofri
2020-11-20 16:41 ` [9front] " Stanley Lieber
2020-11-20 16:44 ` ori
2020-11-20 17:04   ` Steve Simon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).