SMEServer Koozali developed git repo for smeserver-mini-qmail base
Go to file
Jean-Philippe Pialasse 77395f0e48 * Tue Dec 03 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.1-1.sme
- 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)
2024-12-09 23:46:23 -05:00
additional initial commit of file from CVS for e-smith-qmail on Wed 12 Jul 09:06:46 BST 2023 2023-07-12 09:06:46 +01:00
root * Tue Dec 03 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.1-1.sme 2024-12-09 23:46:23 -05:00
.gitignore Add *.bak to .gitignore 2024-11-12 19:21:22 +00:00
createlinks * Tue Dec 03 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.1-1.sme 2024-12-09 23:37:37 -05:00
LICENSE Set license file to GPL2.0 2024-04-04 11:23:26 +01:00
Makefile some initial modifications 2024-12-03 16:12:25 -05:00
README.md * Tue Dec 03 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.1-1.sme 2024-12-09 23:37:37 -05:00
smeserver-mini-qmail.spec * Tue Dec 03 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.1-1.sme 2024-12-09 23:46:23 -05:00

smeserver-mini-qmail

SMEServer Koozali developed git repo for smeserver-mini-qmail smeserver

Wiki


https://wiki.koozali.org/

Bugzilla

Show list of outstanding bugs: All
Confirmed
Unconfirmed
Need info
In progress
Resolved
Verified

Description

smeserver-mini-qmail is wrapper to configure qmail for final deivery only and send external email to a qmp server handle by another service. qmail is an open source email server software designed to facilitate email communication for small- and medium-sized businesses. It is highly customizable, with support for multiple domains, virtual domains, forwarding, aliases, and mailing lists, and its features can be adapted to meet the specific communication needs of any organization. With its straightforward web-based administration interface, smeserver-mini-qmail can be easily configured for optimal security and performance. Additionally, its advanced spam filtering technology helps to ensure that email communication remains safe and secure for both senders and recipients.

the mini-qmail configuration with extra qmail-local support only serves for final delivery and forward to a qmqp server.

properties available

$qmail{DeliveryType} $qmail{DeliveryInstruction} $props{Filter} ||= 'yes'; $props{EmailForward} ||= 'local' $props{EmailForward} =~ /^(forward|both)$/ $props{ForwardAddress} $prop{'EveryoneEmail'} $EmailUnknownUser

Sources to adapt this package