On Fri, 15 Jan 2010 11:29:46 +0000 David Williams <[email protected]> wrote:
> Paul Cockings wrote: > > If we got them into syslog, what are you wanting to do next? I > > mean... what are you trying to do overall? > > > Hi Peter > > Thanks for the reply. > > My purpose is to make it easier to setup, maintain and debug a whole > system. > > If Dspam logged to syslog I could see the whole processing of emails in > the one mail log. That way I could see that dspam was receiving the > email correctly ,was processing it and either delivering, sending it to > quarantine, or possibly experiencing an error all within the context of > an emails progress through the system. > > Currently I'm using Exim as MTA and Dovecot as IMAP server and LDA, both > of these log to syslog as does Spamassassin so I can see all the log > messages in one place and it's really helpful for spotting problems. > > I realize other people may have other ideas but if it were an option to > send the messages to syslog the the administrator could configure syslog > to send them where desired. > I don't know how Exim is logging and how you have integrated DSPAM into your mail processing but if you take for example Postfix with delivery to DSPAM in LMTP mode then you should see something like that in syslog: ------------------------- Jan 15 13:17:44 nyx dspam[5109]: innocent message from 209.85.219.212 Jan 15 13:17:44 nyx postfix/lmtp[14455]: 05C2DA5F451: to=<[email protected]>, orig_to=<[email protected]>, relay=nyx.mydomain.tld[/var/run/dspam/dspam.sock], delay=0.53, delays=0.02/0.01/0/0.49, dsn=2.6.0, status=sent (250 2.6.0 <[email protected]> Message accepted for delivery) ------------------------- The first line is from TrackSources and the second is from Postfix telling me that passed a mail to the DSPAM socket. Is something like that not enough for you? I ask because in general DSPAM does not log much (if at all) while processing messages. > cheers > > David > -- Kind Regards from Switzerland, Stevan Bajić ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Dspam-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspam-user
