Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (cf28e4e847729dc3ac9b83a93032bfa17ab32f39)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (cf28e4e847729dc3ac9b83a93032bfa17ab32f39)
  • Date: Sat, 10 Jul 2021 19:33:20 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
mail/courier/CONFLICTS | 4 +++-
mail/courier/HISTORY | 3 +++
mail/dma/BUILD | 3 +++
mail/dma/CONFLICTS | 11 +++++++++++
mail/dma/DEPENDS | 3 +++
mail/dma/DETAILS | 20 ++++++++++++++++++++
mail/dma/FINAL | 9 +++++++++
mail/dma/HISTORY | 3 +++
mail/dma/INSTALL | 21 +++++++++++++++++++++
mail/dma/PRE_BUILD | 4 ++++
mail/dma/PROVIDES | 2 ++
mail/dma/conf.patch | 12 ++++++++++++
mail/esmtp/CONFLICTS | 5 ++++-
mail/esmtp/HISTORY | 3 +++
mail/exim/CONFLICTS | 5 ++++-
mail/exim/HISTORY | 3 +++
mail/masqmail/BUILD | 2 +-
mail/masqmail/CONFLICTS | 5 ++++-
mail/masqmail/DETAILS | 1 +
mail/masqmail/HISTORY | 5 +++++
mail/masqmail/INSTALL | 15 ++++++++-------
mail/msmtp/CONFLICTS | 5 ++++-
mail/msmtp/HISTORY | 3 +++
mail/opensmtpd/CONFLICTS | 5 ++++-
mail/opensmtpd/HISTORY | 3 +++
mail/postfix/CONFLICTS | 5 ++++-
mail/postfix/HISTORY | 3 +++
mail/qmail/CONFLICTS | 8 +++++++-
mail/qmail/HISTORY | 3 +++
mail/sendmail/CONFLICTS | 5 ++++-
mail/sendmail/HISTORY | 3 +++
32 files changed, 168 insertions(+), 17 deletions(-)

New commits:
commit cf28e4e847729dc3ac9b83a93032bfa17ab32f39
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

conflicts with dma, esmtp, msmtp, ssmtp, courier, opensmtpd

commit 83b1a4f9cf812cae68232021aef31bfece5f9d87
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sendmail: conflicts with dma, qmail, ssmtp

commit 4fb93c41888b3a6e1d80aa94cceac23e2639a3e6
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

msmtp: conflicts with dma, qmail, ssmtp

commit bd8de794f5bb22bf9033954c382a10f0a3bf94bb
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

esmtp: conflicts with dma, qmail, ssmtp

commit b6c83fc9d80ef6ed1112a0aa7688260176bf9140
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

courier: conflicts with dma, ssmtp

commit 66210d4b1f4bfbb7667e6cb135bd32a5fb6f4e28
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

postfix: conflicts with dma, netqmail, ssmtp

commit 7a5e7cf719393014a45ed08457bda18c294552ac
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

exim: conflicts with dma, qmail, ssmtp

commit 6c1507b26d8060c0ceb58923d91b7f67757c06c2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

opensmtpd: conflicts with dma, ssmtp, qmail

commit f3b37c2740cad2fc359aff04d98d003b72acbb65
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

masqmail: correct spool dir location; conflicts with dma, qmail, ssmtp

commit 13abff236b8b34e706be608e3780ce744109327a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dma: new spell, DragonFly Mail Agent

diff --git a/ChangeLog b/ChangeLog
index 7e047c8..61219d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2021-07-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * mail/dma: new spell, DragonFly Mail Agent
+
2021-07-08 Thomas Orgis <sobukus AT sourcemage.org>
* gnu/dejagnu: testing framework

diff --git a/mail/courier/CONFLICTS b/mail/courier/CONFLICTS
index 98f7402..4bb7819 100755
--- a/mail/courier/CONFLICTS
+++ b/mail/courier/CONFLICTS
@@ -2,9 +2,11 @@ conflicts courier-imap &&
conflicts masqmail &&
conflicts esmtp &&
conflicts msmtp &&
+conflicts ssmtp &&
conflicts exim &&
conflicts postfix &&
conflicts sendmail &&
conflicts opensmtpd &&
conflicts netqmail &&
-conflicts qmail
+conflicts qmail &&
+conflicts dma
diff --git a/mail/courier/HISTORY b/mail/courier/HISTORY
index e63d6ef..ee44c26 100644
--- a/mail/courier/HISTORY
+++ b/mail/courier/HISTORY
@@ -1,3 +1,6 @@
+2021-07-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFLICTS: conflicts with dma, ssmtp
+
2021-04-16 Remko van der Vossen <wich AT sourcemage.org>
* DETAILS, BUILD, FINAL: version 1.1.2

