Jean-Philippe Pialasse
77395f0e48
- initial release of smeserver-mini-qmail from former smeserver-qmail [SME: 12793] . only for final delivery or forward behind qpsmtpd and postfix . set /var/qmail/control/qmqpservers server file . set junkmail delivery to dovecot-lda . we only need configs idhost, qmqpservers, me, defaultdomain, plusdomain, rcpthosts . removing controls badrcptto,helohost,smtproutes,rcpthosts,badmailfrom,databytes,bouncefrom, bouncehost,concurrencylocal,concurrencyremote,doublebouncehost,doublebounceto,envnoathost . removing /var/qmail/users . removing alias . cleaning actions scripts (TODO: move pseudonym-cleanup to smeserver-email)
5 lines
149 B
Plaintext
5 lines
149 B
Plaintext
{
|
|
# mini-qmail does not run as service, this is configuration
|
|
$DB->set_prop("qmail", "type", "configuration") if ${qmail}{type} eq "service";
|
|
}
|