From d86a70e3c60ee9d04619c3cdc4b8edb79510747c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Wed, 16 Sep 2009 13:32:50 +0000 Subject: [PATCH] - use password-auth common PAM configuration instead of system-auth --- postfix-pam.conf | 4 ++-- postfix.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/postfix-pam.conf b/postfix-pam.conf index 1172f8f..73e5348 100644 --- a/postfix-pam.conf +++ b/postfix-pam.conf @@ -1,3 +1,3 @@ #%PAM-1.0 -auth include system-auth -account include system-auth +auth include password-auth +account include password-auth diff --git a/postfix.spec b/postfix.spec index 6d662f0..e7a6565 100644 --- a/postfix.spec +++ b/postfix.spec @@ -40,7 +40,7 @@ Name: postfix Summary: Postfix Mail Transport Agent Version: 2.6.5 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 2 Group: System Environment/Daemons URL: http://www.postfix.org @@ -495,6 +495,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Sep 16 2009 Tomas Mraz - 2:2.6.5-2 +- use password-auth common PAM configuration instead of system-auth + * Tue Sep 01 2009 Miroslav Lichvar 2:2.6.5-1 - update to 2.6.5