diff thesis/tbl/new-masqmail-permissions.tbl @ 271:c80b6b6fb798

moved tables from input to tbl
author meillo@marmaro.de
date Thu, 15 Jan 2009 12:16:43 +0100
parents thesis/input/new-masqmail-permissions.tex@e35c7962d84f
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/thesis/tbl/new-masqmail-permissions.tbl	Thu Jan 15 12:16:43 2009 +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}
+