smeserver-dovecot-extras/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/40lda
Daniel Berteaud 7a54af2bf0 Remove submission_host for now
Not supported on 2.0.9. Need to find a better way
2014-06-23 19:44:55 +02:00

20 lines
438 B
Plaintext

postmaster_address = postmaster@{$DomainName}
lda_original_recipient_header = to
{
my $reason = $dovecot{'RejectMessage'} || '';
my $subject = $dovecot{'RejectSubject'} || '';
if ($reason ne ''){
$OUT .= "rejection_reason = $reason\n";
}
if ($subject ne ''){
$OUT .= "rejection_subject = $subject\n";
}
}
protocol lda \{
mail_plugins = $mail_plugins {$OUT .= (($sieve{'status'} || 'disabled') eq 'enabled') ? 'sieve':''}
\}