File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ public function configure_dovecot()
368368 }
369369 //* Configure master.cf and add a line for deliver
370370 $ content = rf ($ conf ["postfix " ]["config_dir " ].'/master.cf ' );
371- $ deliver_content = 'dovecot unix - n n - - pipe ' ."\n" .' flags=DRhu user=vmail:vmail argv=/usr/lib /dovecot/deliver -f ${sender} -d ${user}@${nexthop} ' ;
371+ $ deliver_content = 'dovecot unix - n n - - pipe ' ."\n" .' flags=DRhu user=vmail:vmail argv=/usr/libexec /dovecot/deliver -f ${sender} -d ${user}@${nexthop} ' ;
372372 af ($ conf ["postfix " ]["config_dir " ].'/master.cf ' , $ deliver_content );
373373 unset($ content );
374374 unset($ deliver_content );
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ public function configure_dovecot()
289289 }
290290 //* Configure master.cf and add a line for deliver
291291 $ content = rf ($ conf ["postfix " ]["config_dir " ].'/master.cf ' );
292- $ deliver_content = 'dovecot unix - n n - - pipe ' ."\n" .' flags=DRhu user=vmail:vmail argv=/usr/lib /dovecot/deliver -f ${sender} -d ${user}@${nexthop} ' ;
292+ $ deliver_content = 'dovecot unix - n n - - pipe ' ."\n" .' flags=DROhu user=vmail:vmail argv=/usr/libexec /dovecot/deliver -f ${sender} -d ${user}@${nexthop} ' ;
293293 af ($ conf [$ config_dir .'/master.cf ' , $ deliver_content );
294294 unset($ content );
295295 unset($ deliver_content );
You can’t perform that action at this time.
0 commit comments