From: Ian Kelling Date: Tue, 11 Mar 2025 23:20:36 +0000 (-0400) Subject: prepare for using exim mail filters, but stop short and use a new acl to deal with... X-Git-Url: https://iankelling.org/git/?a=commitdiff_plain;h=c8ef5c2e9cc492ed4af5a030bd95241353e0761b;p=distro-setup prepare for using exim mail filters, but stop short and use a new acl to deal with spammer --- diff --git a/filesystem/usr/local/bin/mailbindwatchdog b/filesystem/usr/local/bin/mailbindwatchdog index 3ad297a..aededd1 100755 --- a/filesystem/usr/local/bin/mailbindwatchdog +++ b/filesystem/usr/local/bin/mailbindwatchdog @@ -55,11 +55,15 @@ while true; do done # settings that go away when exim gets upgraded. obviously the best way to do this would be to modify the exim package itself, but this is easier - caps=$(getcap /usr/sbin/exim4) - if [[ ! $caps ]]; then - echo "$0: setting capabilities, user and setuid/gid on /usr/sbin/exim4" - chown Debian-exim:Debian-exim /usr/sbin/exim4 - chmod g+s,u+s /usr/sbin/exim4 - setcap CAP_NET_BIND_SERVICE+ei /usr/sbin/exim4 - fi + + ## temporarily running as root + # caps=$(getcap /usr/sbin/exim4) + # if [[ ! $caps ]]; then + # echo "$0: setting capabilities, user and setuid/gid on /usr/sbin/exim4" + # chown Debian-exim:Debian-exim /usr/sbin/exim4 + # chmod g+s,u+s /usr/sbin/exim4 + # setcap CAP_NET_BIND_SERVICE+ei /usr/sbin/exim4 + # fi + + done diff --git a/mail-setup b/mail-setup index 6d48cb4..dc8d6c2 100755 --- a/mail-setup +++ b/mail-setup @@ -70,6 +70,15 @@ # 2025-02-28 23:41:40 [3939978] 1toEfR-0000000GWy2-4A1N <= Amazon.meguminozaki@tischlermeister-luempert.de H=(localhost) [183.167.149.235] P=esmtp S=9416 id=1461312104.1131284.1740804083757@localhost T="\343\200\214\351\207\215\350\246\201\343\201\252\343\201\212\347\237\245\343\202\211\343\201\233\357\274\232\343\202\242\343\202\253\343\202\246\343\203\263\343\203\210\345\206\215\350\252\215\350\250\274\343\201\256\343\201\212\351\241\230\343\201\204\343\200\215" from <Amazon.meguminozaki@tischlermeister-luempert.de> for ian@iankelling.org # 2025-02-28 23:41:41 [3940022] 1toEfR-0000000GWy2-4A1N ** ian@iankelling.org F=<Amazon.meguminozaki@tischlermeister-luempert.de> P=<Amazon.meguminozaki@tischlermeister-luempert.de> R=local_user T=dovecot_lmtp: LMTP error after MAIL FROM:<\377Amazon.meguminozaki@tischlermeister-luempert.de>: 500 5.5.2 Invalid command syntax DT=0s # There was nothing useful in /var/log/mail.log. +# +# I was going to fix by transitioning to exim mailfilter, but I think I +# found an acl that will work and is less work for now. +# I was initially testing exim mail filter with: +# exim -f vojdedIdNejyebni@b8.nz -bf /m/exim-filter >/etc/exim4/conf.d/main/000_local <Amaz..., because it has use_sender. +deny + message = invalid recipient + domains = +local_domains + !verify = recipient/callout=no_cache,use_sender + deny !authenticated = * domains = +local_hostnames