Skip to content

Commit

Permalink
updated indimail-mta
Browse files Browse the repository at this point in the history
01. create_services.in: added --secureauth option for smtp port 587
02. create_services.in: added --setuser-priv option for slowq service
  • Loading branch information
mbhangui committed Oct 24, 2023
1 parent e4b39f2 commit a34a884
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 8 additions & 4 deletions indimail-mta-x/create_services.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cp=$(which cp)
# End USER Configuration OPTIONS
#

# $Id: create_services.in,v 2.127 2023-05-31 20:34:11+05:30 Cprogrammer Exp mbhangui $
# $Id: create_services.in,v 2.128 2023-10-24 21:46:04+05:30 Cprogrammer Exp mbhangui $

usage()
{
Expand Down Expand Up @@ -473,12 +473,12 @@ do
e_opt="$e_opt --rbl=-rzen.spamhaus.org --rbl=-rdnsbl-1.uceprotect.net"
elif [ $port -eq 587 ] ; then
nobogofilter=1
e_opt="--skipsend --forceauthsmtp --antispoof --forcetls --utf8"
e_opt="--skipsend --forceauthsmtp --antispoof --forcetls --utf8 --secureauth"
else
e_opt="--remote-authsmtp=plain --localfilter --remotefilter"
e_opt="$e_opt --deliverylimit-count=-1 --deliverylimit-size=-1"
e_opt="$e_opt --rbl=-rzen.spamhaus.org --rbl=-rdnsbl-1.uceprotect.net"
e_opt="$e_opt --dmemory=$send_soft_mem --setgroups --utf8"
e_opt="$e_opt --dmemory=$send_soft_mem --setgroups --utf8 --setuser-priv"
fi
if [ $tcpserver_plugin -eq 1 ] ; then
e_opt="$e_opt --shared-objects=1 --use-dlmopen=1"
Expand Down Expand Up @@ -523,7 +523,7 @@ fi
--dmemory=$send_soft_mem --min-free=52428800 --dkverify=$ver_opt \
--dksign=$sign_opt --private_key=$controldir/domainkeys/%/$dkimkeyfn \
--remote-authsmtp=plain --localfilter --remotefilter \
--deliverylimit-count="-1" --deliverylimit-size="-1" --setgroups --utf8
--deliverylimit-count="-1" --deliverylimit-size="-1" --setgroups --utf8 --setuser-priv
#
# Greylist
#
Expand Down Expand Up @@ -783,6 +783,10 @@ fi

#
# $Log: create_services.in,v $
# Revision 2.128 2023-10-24 21:46:04+05:30 Cprogrammer
# added --secureauth option for smtp port 587
# added --setuser-priv for slowq service
#
# Revision 2.127 2023-05-31 20:34:11+05:30 Cprogrammer
# create defaultqueue parameters without DKIM signing
#
Expand Down
2 changes: 2 additions & 0 deletions indimail-mta-x/doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Release 3.0.6-1.1 Start 25/10/2023 End XX/XX/XXXX
04. mail_acl.c, qregex.c, smtpd.c, uacl.c: use matchregex.h from
/usr/include/qmail
05. qmail-queue.c: added feature to negate regexp match
06. create_services.in: added --secureauth option for smtp port 587
08. create_services.in: added --setuser-priv option for slowq service

* Tue Oct 17 2023 18:34:04 +0000 Manvendra Bhangui <indimail-mta@indimail.org> 3.0.5-1.1%{?dist}
Release 3.0.5-1.1 Start 11/09/2023 End 17/10/2023
Expand Down

0 comments on commit a34a884

Please sign in to comment.