When configuring postfix, Got the following error on sudo postmap /etc/postfix/sasl_passwd
postmap: fatal: bad string length 0 < 1: setgid_group =
When configuring postfix, Got the following error on sudo postmap /etc/postfix/sasl_passwd
postmap: fatal: bad string length 0 < 1: setgid_group =
just comment out in main.cf
the setgid_group =
line
#setgid_group =
and rerun
sudo postmap /etc/postfix
setgid_group = postdrop
worked after a postmap – afbach Jun 19 '17 at 21:43