It seems FreeNAS's MTA is only sending mail to the first recipient listed when using sendmail (symlinked to /usr/sbin/mailwrapper). The same issue affects mail/mailx commands.
On a fully up-to-date 9.3.1 installation, I run this:
Only the first address is ever sent mail. I've tried the same command on Arch (using the same SMTP settings) and it works fine there.
As stated above, constructing the message with sendmail also fails.
Is this a bug, or is this some sort of rather goofy intended behaviour?
On a fully up-to-date 9.3.1 installation, I run this:
Code:
echo "test" | mail -s "test" example1@domain.com,example2@domain.com
Only the first address is ever sent mail. I've tried the same command on Arch (using the same SMTP settings) and it works fine there.
As stated above, constructing the message with sendmail also fails.
Is this a bug, or is this some sort of rather goofy intended behaviour?