/[smecontribs]/rpms/smeserver-fetchmail/contribs10/smeserver-fetchmail-1.6-Switch-smptd-to-qpsmtpd-in-panel-perl.patch
ViewVC logotype

Contents of /rpms/smeserver-fetchmail/contribs10/smeserver-fetchmail-1.6-Switch-smptd-to-qpsmtpd-in-panel-perl.patch

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


Revision 1.1 - (show annotations) (download)
Sun Dec 27 19:53:43 2020 UTC (3 years, 4 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-fetchmail-1_6-24_el7_sme, smeserver-fetchmail-1_6-18_el7_sme, smeserver-fetchmail-1_6-22_el7_sme, smeserver-fetchmail-1_6-21_el7_sme, smeserver-fetchmail-1_6-26_el7_sme, smeserver-fetchmail-1_6-25_el7_sme, smeserver-fetchmail-1_6-20_el7_sme, smeserver-fetchmail-1_6-23_el7_sme, smeserver-fetchmail-1_6-17_el7_sme, smeserver-fetchmail-1_6-19_el7_sme, HEAD
* Sun Dec 27 2020 Brian Read <brianr@bjsystems.co.uk> 1.6-17.sme
- Switch-smptd-to-qpsmtpd-in-panel-perl [SME: 11058]

1 diff -urN smeserver-fetchmail-1.6.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/fetchmail.pm smeserver-fetchmail-1.6/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/fetchmail.pm
2 --- smeserver-fetchmail-1.6.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/fetchmail.pm 2020-12-24 07:28:46.229198724 +0000
3 +++ smeserver-fetchmail-1.6/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/fetchmail.pm 2020-12-27 19:43:11.797659648 +0000
4 @@ -187,12 +187,12 @@
5 $FMRoutingNNTP = 1 if ( ( $FM->prop('RoutingNNTP') || 'NO' ) eq 'YES' ) ;
6 # we need also information about smtpfront-qmail
7 # PS 2005/08/02 -> 1.3.4-05
8 - # SME7 no longer use smtpfront-qmail, but use smtpd instead
9 + # SME7 no longer use smtpfront-qmail, but use qpsmtpd instead
10 my $SysConfig = $db->get('sysconfig') ;
11 my $SMEVersion = ( $SysConfig->prop('ReleaseVersion') || 0 ) ;
12 $SMEVersion =~ s/^(\d+)\..*$/$1/ ;
13 my $MailSystem = 'smtpfront-qmail' ;
14 - $MailSystem = 'smtpd' if ( $SMEVersion > 6 ) ;
15 + $MailSystem = 'qpsmtpd' if ( $SMEVersion > 6 ) ;
16 $self->debug_msg("'fetchmail_SMTPProxy' : Major Version = $SMEVersion - Mailsystem = $MailSystem.") ;
17 my $SmtpProxy = $db->get($MailSystem)
18 or ($self->error('ERR_NO_SMTPFRONT-QMAIL_RECORD') and return undef) ;

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