/[smeserver]/rpms/e-smith-email/sme8/e-smith-email-5.2.0-force_relay.patch
ViewVC logotype

Contents of /rpms/e-smith-email/sme8/e-smith-email-5.2.0-force_relay.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Oct 4 16:36:27 2010 UTC (13 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-email-5_2_0-24_el5_sme, e-smith-email-5_2_0-19_el5_sme, e-smith-email-5_2_0-17_el5_sme, e-smith-email-5_2_0-12_el5_sme, e-smith-email-5_2_0-20_el5_sme, e-smith-email-5_2_0-16_el5_sme, e-smith-email-5_2_0-21_el5_sme, e-smith-email-5_2_0-22_el5_sme, e-smith-email-5_2_0-27_el5_sme, e-smith-email-5_2_0-13_el5_sme, e-smith-email-5_2_0-23_el5_sme, e-smith-email-5_2_0-11_el5_sme, e-smith-email-5_2_0-25_el5_sme, e-smith-email-5_2_0-26_el5_sme, e-smith-email-5_2_0-14_el5_sme, e-smith-email-5_2_0-15_el5_sme, e-smith-email-5_2_0-28_el5_sme, e-smith-email-5_2_0-18_el5_sme, HEAD
* Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-11.sme
- Enable auth for smtp traffic and migrate if necessary [SME: 5575]

1 diff -up e-smith-email-5.2.0/root/etc/e-smith/db/configuration/defaults/smtpd/Authentication.force_relay e-smith-email-5.2.0/root/etc/e-smith/db/configuration/defaults/smtpd/Authentication
2 --- e-smith-email-5.2.0/root/etc/e-smith/db/configuration/defaults/smtpd/Authentication.force_relay 2005-05-05 09:17:20.000000000 -0600
3 +++ e-smith-email-5.2.0/root/etc/e-smith/db/configuration/defaults/smtpd/Authentication 2010-10-04 10:32:17.000000000 -0600
4 @@ -1 +1 @@
5 -disabled
6 +enabled
7 diff -up e-smith-email-5.2.0/root/etc/e-smith/db/configuration/migrate/20smtpProxy.force_relay e-smith-email-5.2.0/root/etc/e-smith/db/configuration/migrate/20smtpProxy
8 --- e-smith-email-5.2.0/root/etc/e-smith/db/configuration/migrate/20smtpProxy.force_relay 2010-10-04 09:04:34.000000000 -0600
9 +++ e-smith-email-5.2.0/root/etc/e-smith/db/configuration/migrate/20smtpProxy 2010-10-04 10:34:41.000000000 -0600
10 @@ -1,5 +1,9 @@
11 {
12 my $proxy = $DB->get_prop('smtpd','Proxy');
13
14 - $DB->set_prop('smtpd','Proxy', 'blocked') if $proxy eq 'enabled';
15 + if ($proxy eq 'enabled')
16 + {
17 + $DB->set_prop('smtpd','Proxy', 'blocked');
18 + $DB->set_prop('smtpd','Authentication', 'enabled');
19 + }
20 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed