sendmail
nota: Necesita "m4" para compilar sendmail.
2.1 download |
ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.9.1.tar.gz
ftp://ftp.kyoto.wide.ad.jp/sendmail/sendmail.8.9.1a.patch
ftp://ftp.kyoto.wide.ad.jp/sendmail/sendmail.8.9.1a.unofficial.patch
2.2 Install |
2.3 Configuración |
2.4 Administración |
# Start the sendmail daemon: if [ -x /usr/sbin/sendmail ]; then echo "Starting sendmail daemon (/usr/sbin/sendmail -bd -q 15m)..." /usr/sbin/sendmail -bd -q 15m fi |