view thesis/attic/new-masqmail-permissions.tbl @ 377:90d5f98e3968

proof read ch03
author meillo@marmaro.de
date Tue, 03 Feb 2009 17:53:03 +0100
parents d1ea058c0949
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 & nobody & no (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}