|
Search tenon.com
Thanks to:
|
|
Post.Office
Re: Verification of successful delivery
|
You could set up a cron job (cronnix is a
nice tool to do that) to analyze the PO log file looking for
SMTP-Deliver messages.
a shell script to see all SMTP-Deliver entries that counts messages
sent from your users to outside users (not user to user on the same PO
system) looks like this:
sudo more /var/spool/post.office/log/post.office.log | egrep
'SMTP-Deliver:.*Delivered:' | awk -F : '{print $1, $6, $7, $8}'
in case you are curious, the awk script defines colon as delimiter and
then prints the fields 1,6,7,8 which are the ones you want to look
at...
NOTE: since PO logs are peppered with ERRORs that tenon has yet to
track down and fix, this shell script is not a true accounting of
all the deliveries that took place! Please just use it as a model. I
tried to work around the PO log problems but to no avail; we just have
to wait for tenon to fix 'em.
njoy!
dan
On 12/11/03 9:17 AM, "Ramon L. Garcia"
<rlgarcia@xxxxxxxxxxxxxxx> wrote:
For example; I send out 1 message to a list of 15000+ names, I
want to look at a tallied up log file that will state something to the
affect of, "...Message 001123 was successfully delivered to 14509
of 15000+ recipients, please view error log below...".
If anyone out there has any ideas as to how to accomplish this, please
share the knowledge.
Ramon L. Garcia
rlgarcia@xxxxxxxxxxxxxxx
____________________________________________________
><http://www.incredimail.com/redir.asp?ad_id=309&lang=9>
IncrediMail - Email has finally evolved
- Click
Here
<http://www.incredimail.com/redir.asp?ad_id=309&lang=9>
Related: :Green
iMac:image%2019.jpg:0015A682:56FB01A8:00000000:00000000
|
| Tenon Home |
Products |
Order |
Contact Us |
About Tenon |
Register |
Tech Support |
Resources |
Press Room |
Mailing Lists |
|
Copyright©2003 Tenon Intersystems, 232 Anacapa Street, Suite 2A, Santa Barbara,
CA 93101. All rights reserved.
Questions about our website - Contact:
webmaster@tenon.com.
|
|