docs/diploma
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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/thesis/input/new-masqmail-permissions.tex Sun Dec 28 18:50:23 2008 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +% new-masqmail-permissions 1.5 + 1.6 +\begin{tabular}[hbt]{| l || l | l |} 1.7 + \hline 1.8 + module & runs as owner:group & daemon \\ 1.9 + \hline 1.10 + \hline 1.11 + sendmail & the invoking one & no \\ 1.12 + \hline 1.13 + smtpd & root->nobody & yes (or via inetd) \\ 1.14 + \hline 1.15 + queue-in & setgid masqmail & no \\ 1.16 + \hline 1.17 + scanning & masqmail & yes \\ 1.18 + \hline 1.19 + queue-out & masqmail & yes \\ 1.20 + \hline 1.21 + pipe & masqmail & no \\ 1.22 + \hline 1.23 + smtp & masqmail->nobody & no \\ 1.24 + \hline 1.25 +\end{tabular} 1.26 +