From 2d84e2e1bba23b73343b245db3b1a7f88f6fe585 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Thu, 13 Oct 2011 21:33:23 -0700 Subject: [PATCH] Support lmtp protocol --- dovecot/dovecot-lib.pl | 2 +- dovecot/lang/en | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dovecot/dovecot-lib.pl b/dovecot/dovecot-lib.pl index dd13d34d..494fe05d 100755 --- a/dovecot/dovecot-lib.pl +++ b/dovecot/dovecot-lib.pl @@ -396,7 +396,7 @@ foreach my $f (reverse(&unique(map { $_->{'file'} } @$conf))) { sub get_supported_protocols { if (&get_dovecot_version() >= 2) { - return ( "imap", "pop3" ); + return ( "imap", "pop3", "lmtp" ); } else { return ( "imap", "pop3", "imaps", "pop3s" ); diff --git a/dovecot/lang/en b/dovecot/lang/en index 4e74845e..9fa1faa2 100644 --- a/dovecot/lang/en +++ b/dovecot/lang/en @@ -25,6 +25,7 @@ net_pop3=POP3 net_imap=IMAP net_pop3s=POP3 (SSL) net_imaps=IMAP (SSL) +net_lmtp=LMTP net_ssl_disable=Accept SSL connections? net_imap_listen=Interfaces for IMAP connections net_pop3_listen=Interfaces for POP3 connections -- 2.17.1