Brian Wakem wrote:
> 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.
>
>
Could be. I'm just not aware of them.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================