eximsrcac1fb0025758edb57177cdd7191ed48633608d75a1dac740ff900be44c66300dThe exim mail transfer agentExim is a message transfer agent (MTA) developed at the University of
Cambridge for use on Unix systems connected to the Internet. It is
freely available under the terms of the GNU General Public Licence. In
style it is similar to Smail 3, but its facilities are more
general. There is a great deal of flexibility in the way mail can be
routed, and there are extensive facilities for checking incoming
mail. Exim can be installed in place of sendmail, although the
configuration of exim is quite different to that of sendmail.https://www.exim.org/GPLv2+openEuler Copr - user fuyong666Unspecifiedlocalhost.localdomaineximx86_64d60e27015d527aafbb4e5ef79e99f65c7f41553eb5297f4302b4109f59075e4bThe exim mail transfer agentExim is a message transfer agent (MTA) developed at the University of
Cambridge for use on Unix systems connected to the Internet. It is
freely available under the terms of the GNU General Public Licence. In
style it is similar to Smail 3, but its facilities are more
general. There is a great deal of flexibility in the way mail can be
routed, and there are extensive facilities for checking incoming
mail. Exim can be installed in place of sendmail, although the
configuration of exim is quite different to that of sendmail.https://www.exim.org/GPLv2+openEuler Copr - user fuyong666Unspecifiedlocalhost.localdomainexim-4.99.1-1.src.rpm/etc/cron.daily/exim-tidydb/etc/exim/etc/exim/exim.conf/etc/exim/trusted-configs/etc/logrotate.d/exim/etc/pam.d/exim/etc/pam.d/smtp/etc/pki/tls/certs/exim.pem/etc/pki/tls/private/exim.pem/etc/sysconfig/exim/usr/bin/mailq/usr/bin/mailq.exim/usr/bin/newaliases/usr/bin/newaliases.exim/usr/bin/rmail/usr/bin/rmail.exim/usr/bin/rsmtp/usr/bin/rsmtp.exim/usr/bin/runq/usr/bin/runq.exim/usr/lib/sendmail/usr/sbin/exicyclog/usr/sbin/exigrep/usr/sbin/exim/usr/sbin/exim_checkaccess/usr/sbin/exim_dbmbuild/usr/sbin/exim_dumpdb/usr/sbin/exim_fixdb/usr/sbin/exim_lock/usr/sbin/exim_tidydb/usr/sbin/eximstats/usr/sbin/exinext/usr/sbin/exipick/usr/sbin/exiqgrep/usr/sbin/exiqsumm/usr/sbin/exiwhat/usr/sbin/sendmail/usr/sbin/sendmail.eximexim-clamavx86_6408578a8592325b760939a8149546760ba316948bb5f756357792f60852a62318Clam Antivirus scanner dæmon configuration for use with EximThis package contains configuration files which invoke a copy of the
clamav dæmon for use with Exim. It can be activated by adding (or
uncommenting)
av_scanner = clamd:/var/run/clamd.exim/clamd.sock
in your exim.conf, and using the 'malware' condition in the DATA ACL,
as follows:
deny message = This message contains malware ($malware_name)
malware = *
For further details of Exim content scanning, see chapter 41 of the Exim
specification:
http://www.exim.org/exim-html-4.99.1/doc/html/spec_html/ch41.htmlhttps://www.exim.org/GPLv2+openEuler Copr - user fuyong666Unspecifiedlocalhost.localdomainexim-4.99.1-1.src.rpm/etc/clamd.d/exim.conf/etc/logrotate.d/clamd.exim/etc/sysconfig/clamd.exim/usr/sbin/clamd.eximexim-debuginfox86_64f30d68ccfd6ecd9880625dd4a920478c5025fd6ab3e6aaac3fc8b8551bf629d5Debug information for package eximThis package provides debug information for package exim.
Debug information is useful when developing applications that use this
package or when debugging this package.https://www.exim.org/GPLv2+openEuler Copr - user fuyong666Development/Debuglocalhost.localdomainexim-4.99.1-1.src.rpm/usr/lib/debug/usr/sbin/exim-4.99.1-1.x86_64.debug/usr/lib/debug/usr/sbin/exim_dbmbuild-4.99.1-1.x86_64.debug/usr/lib/debug/usr/sbin/exim_dumpdb-4.99.1-1.x86_64.debug/usr/lib/debug/usr/sbin/exim_fixdb-4.99.1-1.x86_64.debug/usr/lib/debug/usr/sbin/exim_lock-4.99.1-1.x86_64.debug/usr/lib/debug/usr/sbin/exim_tidydb-4.99.1-1.x86_64.debug/usr/lib/debug/usr/sbin/eximon.bin-4.99.1-1.x86_64.debugexim-debugsourcex86_6440a0cd5669f33c501f058d93eca36bf82a82b96359d9a474c0de832d5efe7d99Debug sources for package eximThis package provides debug sources for package exim.
Debug sources are useful when developing applications that use this
package or when debugging this package.https://www.exim.org/GPLv2+openEuler Copr - user fuyong666Development/Debuglocalhost.localdomainexim-4.99.1-1.src.rpmexim-greylistx86_64b4ab69aeb3c8a390a7c0682816b7e3e0084bc862ffa40fe68fc706e64a2fdc76Example configuration for greylisting using EximThis package contains a simple example of how to do greylisting in Exim's
ACL configuration. It contains a cron job to remove old entries from the
greylisting database, and an ACL subroutine which needs to be included
from the main exim.conf file.
To enable greylisting, install this package and then uncomment the lines
in Exim's configuration /etc/exim.conf which enable it. You need to
uncomment at least two lines -- the '.include' directive which includes
the new ACL subroutine, and the line which invokes the new subroutine.
By default, this implementation only greylists mails which appears
'suspicious' in some way. During normal processing of the ACLs we collect
a list of 'offended' which it's committed, which may include having
SpamAssassin points, lacking a Message-ID: header, coming from a blacklisted
host, etc. There are examples of these in the default configuration file,
mostly commented out. These should be sufficient for you to you trigger
greylisting for whatever 'offences' you can dream of, or even to make
greylisting unconditional.https://www.exim.org/GPLv2+openEuler Copr - user fuyong666Unspecifiedlocalhost.localdomainexim-4.99.1-1.src.rpm/etc/cron.daily/greylist-tidy.sh/etc/exim/exim-greylist.conf.inc/etc/exim/mk-greylist-db.sqlexim-monx86_642f4f07834824f3c01741ff61d41ca0bcfd6fa71d2616500e4ec25c344e0633f4X11 monitor application for EximThe Exim Monitor is an optional supplement to the Exim package. It
displays information about Exim's processing in an X window, and an
administrator can perform a number of control actions from the window
interface.https://www.exim.org/GPLv2+openEuler Copr - user fuyong666Unspecifiedlocalhost.localdomainexim-4.99.1-1.src.rpm/usr/sbin/eximon/usr/sbin/eximon.binexim-mysqlx86_6487ba2d2b4790d08e0ff3fe0fd1f291ebed7cdf988a9bdf2c193bb0ca85c44f7fMySQL lookup support for EximThis package contains the MySQL lookup module for Eximhttps://www.exim.org/GPLv2+openEuler Copr - user fuyong666Unspecifiedlocalhost.localdomainexim-4.99.1-1.src.rpmexim-pgsqlx86_64598b03f8afb33d2c4dc8ad427ffefd6e4d367f80ca75704306f37d6f92a20d61PostgreSQL lookup support for EximThis package contains the PostgreSQL lookup module for Eximhttps://www.exim.org/GPLv2+openEuler Copr - user fuyong666Unspecifiedlocalhost.localdomainexim-4.99.1-1.src.rpm