eximaarch641a78ac035839119693de020ca865e3ba15cccfec8122108e7fe62cafcd9d36eaThe 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-aarch64-normal-prod-00844435-20260120-0719exim-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.eximeximsrcbd3b782ad2ac939f83c8f530ed61e4aaf74f84962cdbed5d97887b8efb31295cThe 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-aarch64-normal-prod-00844435-20260120-0719exim-clamavaarch64287978c9e445561d51301b08dc382a23ffb1ac78ef26d57fe9257ed34520e55dClam 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-aarch64-normal-prod-00844435-20260120-0719exim-4.99.1-1.src.rpm/etc/clamd.d/exim.conf/etc/logrotate.d/clamd.exim/etc/sysconfig/clamd.exim/usr/sbin/clamd.eximexim-debuginfoaarch640ef6c9384b8d0429e39f44efa16b93af4beeb099fc31ee6265f3aad1fc00a1c3Debug 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-aarch64-normal-prod-00844435-20260120-0719exim-4.99.1-1.src.rpm/usr/lib/debug/usr/sbin/exim-4.99.1-1.aarch64.debug/usr/lib/debug/usr/sbin/exim_dbmbuild-4.99.1-1.aarch64.debug/usr/lib/debug/usr/sbin/exim_dumpdb-4.99.1-1.aarch64.debug/usr/lib/debug/usr/sbin/exim_fixdb-4.99.1-1.aarch64.debug/usr/lib/debug/usr/sbin/exim_lock-4.99.1-1.aarch64.debug/usr/lib/debug/usr/sbin/exim_tidydb-4.99.1-1.aarch64.debug/usr/lib/debug/usr/sbin/eximon.bin-4.99.1-1.aarch64.debugexim-debugsourceaarch64c13517188bb3dda0e8ff807af480033e2abeb7d6b56bb5c47f48adc4b1a47580Debug 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-aarch64-normal-prod-00844435-20260120-0719exim-4.99.1-1.src.rpmexim-greylistaarch64dd441e9eca6b3185a068f8d3fc99f4902368620e05d168dec4e5f6c23db218efExample 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-aarch64-normal-prod-00844435-20260120-0719exim-4.99.1-1.src.rpm/etc/cron.daily/greylist-tidy.sh/etc/exim/exim-greylist.conf.inc/etc/exim/mk-greylist-db.sqlexim-monaarch64cf76b7c3078c8a19245d753dfa9aad63caeeae1a3a1c3601cb6cd46c78982b60X11 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-aarch64-normal-prod-00844435-20260120-0719exim-4.99.1-1.src.rpm/usr/sbin/eximon/usr/sbin/eximon.binexim-mysqlaarch649461adcf8cbf5822b5b41f971edd87a94458f8f17987f18fcafc308de5842bbcMySQL lookup support for EximThis package contains the MySQL lookup module for Eximhttps://www.exim.org/GPLv2+openEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-aarch64-normal-prod-00844435-20260120-0719exim-4.99.1-1.src.rpmexim-pgsqlaarch64f75634f4e30ad9dc286ed725b7d2ddc7d28d43c32819ef37b42d2d0b87e2718fPostgreSQL lookup support for EximThis package contains the PostgreSQL lookup module for Eximhttps://www.exim.org/GPLv2+openEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-aarch64-normal-prod-00844435-20260120-0719exim-4.99.1-1.src.rpmprocenvaarch64201e14290d97ab68824ce2d2ba47f870f51d989324df9c00955246ac709c8e6eUtility 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-aarch64-normal-prod-00452853-20250704-1116procenv-0.60-1.src.rpm/usr/bin/procenvprocenvaarch648659bbea8f394fd0d1822a41f1987e328741c627ebcc180611f1bf4e74b9883fUtility 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-aarch64-normal-prod-00452878-20250714-1217procenv-0.60-1.src.rpm/usr/bin/procenvprocenvsrccbdfb7a19768b9da699e6dbe5314d49d5d82838000169b35a753e983c4e8c52eUtility 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-aarch64-normal-prod-00452853-20250704-1116procenvsrc4f487b6f4a0b8a18bf305f61a6976fe0679066fb0b1f142cf3f9ce2fd3dfba73Utility 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-aarch64-normal-prod-00452878-20250714-1217procenv-debuginfoaarch64d62c5e48c1b04dcaa5363f5305aa88e036c9d86bd68dc367d83186545d57a02fDebug 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-aarch64-normal-prod-00452853-20250704-1116procenv-0.60-1.src.rpm/usr/lib/debug/usr/bin/procenv-0.60-1.aarch64.debugprocenv-debuginfoaarch64542502c6da31ec5d7d2a4539e21faac1da441cf748527050e1fd9380e0045c2aDebug 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-aarch64-normal-prod-00452878-20250714-1217procenv-0.60-1.src.rpm/usr/lib/debug/usr/bin/procenv-0.60-1.aarch64.debugprocenv-debugsourceaarch649c408e9e186fdf8491550402ecb41365ef5f872c5164317e62d8c324a1d8f7cdDebug 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-aarch64-normal-prod-00452853-20250704-1116procenv-0.60-1.src.rpmprocenv-debugsourceaarch64b30542a3360dbfce0ac0466f71c4e0164bec8bf80054b7c6056908487d6947f1Debug 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-aarch64-normal-prod-00452878-20250714-1217procenv-0.60-1.src.rpm