Mercurial > docs > diploma
comparison thesis/tex/2-MailTransferAgents.tex @ 93:a6f8a93abd64
new chapter 4 (split ch5); added lots of annotations
author | meillo@marmaro.de |
---|---|
date | Sun, 16 Nov 2008 14:44:22 +0100 |
parents | e050221efd38 |
children | d24fdd3d5990 |
comparison
equal
deleted
inserted
replaced
92:e050221efd38 | 93:a6f8a93abd64 |
---|---|
240 10) had problems with it | 240 10) had problems with it |
241 | 241 |
242 | 242 |
243 | 243 |
244 | 244 |
245 % quality criteria | |
246 % standards of any kind | |
247 % how to compare? | |
248 % (bewertungsmatrix) objectivity | |
249 % how many criterias for ``good''? | |
250 | |
251 | |
252 | |
245 | 253 |
246 | 254 |
247 \subsubsection*{masqmail stuff} | 255 \subsubsection*{masqmail stuff} |
248 | 256 |
249 The \masqmail\ executable can be called under various names for \name{sendmail-compatibility} reasons. This is commonly organized by creating symbolic links with with different names to the \masqmail\ executable. These are \path{/usr/lib/sendmail} and \path{/usr/sbin/sendmail} because many programs expect a \mta\ to be located there. Further more \sendmail\ provides shortcuts by calling it with a different name instead of supplying command line arguments. The best known of it is \path{mailq}, which is equivilent to calling the \MTA\ with the argument \verb+-bq+. \masqmail\ reacts to the names \path{mailq}, \path{smtpd}, \path{mailrm}, \path{runq}, \path{rmail}, and \path{in.smtpd}. The last four are an addition to \sendmail. Not implemented is the name \path{newaliases} because it is not relevant to \masqmail. To provide the command nonetheless, one may write a shell script located at \path{/usr/bin/newaliases}, that simply invokes \verb+masqmail -bi+. | 257 The \masqmail\ executable can be called under various names for \name{sendmail-compatibility} reasons. This is commonly organized by creating symbolic links with with different names to the \masqmail\ executable. These are \path{/usr/lib/sendmail} and \path{/usr/sbin/sendmail} because many programs expect a \mta\ to be located there. Further more \sendmail\ provides shortcuts by calling it with a different name instead of supplying command line arguments. The best known of it is \path{mailq}, which is equivilent to calling the \MTA\ with the argument \verb+-bq+. \masqmail\ reacts to the names \path{mailq}, \path{smtpd}, \path{mailrm}, \path{runq}, \path{rmail}, and \path{in.smtpd}. The last four are an addition to \sendmail. Not implemented is the name \path{newaliases} because it is not relevant to \masqmail. To provide the command nonetheless, one may write a shell script located at \path{/usr/bin/newaliases}, that simply invokes \verb+masqmail -bi+. |