eximsrc7aa93a2246e6675be8a2b31f4c646432eccbdc312440bb1d0c734ce5d94e0accThe 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 fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00844436-20260202-03052eximx86_6490a1860edd8194cd671af134833ee6691a918ea191c86571b20317104d23e88cThe 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 fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00844436-20260202-03052exim-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_647f5d04f94f1202abaed14a13914ef9e9f41d216add93ea3d5783c04a1d8df2c9Clam 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 fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00844436-20260202-03052exim-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_64578d0360347b630bc904a6bf351d1feab27457545d30083a0ed39a0fe88d7dc1Debug 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/Debugeur-prod-workerlocal-x86-64-normal-prod-00844436-20260202-03052exim-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_649abed0b05871962ca2e8b275155292a2acaa73a17d774b301e9c34b2677b13c0Debug 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/Debugeur-prod-workerlocal-x86-64-normal-prod-00844436-20260202-03052exim-4.99.1-1.src.rpmexim-greylistx86_64bbb7c03b6c27cc4ed081a80bb43600fd9a05ea60bda0795865535c69ef3c7c29Example 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 fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00844436-20260202-03052exim-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_64c5207e357a3c1985f876511bc1d78a1d9a3640c36ee5634cf6f02cc6006eeac2X11 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 fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00844436-20260202-03052exim-4.99.1-1.src.rpm/usr/sbin/eximon/usr/sbin/eximon.binexim-mysqlx86_64bd8968dc6731388f8dd4dc19f918f4002eab6befd94283534d753f65127d22b9MySQL lookup support for EximThis package contains the MySQL lookup module for Eximhttps://www.exim.org/GPLv2+openEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00844436-20260202-03052exim-4.99.1-1.src.rpmexim-pgsqlx86_64d8cf298c575eae188beb3d14b918baf7374289f82712bace1c938f79365ac5baPostgreSQL lookup support for EximThis package contains the PostgreSQL lookup module for Eximhttps://www.exim.org/GPLv2+openEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00844436-20260202-03052exim-4.99.1-1.src.rpmprocenvsrcef71031cc6eb231cc49b9962ce01fcab59df80ca7bfa95ba62f3cf0751e95422Utility to show process environmentThis package contains a command-line tool that displays as much
detail about itself and its environment as possible. It can be
used as a test tool, to understand the type of environment a
process runs in, and for comparing system environments.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00452864-20250704-12560procenvsrcb2fe2dd41e530b47112022f9cf34dd03f967fb41717bbd337f168eb08877b558Utility to show process environmentThis package contains a command-line tool that displays as much
detail about itself and its environment as possible. It can be
used as a test tool, to understand the type of environment a
process runs in, and for comparing system environments.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00452875-20250714-08122procenvx86_6478dfdf52d8ba721f01216fb81dff45680db62ab9ce407e3b0a788f85a5581a7fUtility to show process environmentThis package contains a command-line tool that displays as much
detail about itself and its environment as possible. It can be
used as a test tool, to understand the type of environment a
process runs in, and for comparing system environments.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00452864-20250704-12560procenv-0.60-1.src.rpm/usr/bin/procenvprocenvx86_6465e463bdf77964a833dfb86729b2a6fd4a2df1a1384d4ccc5251e0212a6fe316Utility to show process environmentThis package contains a command-line tool that displays as much
detail about itself and its environment as possible. It can be
used as a test tool, to understand the type of environment a
process runs in, and for comparing system environments.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-x86-64-normal-prod-00452875-20250714-08122procenv-0.60-1.src.rpm/usr/bin/procenvprocenv-debuginfox86_649c8efa9eeb9c674b799085972f13754e73778d8b1a57d75d7179cdc6cce5f856Debug information for package procenvThis package provides debug information for package procenv.
Debug information is useful when developing applications that use this
package or when debugging this package.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Development/Debugeur-prod-workerlocal-x86-64-normal-prod-00452864-20250704-12560procenv-0.60-1.src.rpm/usr/lib/debug/usr/bin/procenv-0.60-1.x86_64.debugprocenv-debuginfox86_64cd5957d3dbfc943be4d3d12ae7cd76bf1d193b128e92f022d70241eeaa79b1ddDebug information for package procenvThis package provides debug information for package procenv.
Debug information is useful when developing applications that use this
package or when debugging this package.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Development/Debugeur-prod-workerlocal-x86-64-normal-prod-00452875-20250714-08122procenv-0.60-1.src.rpm/usr/lib/debug/usr/bin/procenv-0.60-1.x86_64.debugprocenv-debugsourcex86_6441bd8f9bc06cfe3b5a3fb61a3d3a62275140cae13f2c7a9a454ca97f5287ef89Debug sources for package procenvThis package provides debug sources for package procenv.
Debug sources are useful when developing applications that use this
package or when debugging this package.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Development/Debugeur-prod-workerlocal-x86-64-normal-prod-00452864-20250704-12560procenv-0.60-1.src.rpmprocenv-debugsourcex86_6489b683ee4b55f35379dab08f430d436ca60bc968097014525c13e569e6635d91Debug sources for package procenvThis package provides debug sources for package procenv.
Debug sources are useful when developing applications that use this
package or when debugging this package.https://github.com/jamesodhunt/procenvGPL-3.0-or-lateropenEuler Copr - user fuyong666Development/Debugeur-prod-workerlocal-x86-64-normal-prod-00452875-20250714-08122procenv-0.60-1.src.rpm