8

When configuring postfix, Got the following error on sudo postmap /etc/postfix/sasl_passwd

postmap: fatal: bad string length 0 < 1: setgid_group = 
Philippe Gachoud
  • 5,900
  • 3
  • 43
  • 50

1 Answers1

13

just comment out in main.cf the setgid_group = line

#setgid_group =

and rerun

sudo postmap /etc/postfix
Philippe Gachoud
  • 5,900
  • 3
  • 43
  • 50
  • 4
    That didn't work here, I had to put in a group name, fortunately postdrop was configured in /etc/group so setgid_group = postdrop worked after a postmap – afbach Jun 19 '17 at 21:43