view thesis/input/new-masqmail-permissions.tex @ 222:ab9b90152ca4

updated market share analysis: correct share for mail sec layers
author meillo@marmaro.de
date Mon, 05 Jan 2009 19:50:29 +0100
parents e35c7962d84f
children
line wrap: on
line source

% 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}