Description
exim-mysql - High performance MTA for Unix systems on the Internet
Property |
Value |
Distribution |
FreeBSD 11 |
Repository |
FreeBSD Ports Latest i386 |
Package filename |
exim-mysql-4.92.3.txz |
Package name |
exim-mysql |
Package version |
4.92.3 |
Package release |
- |
Package architecture |
i386 |
Package type |
txz |
Category |
ipv6 mail |
Homepage |
http://www.exim.org/ |
License |
GPLv2 |
Maintainer |
vsevolod@FreeBSD.org |
Download size |
1.09 MB |
Installed size |
3.94 MB |
Exim is a mail transfer agent for Unix systems connected to the Internet.
It is a monolithic MTA designed to be a command line compatible drop-in
replacement for Sendmail.
Exim is an excellent mailer for an ISP, as its control and flexibility
are very good and its requeueing and retry algorithms are very powerful.
Exim's configuration syntax is well documented.
WWW: http://www.exim.org/
Options:
- ALT_CONFIG_PREFIX: off
- CONTENT_SCAN: on
- DAEMON: on
- DEBUG: off
- DISABLE_D_OPT: on
- DKIM: on
- DNSSEC: on
- DOCS: on
- EMBEDDED_PERL: on
- EVENT: on
- EXIMON: off
- ICONV: on
- INTERNATIONAL: on
- IPV6: on
- LISTMATCH_RHS: off
- LMTP: on
- OCSP: on
- PRDR: on
- PROXY: off
- READLINE: off
- SOCKS: off
- SPF: off
- SUID: on
- TCP_WRAPPERS: off
- WISHLIST: off
- TLS: on
- GNUTLS: off
- SA_EXIM: off
- SRS: off
- AUTH_CRAM_MD5: on
- AUTH_DOVECOT: on
- AUTH_PLAINTEXT: on
- AUTH_RADIUS: off
- AUTH_SASL: off
- AUTH_SPA: on
- SASLAUTHD: off
- PAM: on
- PASSWD: on
- CDB: on
- BDB: off
- DNSDB: on
- DSEARCH: on
- LSEARCH: on
- NIS: off
- OPENLDAP: off
- PGSQL: off
- REDIS: off
- SQLITE: off
- MAILDIR: on
- MAILSTORE: on
- MBX: on
- CERTNAMES: off
- DANE: off
- DCC: off
- DMARC: off
- DSN: off
- ARC: off
- LMDB: off
- QUEUEFILE: off
The following documentation has been installed:
man exim -> Exim options (command line)
/usr/local/share/doc/exim/spec.txt -> Exim Specification (User Guide)
/usr/local/share/doc/exim/filter.txt -> Exim Filter Specification (for end-users)
Postscript, PDF, HTML and texinfo versions of these documents can be
installed via one of the mail/exim-doc-* ports.
An online version as well as a comprehensive FAQ and a mailing list
archive is available at:
http://www.exim.org/
Descriptions of new features not available it the manual, and a listing
of all changes, including bug fixes are documented in:
/usr/local/share/doc/exim/NewStuff
/usr/local/share/doc/exim/ChangeLog
To use Exim instead of sendmail on startup:
*) Clear the sendmail queue and stop the sendmail daemon.
*) Adjust mailer.conf(5) as appropriate.
*) Set the 'sendmail_enable' rc.conf(5) variable to 'NONE'.
*) Set the 'daily_status_include_submit_mailq' and
'daily_clean_hoststat_enable' periodic.conf(5)
variables to 'NO'.
*) Consider setting 'daily_queuerun_enable' and
'daily_submit_queuerun' to "NO" in periodic.conf(5),
if you intend to manage queue runners / deliveries closely.
*) Set the 'exim_enable' rc.conf(5) variable to 'YES'.
*) Start exim with '/usr/local/etc/rc.d/exim start'.
You may also want to configure newsyslog(8) to rotate Exim log files:
/var/log/exim/mainlog mailnull:mail 640 7 * @T00 ZN
/var/log/exim/rejectlog mailnull:mail 640 7 * @T00 ZN
Additional scripts to help upgrading are installed in:
/usr/local/share/examples/exim
install
Alternatives
Requires
Download
Install Howto
Install exim-mysql txz package:
# pkg install exim-mysql
See Also