diff thesis/input/new-masqmail-permissions.tex @ 182:e35c7962d84f

wrote about spool file and permissions
author meillo@marmaro.de
date Sun, 28 Dec 2008 18:50:23 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/thesis/input/new-masqmail-permissions.tex	Sun Dec 28 18:50:23 2008 +0100
@@ -0,0 +1,23 @@
+% new-masqmail-permissions
+
+\begin{tabular}[hbt]{| l || l | l |}
+	\hline
+	module & runs as owner:group & daemon \\
+	\hline
+	\hline
+	sendmail & the invoking one & no \\
+	\hline
+	smtpd & root->nobody & yes (or via inetd) \\
+	\hline
+	queue-in & setgid masqmail & no \\
+	\hline
+	scanning & masqmail & yes \\
+	\hline
+	queue-out & masqmail & yes \\
+	\hline
+	pipe & masqmail & no \\
+	\hline
+	smtp & masqmail->nobody & no \\
+	\hline
+\end{tabular}
+