Changes between Version 16 and Version 17 of configure_new_server
- Timestamp:
- Nov 8, 2007, 4:26:02 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
configure_new_server
v16 v17 334 334 reject_unauth_destination, 335 335 check_policy_service inet:127.0.0.1:60000 336 smtpd_sasl_authenticated_header = yes 336 337 337 338 # TLS Stuff here: … … 508 509 509 510 * Turn on subject munging (uncomment line in /etc/spamassassin/local.cf) 510 511 * Add temporary work around to get spamassassin to properly tag messages sent to us via tls by adding this line to /etc/spamassassin/local.cf (change hostname, see http://wiki.apache.org/spamassassin/DynablockIssues):512 {{{513 header LOCAL_AUTH_RCVD Received =~ /\(using TLS.*\) by chavez\.mayfirst\.org /514 score LOCAL_AUTH_RCVD -20515 }}}516 511 517 512 * Turn off report safe (in /etc/spamassassin/local.cf set: report_safe 0)