I set up a ZoneMinder VM and attempting to get outbound email set up. I've successfully configured a Postfix server on the same box and verified the relaying through Gmail works correctly. Mail messages never reach Postfix.
I've checked the logs and most everything looks normal apart from the following two lines. There were a few errors in the Apache log about the mime type module initially so I executed a "aptitude install libmime-lite-perl". Any assistance appreciated. I'm not sure where to look at this point.
zmwatch.log
06/20/11 18:51:07.580816 zmwatch[908].ERR [Can't get shared memory id '7a6d0002', 2: No such file or directory]
zmdc.log
06/20/11 19:03:11.102952 zmdc[1108].INF [Starting pending process, zmfilter.pl]
06/20/11 19:03:11.107483 zmdc[1108].INF ['zmfilter.pl' starting at 11/06/20 19:03:11, pid = 1254]
06/20/11 19:03:11.498602 zmdc[1108].ERR ['zmfilter.pl ' exited abnormally, exit status 9]
error_log
[Mon Jun 20 18:53:26 2011] [error] [client 10.10.10.4] socket_sendto( /tmp/zms-583983s.sock ) failed: No such file or directory
Can't locate MIME/Entity.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl) at /usr/local/bin/zmfilter.pl line 88.
Emails not being sent
-
- Posts: 2
- Joined: Mon Jun 20, 2011 5:34 pm
Re: Emails not being sent
This appears to be resolved by installing libmime-tools-perl.