Support lmtp protocol
authorJamie Cameron <jcameron@webmin.com>
Fri, 14 Oct 2011 04:33:23 +0000 (21:33 -0700)
committerJamie Cameron <jcameron@webmin.com>
Fri, 14 Oct 2011 04:33:23 +0000 (21:33 -0700)
dovecot/dovecot-lib.pl
dovecot/lang/en

index dd13d34..494fe05 100755 (executable)
@@ -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" );
index 4e74845..9fa1faa 100644 (file)
@@ -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