From: falken Date: Sun, 31 May 2026 16:06:55 +0000 (+0200) Subject: Update README.sendmail.md X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f2c1da7141d47eb0b320f0d1fd5fec02c51fa5fa;p=thirdparty%2Fmlmmj.git Update README.sendmail.md --- diff --git a/README.sendmail.md b/README.sendmail.md index ca15af9f..cce40362 100644 --- a/README.sendmail.md +++ b/README.sendmail.md @@ -1,7 +1,12 @@ Using sendmail ===================== -If your Sendmail has smrsh enabled, you need to create a symlink to mlmmj-receive in it's allow list folder, such as `/etc/smrsh/` +If your Sendmail has smrsh enabled, you need to create a symlink to every mlmmj-* file in it's allow list folder, such as `/etc/smrsh/` + +``` +cd /etc/smrsh +find /usr/local/bin/ -name 'mlmmj*' -exec ln -s {} \; +``` On Fedora-like systems, smrsh is enabled, and the correct user for owning each `/var/spool/mlmmj/*` folder is `mail`.