diff options
Diffstat (limited to 'articles/2021/erreurs-spamass-milter.html')
| -rwxr-xr-x | articles/2021/erreurs-spamass-milter.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/articles/2021/erreurs-spamass-milter.html b/articles/2021/erreurs-spamass-milter.html new file mode 100755 index 0000000..3bbc640 --- /dev/null +++ b/articles/2021/erreurs-spamass-milter.html @@ -0,0 +1,43 @@ +<!doctype html> +<html lang="EN"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/style.css"> + <title>Bloggings</title> + </head> + <body> + <header> + <h1>Bloggings</h1> + <a href="/index.php">Back</a> + + </header> + +<main> +<article> +<h2>erreurs-spamass-milter</h2> +<h3>2021-05-05</h3> +<p>Je continue à voir de temps en temps /run/spamass-milter/spamass-milter.sock; No such file +or directory dans /var/log/maillog alors que tout semble fonctionner correctement.</p> +<p>Pour le resoudre, je test actuellement:</p> +<ul> +<li>chown sa-milt:postfix /run/spamass-milter</li> +<li>-g postfix dans /etc/sysconfig/spamass-milter EXTRA_FLAGS</li> +<li>chmod 775 /run/spamass-milter</li> +</ul> +<h3>Mise à jour</h3> +<p>Probleme résolu, submission etait en chroot, master.cf est maintenant +comme ceci:</p> +<pre> +# ========================================================================== +# service type private unpriv chroot wakeup maxproc command + args +# (yes) (yes) (no) (never) (100) +# ========================================================================== +smtp inet n - n - - smtpd +submission inet n - n - - smtpd +</pre> +</article> +</main> +<footer> +<p> </p><p>§</p></footer> +</body></html> |
