diff --git a/queue/lmtp b/queue/lmtp index aec625a..ea2f992 100644 --- a/queue/lmtp +++ b/queue/lmtp @@ -16,7 +16,7 @@ sub register { if (!$self->{lmtp_rcpt_based} && !$self->{lmtp_host}) { $self->{enabled} = 0; - $self->log(LOGERROR, "No LMTP host configured, disabling plugin\n"; + $self->log(LOGERROR, "No LMTP host configured, disabling plugin\n"); return; }