# HG changeset patch # User meillo@marmaro.de # Date 1233054742 -3600 # Node ID d1ea058c0949b22a218f1650fa2c87d4494db3ba # Parent ee2c4c70a734eadc436b499c9e613993d6d773e2 change table with masqmail permissions and moved it to the attic diff -r ee2c4c70a734 -r d1ea058c0949 thesis/attic/new-masqmail-permissions.tbl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thesis/attic/new-masqmail-permissions.tbl Tue Jan 27 12:12:22 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 & 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} + diff -r ee2c4c70a734 -r d1ea058c0949 thesis/tbl/new-masqmail-permissions.tbl --- a/thesis/tbl/new-masqmail-permissions.tbl Tue Jan 27 12:10:40 2009 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -% 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} -