Afficher un message
Vieux 10/09/2007, 07h43   #8
Mark Goodge
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: see all email send by site

On Sun, 09 Sep 2007 22:33:33 +0100, Brian Wakem put finger to keyboard
and typed:

>Jerry Stuckle wrote:
>
>> artev wrote:
>>> if I have one php's site and not want to add other code or controll all
>>> the coode;
>>> is possible (and how) to see in a list all the email's address that
>>> the site send ?
>>> is necessary some specific software or I can see
>>> in some log file?
>>> the site work with apache server.

>>
>> Apache isn't involved in sending mail. What you need is access to the
>> Mail Transfer Agent (MTA)logs. Then you'll need code (it could be PHP,
>> Perl or several other languages) to parse the log and display the output.
>>
>> Probably the most common MTA's on Unix are sendmail and Exim.

>
>
>I would think Postfix is more popular than Exim.


There aren't any reliable stats, but the best approximations are that
Sendmail, Postfix, Exim and qmail are the most common Open Source
MTAs, in that order. Postfix is particularly common on small/medium
installations as it's relatively secure (compared to Sendmail) by
default and the standard installation is pretty good for most
purposes. However, Exim is much more common on "enterprise level"
servers (ie, those used by ISPs, large webhosts, etc) because it's
more flexible than Postfix and more secure than Sendmail.

So, if you're specifically comparing Postfix and Exim, it's probably
true to say that Postfix is found on more servers, but Exim handles
more mail overall. The same is true when comparing Exim and Sendmail -
Sendmail is on a lot of servers because it's still the default MTA on
a lot of Linux installations, but most of those will be small webhosts
that don't send or receive much mail. Administrators of machines that
do handle significant amounts of mail will usually install Postfix or
Exim instead.

Mark
--
Blog: http://Mark.Goodge.co.uk Photos: http://www.goodge.co.uk
"We're not the ones who're meant to follow"
  Réponse avec citation
 
Page generated in 0,05751 seconds with 9 queries