On 03/12/2013 18:47, Jeff Tipton wrote:
On 03/12/2013 17:03, Greg Larkin wrote:
Hi Jeff, Good news and thanks for the update. The maia Makefile seems
to imply that RAR support can be provided either by archivers/rar or
archivers/unrar, and if so, those options should likely be exclusive.
I found some problems related to detecting the MySQL dependencies in
general, too. I'll create a PR to fix these issues. In the mean time,
can you test whether maia does what you want with just the UNRAR
option enabled? Thank you, Greg -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.13 (Darwin) Comment: Using GnuPG with Thunderbird
- http://www.enigmail.net/
iEYEARECAAYFAlE/Q8kACgkQ0sRouByUApDjIwCgqujnwXRPxrNq4/ARjK6Tv98m
5qsAn37lrANQqCp9op1Y4WPZXz1gcYn/ =NQdO -----END PGP SIGNATURE-----
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions To
unsubscribe, send any mail to
"freebsd-questions-unsubscr...@freebsd.org"
Hi Greg,
Thank you very much, your really helped me. Ok, I think I will test
Maia with RARed eicar; only it will still take some time until I
finish the whole mailsystem. I'll report back as soon as I get to the
point of testing.
Jeff
Hi Greg,
I finished my mailsystem setup with Maia (without RAR support and with
UNRAR support), and tried to scan a RARed eicar file, and, yes, it
detected that file as infected.
But there were 2 other issues:
1. configtest.pl hung because of p5-Forks. I found an explanation and a
link to a patch for FreeBSD here:
http://comments.gmane.org/gmane.mail.virus.maiamailguard/15493
The patch solved this problem. As I understood from the discussion, not
every install might have this problem but it often shows up in a jail,
and I have this installation in a jail.
2. When Maia was freshly installed, Logout did not work because the
function "session_is_registered" is no longer supported in PHP 5.4. I
replaced the row 87 in logout.php
if (session_is_registered("uid")) {
with
if (isset($_SESSION['uid'])) {
as explained here:
http://comments.gmane.org/gmane.mail.virus.maiamailguard/15586
and now logging out works ok.
Maybe this information is useful.
Thanks, Greg for help and interest
Jeff
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"