[tw]
- added configuration example for Cyrus-IMAPd to sendmail.mc (#142001) Thanks to Alexander Dalloz
This commit is contained in:
parent
17f5c5c8f0
commit
fdc1981c42
@ -98,6 +98,13 @@ FEATURE(`access_db',`hash -T<TMPF> -o /etc/mail/access.db')dnl
|
||||
FEATURE(`blacklist_recipients')dnl
|
||||
EXPOSED_USER(`root')dnl
|
||||
dnl #
|
||||
dnl # For using Cyrus-IMAPd as POP3/IMAP server through LMTP delivery uncomment
|
||||
dnl # the following 2 definitions and activate below in the MAILER section the
|
||||
dnl # cyrusv2 mailer.
|
||||
dnl #
|
||||
dnl define(`confLOCAL_MAILER', `cyrusv2')dnl
|
||||
dnl define(`CYRUSV2_MAILER_ARGS', `FILE /var/lib/imap/socket/lmtp')dnl
|
||||
dnl #
|
||||
dnl # The following causes sendmail to only listen on the IPv4 loopback address
|
||||
dnl # 127.0.0.1 and not on any other network devices. Remove the loopback
|
||||
dnl # address restriction to accept email from the internet or intranet.
|
||||
@ -162,3 +169,4 @@ dnl MASQUERADE_DOMAIN(mydomainalias.com)dnl
|
||||
dnl MASQUERADE_DOMAIN(mydomain.lan)dnl
|
||||
MAILER(smtp)dnl
|
||||
MAILER(procmail)dnl
|
||||
dnl MAILER(cyrusv2)dnl
|
||||
|
@ -18,7 +18,7 @@
|
||||
Summary: A widely used Mail Transport Agent (MTA).
|
||||
Name: sendmail
|
||||
Version: 8.13.4
|
||||
Release: 1
|
||||
Release: 1.1
|
||||
License: Sendmail
|
||||
Group: System Environment/Daemons
|
||||
Provides: smtpdaemon
|
||||
@ -572,6 +572,10 @@ exit 0
|
||||
%{_docdir}/sendmail
|
||||
|
||||
%changelog
|
||||
* Wed Apr 27 2005 Thomas Woerner <twoerrner@redhat.com> 8.13.4-1.1
|
||||
- added configuration example for Cyrus-IMAPd to sendmail.mc (#142001)
|
||||
Thanks to Alexander Dalloz
|
||||
|
||||
* Tue Apr 12 2005 Thomas Woerner <twoerrner@redhat.com> 8.13.4-1
|
||||
- new version 8.13.4
|
||||
- added requires for the sendmail base package in sendmail-cf, sendmail-devel
|
||||
|
Loading…
Reference in New Issue
Block a user