|
|
@ -1,4 +1,4 @@ |
|
|
|
%define version 0.2.15 |
|
|
|
%define version 0.2.16 |
|
|
|
%define release 1 |
|
|
|
%define release 1 |
|
|
|
%define name ipasserelle-base |
|
|
|
%define name ipasserelle-base |
|
|
|
|
|
|
|
|
|
|
@ -46,6 +46,11 @@ Based on SMEServer, iPasserelle is a specially configured |
|
|
|
SME Server, with some additionnal modules |
|
|
|
SME Server, with some additionnal modules |
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
%changelog |
|
|
|
|
|
|
|
* Mon Sep 10 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.16-1 |
|
|
|
|
|
|
|
- Validation for the shell field |
|
|
|
|
|
|
|
- accept empty value for the shell and the chroot dir |
|
|
|
|
|
|
|
- add a script to purge home dir recycle bin |
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 24 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.15-1 |
|
|
|
* Fri Aug 24 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.15-1 |
|
|
|
- Add a chroot field in user info panel |
|
|
|
- Add a chroot field in user info panel |
|
|
|
|
|
|
|
|
|
|
@ -208,6 +213,7 @@ perl createlinks |
|
|
|
--file /etc/cron.monthly/maillog-rotate 'attr(0755,root,root)' \ |
|
|
|
--file /etc/cron.monthly/maillog-rotate 'attr(0755,root,root)' \ |
|
|
|
--file /etc/cron.hourly/qmail-notify 'attr(0755,root,root)' \ |
|
|
|
--file /etc/cron.hourly/qmail-notify 'attr(0755,root,root)' \ |
|
|
|
--file /etc/cron.hourly/cacrl 'attr(0755,root,root)' \ |
|
|
|
--file /etc/cron.hourly/cacrl 'attr(0755,root,root)' \ |
|
|
|
|
|
|
|
--file /etc/cron.daily/purge-homes-recycle 'attr(0755,root,root)' \ |
|
|
|
--dir /home/e-smith/files/scan 'attr(0750,root,shared)' \ |
|
|
|
--dir /home/e-smith/files/scan 'attr(0750,root,shared)' \ |
|
|
|
--dir /var/lib/qpsmtpd/greylisting 'attr(0750,qpsmtpd,qpsmtpd)' \ |
|
|
|
--dir /var/lib/qpsmtpd/greylisting 'attr(0750,qpsmtpd,qpsmtpd)' \ |
|
|
|
> %{name}-%{version}-filelist |
|
|
|
> %{name}-%{version}-filelist |
|
|
|