eximaarch648ee56236e5f799a55f6d1fc722d8edc1af059cbec4728350f586310c5b873805The 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-00843796-20251011-0555exim-4.98.2-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/convert4r4/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.eximeximsrcb4430d5ed9576e21f14a00aa7f4d24a80e9eb5e11d70a58509421520dac53985The 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-00843796-20251011-0555exim-clamavaarch6490d38090515f677aae9d3bff7cd1852b3697688dabc844021efa8a02a5a6dd04Clam 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.98.2/doc/html/spec_html/ch41.htmlhttps://www.exim.org/GPLv2+openEuler Copr - user fuyong666Unspecifiedeur-prod-workerlocal-aarch64-normal-prod-00843796-20251011-0555exim-4.98.2-1.src.rpm/etc/clamd.d/exim.conf/etc/logrotate.d/clamd.exim/etc/sysconfig/clamd.exim/usr/sbin/clamd.eximexim-debuginfoaarch64a6f12dc54e6f724cd46c23ccd55b98a7119a96d724e57ff6b71a10d24c4cfd2bDebug 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-00843796-20251011-0555exim-4.98.2-1.src.rpm/usr/lib/debug/usr/sbin/exim-4.98.2-1.aarch64.debug/usr/lib/debug/usr/sbin/exim_dbmbuild-4.98.2-1.aarch64.debug/usr/lib/debug/usr/sbin/exim_dumpdb-4.98.2-1.aarch64.debug/usr/lib/debug/usr/sbin/exim_fixdb-4.98.2-1.aarch64.debug/usr/lib/debug/usr/sbin/exim_lock-4.98.2-1.aarch64.debug/usr/lib/debug/usr/sbin/exim_tidydb-4.98.2-1.aarch64.debug/usr/lib/debug/usr/sbin/eximon.bin-4.98.2-1.aarch64.debugexim-debugsourceaarch64fff5db6e7476a0f48af1ce85d709fa678fce72e79e8e8c71d1606a9c27e9c239Debug 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-00843796-20251011-0555exim-4.98.2-1.src.rpmexim-greylistaarch6463830a4f059c5aabcae70bb5952717fdff48e568503cdd1f3e08a84a881af76aExample 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-00843796-20251011-0555exim-4.98.2-1.src.rpm/etc/cron.daily/greylist-tidy.sh/etc/exim/exim-greylist.conf.inc/etc/exim/mk-greylist-db.sqlexim-monaarch642b446a816121d109a4244779b70f6dc35e52dbdacd12f23755a9d501f2f86b96X11 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-00843796-20251011-0555exim-4.98.2-1.src.rpm/usr/sbin/eximon/usr/sbin/eximon.binexim-mysqlaarch64ba8505ad893dc2a84f5c1efa87a0697c761cf3efff65e2febe26be9e574b850cMySQL 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-00843796-20251011-0555exim-4.98.2-1.src.rpmexim-pgsqlaarch64911fa35f6465d65248432e3fce81468d235e4f809ab699c0693e9292ca6e4cd8PostgreSQL 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-00843796-20251011-0555exim-4.98.2-1.src.rpmprocenvaarch6444d7e3c7c9678e6a6f3a0daaafd296fbc867965c3a505bf13c1fcdf07f223c54Utility 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-00452865-20250709-0657procenv-0.60-1.src.rpm/usr/bin/procenvprocenvaarch64c4b5b8a8ef585485d194fac2702c3292c7c42c4487e981a7b28d40e14883fb27Utility 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-00452874-20250714-0810procenv-0.60-1.src.rpm/usr/bin/procenvprocenvaarch64540ff4b21ca004b1c5aaca3d231e469a2b53416ebe0bd8127d3d55d1a623c44bUtility 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-00452912-20250715-1224procenv-0.60-1.src.rpm/usr/bin/procenvprocenvaarch64a74dc7aaa493840f457a25523b97b06b3549f5472d67bd36a58a1f3331ce44e9Utility 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-00843718-20250928-0349procenv-0.60-1.src.rpm/usr/bin/procenvprocenvaarch64aa715c58f8d8c382e8f8b9ed521a1cb1f33dc1e803d099087f768c7f9195c651Utility 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-00843718-20250928-0349procenv-0.60-1.src.rpm/usr/bin/procenvprocenvsrc7aed4f5cc48e7244e7c040a04cc01cfc720e1a54cb131236648699ad3107331eUtility 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-00452865-20250709-0657procenvsrcf068eaffe12dbcbd1c8a5049310359a7da3699edb4bc9dffe0c2fbcbeaee8cb5Utility 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-00452874-20250714-0810procenvsrc5bcc0913422c2a38c4cfaad269c0a9e04541aa63f7653ca00f7f23503cb1fffbUtility 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-00452912-20250715-1224procenvsrc8d00ee2f7954eb00cf84da7a43178b10177fad10416b2a01087c5cd863d43006Utility 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-00843718-20250928-0349procenvsrc722e483dd4499b56188a71909e8ad26496421c9f3b65a763117c4ee324deda47Utility 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-00843718-20250928-0349procenv-debuginfoaarch64e74d20005c24770fbad71e41e1b93c222296df020467921269e064f4ba1f5716Debug 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-00452865-20250709-0657procenv-0.60-1.src.rpm/usr/lib/debug/usr/bin/procenv-0.60-1.aarch64.debugprocenv-debuginfoaarch64e77926c5e41bfa276d658ef3dd6f24553676077c18698e96764aba40e0e72274Debug 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-00452874-20250714-0810procenv-0.60-1.src.rpm/usr/lib/debug/usr/bin/procenv-0.60-1.aarch64.debugprocenv-debuginfoaarch646d1a8931357bd12a1dd27ae14bbd2e6d7119b5fc3bb608dba5d14f6b52a2ff01Debug 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-00452912-20250715-1224procenv-0.60-1.src.rpm/usr/lib/debug/usr/bin/procenv-0.60-1.aarch64.debugprocenv-debuginfoaarch648ee9ff4825d988b6a4ea16af29a71bc7eac37b99b33d7f517d805e08fd8dab07Debug 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-00843718-20250928-0349procenv-0.60-1.src.rpm/usr/lib/debug/usr/bin/procenv-0.60-1.aarch64.debugprocenv-debuginfoaarch642977326b5af9a4140a72aaf8f5177d59cc0a07dbcb895952a348c4979df29197Debug 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-00843718-20250928-0349procenv-0.60-1.src.rpm/usr/lib/debug/usr/bin/procenv-0.60-1.aarch64.debugprocenv-debugsourceaarch6425a38cf078b89288b5ba1acadf2624b6d3a6a2bf8ad9918e64624777c76e851aDebug 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-00452865-20250709-0657procenv-0.60-1.src.rpmprocenv-debugsourceaarch64206bb9b1b4ee457611f0b744b783dce8303e28dcca32c089f796cd18101fb76aDebug 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-00452874-20250714-0810procenv-0.60-1.src.rpmprocenv-debugsourceaarch64a54c3ba18bd6157972bf0909c8cbd457dd6d03b46ff65d839b0b235d72ceae8eDebug 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-00452912-20250715-1224procenv-0.60-1.src.rpmprocenv-debugsourceaarch64d002ff7d8f592b5deda9a8efbd89aafbae11344bd8f31a445724deb2f649e1ddDebug 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-00843718-20250928-0349procenv-0.60-1.src.rpmprocenv-debugsourceaarch647645f1f27cc2debfbf295096b2bcc15cc756eb81a380294d3b1cef013c43f64fDebug 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-00843718-20250928-0349procenv-0.60-1.src.rpm