linux - Unable to activate sendmail due to error -
i installed sendmail on fedora 21 server installation when start , check it's status following:
[root@localhost mail]# systemctl status sendmail ● sendmail.service - sendmail mail transport agent loaded: loaded (/usr/lib/systemd/system/sendmail.service; enabled) active: failed (result: resources) since thu 2015-06-04 11:23:31 cest; 2min 39s ago process: 31776 execstart=/usr/sbin/sendmail -bd $sendmail_opts $sendmail_optarg (code=exited, status=0/success) process: 31766 execstartpre=/etc/mail/make aliases (code=exited, status=0/success) process: 31763 execstartpre=/etc/mail/make (code=exited, status=0/success) jun 04 11:23:31 localhost.localdomain sendmail[31776]: -bd not supported ssmtp jun 04 11:23:31 localhost.localdomain systemd[1]: failed start sendmail mail transport agent. jun 04 11:23:31 localhost.localdomain systemd[1]: unit sendmail.service entered failed state. jun 04 11:23:31 localhost.localdomain systemd[1]: sendmail.service failed.
what problem here? thought -bd not supported ssmtp
hint. can't find on either.
ssmtp send-only sendmail emulator. not support -bd option when run daemon (see "man ssmtp"). current sendmail in f21 alias ssmtp. need remove ssmtp entirely f21 (yum erase ssmtp).
Comments
Post a Comment