Re: UDP connection attempts



On Wed, 2006-Jul-19 12:07:08 +0300, George Mamalakis wrote:
In my security logs I keep on getting the following messages:
Jul 19 03:04:49 ns1 kernel: Connection attempt to UDP 127.0.0.1:512 from 127.0.0.1:52291

As others have mentioned, this is sendmail trying to notify biff that
the user has new mail but you aren't running biff. To stop it, add
the following lines to your sendmail.mc file, rebuild sendmail.cf and
restart sendmail:

dnl Disable biff notification
define(`LOCAL_MAILER_ARGS', `mail.local -Bl')

--
Peter Jeremy

Attachment: pgpePH6z9MLbl.pgp
Description: PGP signature



Relevant Pages