diff --git a/mail/dma/BUILD b/mail/dma/BUILD
new file mode 100755
index 0000000..59a7ff9
--- /dev/null
+++ b/mail/dma/BUILD
@@ -0,0 +1,3 @@
+create_account mail &&
+
+make PREFIX="${INSTALL_ROOT}/usr" LIBEXEC="${INSTALL_ROOT}/usr/libexec"
diff --git a/mail/dma/CONFLICTS b/mail/dma/CONFLICTS
new file mode 100755
index 0000000..6047a20
--- /dev/null
+++ b/mail/dma/CONFLICTS
@@ -0,0 +1,11 @@
+conflicts qmail &&
+conflicts exim &&
+conflicts courier &&
+conflicts esmtp &&
+conflicts msmtp &&
+conflicts ssmtp &&
+conflicts postfix &&
+conflicts sendmail &&
+conflicts netqmail &&
+conflicts masqmail &&
+conflicts opensmtpd
diff --git a/mail/dma/DEPENDS b/mail/dma/DEPENDS
new file mode 100755
index 0000000..796b80b
--- /dev/null
+++ b/mail/dma/DEPENDS
@@ -0,0 +1,3 @@
+depends SSL &&
+
+suggest_depends SYSTEM-LOGGER "" "" "to use syslog for logging"
diff --git a/mail/dma/DETAILS b/mail/dma/DETAILS
new file mode 100755
index 0000000..224d5d0
--- /dev/null
+++ b/mail/dma/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=dma
+ VERSION=0.13
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/corecode/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:12ca04c6e67ffeead4596dcbf6bbc42547461b224a7f70e7185822b5f968c369de4c20ae7de3415a54f6eef7d4acc12d5fca5ff5851d640f3611d89a345b41ac
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/corecode/dma
+ LICENSE=BSD
+ ENTERED=20210710
+ KEYWORDS="mta"
+ SHORT="DragonFly Mail Agent"
+cat << EOF
+dma is a small Mail Transport Agent (MTA), designed for home and office use.
+It accepts mails from locally installed Mail User Agents (MUA) and delivers
+the mails either locally or to a remote destination. Remote delivery includes
+several features like TLS/SSL support and SMTP authentication.
+
+dma is not intended as a replacement for real, big MTAs like sendmail or
+postfix. Consequently, dma does not listen on port 25 for incoming
connections.
+EOF
diff --git a/mail/dma/FINAL b/mail/dma/FINAL
new file mode 100755
index 0000000..01ad525
--- /dev/null
+++ b/mail/dma/FINAL
@@ -0,0 +1,9 @@
+local spool_dir="${INSTALL_ROOT}/var/spool/dma" &&
+local flush_file="${spool_dir}/flush" &&
+
+if [ ! -f "${flush_file}" ]; then
+ touch "${flush_file}"
+fi &&
+
+chown root:mail "${flush_file}" &&
+chmod 0660 "${flush_file}"
diff --git a/mail/dma/HISTORY b/mail/dma/HISTORY
new file mode 100644
index 0000000..044372a
--- /dev/null
+++ b/mail/dma/HISTORY
@@ -0,0 +1,3 @@
+2021-07-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, {PRE_,}BUILD, INSTALL, CONFLICTS, PROVIDES, FINAL,
+ conf.patch: created spell, version 0.13
diff --git a/mail/dma/INSTALL b/mail/dma/INSTALL
new file mode 100755
index 0000000..ab19a58
--- /dev/null
+++ b/mail/dma/INSTALL
@@ -0,0 +1,21 @@
+make install sendmail-link mailq-link DESTDIR="${INSTALL_ROOT}"
PREFIX="/usr" LIBEXEC="/usr/libexec" &&
+
+local config_dir="${INSTALL_ROOT}/etc/dma" &&
+
+install -vm 755 -d "${config_dir}" &&
+
+for cf in dma.conf auth.conf; do
+ install_config_file ${cf} "${config_dir}/${cf}"
+done &&
+
+chown root:mail "${config_dir}"/*.conf &&
+chmod 0640 "${config_dir}/auth.conf" &&
+
+local spool_dir="${INSTALL_ROOT}/var/spool/dma" &&
+local mail_dir="${INSTALL_ROOT}/var/spool/mail" &&
+
+for d in "$spool_dir" "$mail_dir"; do
+ if [ ! -d "${d}" ]; then
+ install -vm 2775 -d -o root -g mail -d "${d}" || return 1
+ fi
+done
diff --git a/mail/dma/PRE_BUILD b/mail/dma/PRE_BUILD
new file mode 100755
index 0000000..ba37a4e
--- /dev/null
+++ b/mail/dma/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+patch -p0 < "${SPELL_DIRECTORY}/conf.patch"
diff --git a/mail/dma/PROVIDES b/mail/dma/PROVIDES
new file mode 100755
index 0000000..bebbaa4
--- /dev/null
+++ b/mail/dma/PROVIDES
@@ -0,0 +1,2 @@
+MAIL-TRANSPORT-AGENT
+SENDMAIL
diff --git a/mail/dma/conf.patch b/mail/dma/conf.patch
new file mode 100644
index 0000000..23c9185
--- /dev/null
+++ b/mail/dma/conf.patch
@@ -0,0 +1,12 @@
+--- conf.c.orig 2020-02-05 02:59:09.000000000 -0800
++++ conf.c 2021-07-09 15:36:24.482626925 -0700
+@@ -226,7 +226,8 @@
+ if (fingerprint == NULL) {
+ errlogx(EX_CONFIG, "fingerprint allocation
failed");
+ }
+- for (unsigned int i = 0; i < SHA256_DIGEST_LENGTH;
i++) {
++ unsigned int i;
++ for (i = 0; i < SHA256_DIGEST_LENGTH; i++) {
+ if(sscanf(data + 2 * i, "%02hhx",
&fingerprint[i]) != 1) {
+ errlogx(EX_CONFIG, "failed to read
fingerprint");
+ }
diff --git a/mail/esmtp/CONFLICTS b/mail/esmtp/CONFLICTS
index 4a5a02b..87b977e 100755
--- a/mail/esmtp/CONFLICTS
+++ b/mail/esmtp/CONFLICTS
@@ -1,8 +1,11 @@
+conflicts qmail &&
conflicts masqmail &&
conflicts courier &&
conflicts exim &&
conflicts msmtp &&
+conflicts ssmtp &&
conflicts postfix &&
conflicts sendmail &&
conflicts opensmtpd &&
-conflicts netqmail
+conflicts netqmail &&
+conflicts dma
diff --git a/mail/esmtp/HISTORY b/mail/esmtp/HISTORY
index 1de9e2d..4a95d22 100644
--- a/mail/esmtp/HISTORY
+++ b/mail/esmtp/HISTORY
@@ -1,3 +1,6 @@
+2021-07-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFLICTS: conflicts with dma, qmail, ssmtp
+
2015-07-02 Vlad Glagolev <stealth AT sourcemage.org>
* CONFLICTS: added opensmtpd

diff --git a/mail/exim/CONFLICTS b/mail/exim/CONFLICTS
index c31f9f5..4e74a66 100755
--- a/mail/exim/CONFLICTS
+++ b/mail/exim/CONFLICTS
@@ -1,8 +1,11 @@
+conflicts qmail &&
conflicts masqmail &&
conflicts courier &&
conflicts esmtp &&
conflicts msmtp &&
+conflicts ssmtp &&
conflicts postfix &&
conflicts sendmail &&
conflicts opensmtpd &&
-conflicts netqmail
+conflicts netqmail &&
+conflicts dma
diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index 94d992a..6d14e84 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,6 @@
+2021-07-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFLICTS: conflicts with dma, qmail, ssmtp
+
2021-05-10 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 4.94.2; SECURITY_PATCH++
* BUILD: add SSL setting
diff --git a/mail/masqmail/BUILD b/mail/masqmail/BUILD
index be4c244..5331bd1 100755
--- a/mail/masqmail/BUILD
+++ b/mail/masqmail/BUILD
@@ -3,7 +3,7 @@ create_account mail &&

OPTS="--with-user=masqmail \
--with-group=masqmail \
- --with-spooldir=$INSTALL_ROOT/var/spool/mail \
+ --with-spooldir=$INSTALL_ROOT/var/spool/masqmail \
$MASQMAIL_OPTS \
$OPTS" &&

diff --git a/mail/masqmail/CONFLICTS b/mail/masqmail/CONFLICTS
index b51b434..6a9e863 100755
--- a/mail/masqmail/CONFLICTS
+++ b/mail/masqmail/CONFLICTS
@@ -1,8 +1,11 @@
+conflicts qmail &&
conflicts exim &&
conflicts courier &&
conflicts esmtp &&
conflicts msmtp &&
+conflicts ssmtp &&
conflicts postfix &&
conflicts sendmail &&
conflicts opensmtpd &&
-conflicts netqmail
+conflicts netqmail &&
+conflicts dma
diff --git a/mail/masqmail/DETAILS b/mail/masqmail/DETAILS
index 431635d..a4aef75 100755
--- a/mail/masqmail/DETAILS
+++ b/mail/masqmail/DETAILS
@@ -1,5 +1,6 @@
SPELL=masqmail
VERSION=0.3.5
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://marmaro.de/prog/$SPELL/files/$SOURCE
diff --git a/mail/masqmail/HISTORY b/mail/masqmail/HISTORY
index 4153e7b..3d65964 100644
--- a/mail/masqmail/HISTORY
+++ b/mail/masqmail/HISTORY
@@ -1,3 +1,8 @@
+2021-07-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * BUILD, INSTALL: correct spool dir location
+ * CONFLICTS: conflicts with dma, qmail, ssmtp
+
2015-11-18 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.3.5
* log.patch: updated for new version
diff --git a/mail/masqmail/INSTALL b/mail/masqmail/INSTALL
index 14b4119..f06c583 100755
--- a/mail/masqmail/INSTALL
+++ b/mail/masqmail/INSTALL
@@ -9,14 +9,15 @@ ln -vsf "$TRACK_ROOT/usr/sbin/masqmail"
"$INSTALL_ROOT/usr/sbin/mailq" &&
ln -vsf "$TRACK_ROOT/usr/sbin/masqmail" "$INSTALL_ROOT/usr/sbin/runq" &&
ln -vsf "$TRACK_ROOT/usr/sbin/masqmail" "$INSTALL_ROOT/usr/sbin/mailrm" &&

-install -vm 2775 -d -o masqmail -g mail "$INSTALL_ROOT/var/spool/mail" &&
+local spool_dir="${INSTALL_ROOT}/var/spool/masqmail" &&

-if [[ -e $INSTALL_ROOT/var/spool/mail/input ]]; then
- chown -R masqmail:masqmail "$INSTALL_ROOT/var/spool/mail/input"
-fi &&
-if [[ -e $INSTALL_ROOT/var/spool/mail/lock ]]; then
- chown -R masqmail:masqmail "$INSTALL_ROOT/var/spool/mail/lock"
-fi &&
+install -vm 2775 -d -o masqmail -g masqmail "${spool_dir}" &&
+
+for d in input lock; do
+ if [[ -e "${spool_dir}/${d}" ]]; then
+ chown -R masqmail:masqmail "${spool_dir}/${d}" || return 1
+ fi
+done &&

if [[ $INIT_INSTALLED ]]; then
install_config_file "$SPELL_DIRECTORY/init.d/masqmail.conf" \
diff --git a/mail/msmtp/CONFLICTS b/mail/msmtp/CONFLICTS
index d5cbbca..479f30c 100755
--- a/mail/msmtp/CONFLICTS
+++ b/mail/msmtp/CONFLICTS
@@ -1,8 +1,11 @@
+conflicts qmail &&
conflicts exim &&
conflicts courier &&
conflicts esmtp &&
+conflicts ssmtp &&
conflicts postfix &&
conflicts sendmail &&
conflicts netqmail &&
conflicts opensmtpd &&
-conflicts masqmail
+conflicts masqmail &&
+conflicts dma
diff --git a/mail/msmtp/HISTORY b/mail/msmtp/HISTORY
index 8ac9955..1ac0364 100644
--- a/mail/msmtp/HISTORY
+++ b/mail/msmtp/HISTORY
@@ -1,3 +1,6 @@
+2021-07-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFLICTS: conflicts with dma, qmail, ssmtp
+
2019-09-03 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.8.5

diff --git a/mail/opensmtpd/CONFLICTS b/mail/opensmtpd/CONFLICTS
index e5b7293..e4cdb75 100755
--- a/mail/opensmtpd/CONFLICTS
+++ b/mail/opensmtpd/CONFLICTS
@@ -1,8 +1,11 @@
+conflicts qmail &&
conflicts masqmail &&
conflicts courier &&
conflicts exim &&
conflicts msmtp &&
+conflicts ssmtp &&
conflicts postfix &&
conflicts sendmail &&
conflicts esmtp &&
-conflicts netqmail
+conflicts netqmail &&
+conflicts dma
diff --git a/mail/opensmtpd/HISTORY b/mail/opensmtpd/HISTORY
index 7ca368a..1688321 100644
--- a/mail/opensmtpd/HISTORY
+++ b/mail/opensmtpd/HISTORY
@@ -1,3 +1,6 @@
+2021-07-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFLICTS: conflicts with dma, ssmtp, qmail
+
2015-07-02 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS, BUILD, INSTALL, CONFLICTS, PROVIDES, init.d:
created
spell, version 5.7.1p1
diff --git a/mail/postfix/CONFLICTS b/mail/postfix/CONFLICTS
index 88c669e..aca8206 100755
--- a/mail/postfix/CONFLICTS
+++ b/mail/postfix/CONFLICTS
@@ -3,6 +3,9 @@ conflicts courier &&
conflicts exim &&
conflicts esmtp &&
conflicts msmtp &&
+conflicts ssmtp &&
conflicts qmail &&
+conflicts netqmail &&
conflicts opensmtpd &&
-conflicts sendmail
+conflicts sendmail &&
+conflicts dma
diff --git a/mail/postfix/HISTORY b/mail/postfix/HISTORY
index 0a97b35..f0ce128 100644
--- a/mail/postfix/HISTORY
+++ b/mail/postfix/HISTORY
@@ -1,3 +1,6 @@
+2021-07-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFLICTS: conflicts with dma, netqmail, ssmtp
+
2021-05-05 Ismael Luceno <ismael AT iodev.co.uk>
* PREPARE: removed, no longer needed
* CONFIGURE, DETAILS, PRE_BUILD: removed VDA patch and experimental
ver
diff --git a/mail/qmail/CONFLICTS b/mail/qmail/CONFLICTS
index 3c0a6f0..7b3f5ed 100755
--- a/mail/qmail/CONFLICTS
+++ b/mail/qmail/CONFLICTS
@@ -1,5 +1,11 @@
+conflicts esmtp &&
+conflicts msmtp &&
+conflicts ssmtp &&
conflicts masqmail &&
conflicts exim &&
conflicts netqmail &&
conflicts sendmail &&
-conflicts postfix
+conflicts courier &&
+conflicts opensmtpd &&
+conflicts postfix &&
+conflicts dma
diff --git a/mail/qmail/HISTORY b/mail/qmail/HISTORY
index 287eff9..b982497 100644
--- a/mail/qmail/HISTORY
+++ b/mail/qmail/HISTORY
@@ -1,3 +1,6 @@
+2021-07-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFLICTS: conflicts with dma, esmtp, msmtp, ssmtp, courier,
opensmtpd
+
2012-01-19 Vlad Glagolev <stealth AT sourcemage.org>
* CONFLICTS: added masqmail

diff --git a/mail/sendmail/CONFLICTS b/mail/sendmail/CONFLICTS
index 2e77609..860ea68 100755
--- a/mail/sendmail/CONFLICTS
+++ b/mail/sendmail/CONFLICTS
@@ -1,8 +1,11 @@
+conflicts qmail &&
conflicts masqmail &&
conflicts courier &&
conflicts esmtp &&
conflicts msmtp &&
+conflicts ssmtp &&
conflicts exim &&
conflicts postfix &&
conflicts opensmtpd &&
-conflicts netqmail
+conflicts netqmail &&
+conflicts dma
diff --git a/mail/sendmail/HISTORY b/mail/sendmail/HISTORY
index 2686559..897dfb8 100644
--- a/mail/sendmail/HISTORY
+++ b/mail/sendmail/HISTORY
@@ -1,3 +1,6 @@
+2021-07-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFLICTS: conflicts with dma, qmail, ssmtp
+
2015-07-02 Vlad Glagolev <stealth AT sourcemage.org>
* CONFLICTS: added opensmtpd




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (cf28e4e847729dc3ac9b83a93032bfa17ab32f39), Vlad Glagolev, 07/10/2021

Archive powered by MHonArc 2.6.24.

Top of Page