Changeset 1521
- Timestamp:
- 08/13/10 15:46:06 (1 year ago)
- Files:
-
- 5200R/trunk/ui/base-email.mod/Makefile (modified) (1 diff)
- 5200R/trunk/ui/base-email.mod/glue/handlers/enable.pl (modified) (1 diff)
- 5200R/trunk/ui/base-email.mod/templates/rpmdefs.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
5200R/trunk/ui/base-email.mod/Makefile
r1495 r1521 8 8 9 9 VERSION=1.5.0 10 RELEASE=0BQ2 710 RELEASE=0BQ28 11 11 12 12 # add a buildarch if desired 5200R/trunk/ui/base-email.mod/glue/handlers/enable.pl
r1459 r1521 140 140 141 141 # smtps port 142 if ($obj->{enableSMTPS} ) {142 if ($obj->{enableSMTPS} || $obj->{enableTLS}) { 143 143 $smtpsPort =<<END; 144 144 smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem 5200R/trunk/ui/base-email.mod/templates/rpmdefs.tmpl
r1495 r1521 118 118 119 119 <begin $CHANGELOG> 120 * Fri Aug 13 2010 Hisao SHIBUYA <shibuya@bluequartz.org> 1.5.0-0BQ28 121 - resolved the issue that TLS doesn't work when SMTPS is disabled. 122 120 123 * Fri Jun 25 2010 Hisao SHIBUYA <shibuya@bluequartz.org> 1.5.0-0BQ27 121 124 - use postalias instead of postmap due to the warning.
