Skip to content

Commit

Permalink
Load plugins in qpsmtpd-forkserver at startup again (#311)
Browse files Browse the repository at this point in the history
Removes the comment from line 196, which enables the loading of plugins at startup again. Otherwise there would have been the need for a SIGHUP in order to load the plugins initially.

Closes #308 and #288.
  • Loading branch information
wornet-aer authored Sep 12, 2023
1 parent bf64ac9 commit d3cf60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qpsmtpd-forkserver
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ POSIX::setgid($qgid) or die "unable to change gid: $!\n";
POSIX::setuid($quid) or die "unable to change uid: $!\n";
$> = $quid;

#$qpsmtpd->load_plugins;
$qpsmtpd->load_plugins;

foreach my $addr (@LISTENADDR) {
::log(LOGINFO, "Listening on $addr->{addr}:$addr->{port}");
Expand Down

0 comments on commit d3cf60d

Please sign in to comment.