cyrusimap / cyrus-imapd

Cyrus IMAP is an email, contacts and calendar server
http://cyrusimap.org
Other
544 stars 149 forks source link

Option to disable reverse DNS in imapd and pop3d #1171

Open brong opened 14 years ago

brong commented 14 years ago

From: Guilherme Manika Bugzilla-Id: 3258 Version: 2.3.x Owner: Ken Murchison

brong commented 14 years ago

From: Guilherme Manika

Cyrus does a reverse DNS lookup to log the user's domain name to syslog. This adds an overhead to each incoming connection that increases the number of simultaneous connections to the system and (in larger installations) may become devastating if there is a problem in external DNS connectivity, which may include internet DNS servers that the admin does not control.

This patch adds a "disablereverselookups" option to imapd.conf that disables reverse lookups in pop3d and imapd.

brong commented 14 years ago

Attachment-Id: 1305 From: Guilherme Manika Type: text/plain File: disablereverselookups.patch

Adds disablereverselookups to imapd.conf

brong commented 12 years ago

From: Thomas Sarboni

Hi,

Is there a chance to sse this patch included in future version ?