Koozali.org: home of the SME Server

Issue with qpsmptd plug-ins, specifically content_log...

Offline Jontu Kontar

  • *
  • 17
  • +0/-0
Issue with qpsmptd plug-ins, specifically content_log...
« on: March 06, 2008, 09:28:12 PM »
I notice that qpsmtpd includes the "content_log" plugin but it is currently not enabled.  I was wondering where I would enable that at and where the log information would appear at?

Thanks, for whatever assistance you can provide.

Offline Jontu Kontar

  • *
  • 17
  • +0/-0
Re: Issue with qpsmptd plug-ins, specifically content_log...
« Reply #1 on: March 07, 2008, 05:38:24 PM »
To make this a little easier, I believe that I've solved the first part.

It appears that the Configuration file for "qpsmtpd" is located in /var/service/qpsmtpd/config/peers/local (which has ever IP in the subnet symlinked to it).

Now, it gives me an error about it not being able to a log file to contain the test missive.  So, anyone know where this would be saved at and what permissions that I would need?

Offline Jontu Kontar

  • *
  • 17
  • +0/-0
Re: Issue with qpsmptd plug-ins, specifically content_log...
« Reply #2 on: March 07, 2008, 05:49:28 PM »
I see that there is something in /var/service/qpsmtpd/log .  One of these items is a script called "run" that does a variety of things and references /var/log/qpsmtpd (which is the default log location).  Is this where  the output of the "content_log" plugin should go?
« Last Edit: March 07, 2008, 09:53:22 PM by Jontu Kontar »

Offline Jontu Kontar

  • *
  • 17
  • +0/-0
Re: Issue with qpsmptd plug-ins, specifically content_log...
« Reply #3 on: March 07, 2008, 09:51:51 PM »
Well, I've tried making a directory /var/log/qpsmtpd/mail and have given it 777 permissions and that has had no effect on the plug-in's ability to write to the appropriate log file.  Which strongly suggests to me that it is not writing to that directory.  Does anyone else have any ideas?