blob: 3bbc640cc68d8e194cc66b6b34f3b8fb8351c499 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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>
|