Solved Upgrading to release 14 from 13

Code:
/etc/mail # make all
/usr/bin/m4 -D_CF_DIR_=/usr/share/sendmail/cf/   /usr/share/sendmail/cf/m4/cf.m4 xxx.xxx.net.mc > xxx.xxx.net.cf
/usr/bin/m4 -D_CF_DIR_=/usr/share/sendmail/cf/   /usr/share/sendmail/cf/m4/cf.m4 xxx.xxx.net.submit.mc > xxx.xxx.net.submit.cf
/usr/sbin/sendmail -bi -OAliasFile=/etc/mail/aliases
sendmail: no recipients
*** Error code 66

Stop.
make: stopped in /etc/mail
/etc/mail #

Looked at /etc/mail/aliases no strange issues !?

same issue:
 
Just installed generic system, ..

Code:
root@test:~ # cd /etc/mail
root@test:/etc/mail # make all
/usr/sbin/sendmail -bi -OAliasFile=/etc/mail/aliases
sendmail: no recipients
*** Error code 66

Stop.
make: stopped in /etc/mail
root@test:/etc/mail # freebsd-version
14.0-RELEASE
root@test:/etc/mail #
 
Just installed generic system, ..

Code:
root@test:~ # cd /etc/mail
root@test:/etc/mail # make all
/usr/sbin/sendmail -bi -OAliasFile=/etc/mail/aliases
sendmail: no recipients
*** Error code 66

Stop.
make: stopped in /etc/mail
root@test:/etc/mail # freebsd-version
14.0-RELEASE
root@test:/etc/mail #
Did you find a resolution to this issue? I am still encountering it on 14.0-RELEASE-p4
 
FreeBSD 14.0 switched to dma(8) instead of sendmail(8).

The default mail transport agent (MTA) is now the Dragonfly Mail Agent (dma(8)) rather than sendmail(8). Configuration of the MTA is done via mailer.conf(5). sendmail(8) and its configuration remain available. a67b925ff3e5
 
Back
Top