search for: smtpd_sasl

Displaying 2 results from an estimated 2 matches for "smtpd_sasl".

2012 Mar 25
2
build postfix rpm with mysql
...lias_maps and alias_database default directory to use # %{_sysconfdir}/postfix bin/postconf -c ${RPM_BUILD_ROOT}%{_sysconfdir}/postfix -e \ "alias_maps = hash:%{_sysconfdir}/postfix/aliases" \ "alias_database = hash:%{_sysconfdir}/postfix/aliases" \ || exit 1 # Change default smtpd_sasl... parameters for dovecot # - override postfix default behaviour IFF not using cyrus sasl. # - main.cf can still be adjusted manually after installation if required. %if %{with_dovecot} if [ "%{with_sasl}" = 0 ]; then bin/postconf -c ${RPM_BUILD_ROOT}%{_sysconfdir}/postfix -e \ &qu...
2011 Nov 19
4
build postfix spec w/ mysql
...lias_maps and alias_database default directory to use # %{_sysconfdir}/postfix bin/postconf -c ${RPM_BUILD_ROOT}%{_sysconfdir}/postfix -e \ "alias_maps = hash:%{_sysconfdir}/postfix/aliases" \ "alias_database = hash:%{_sysconfdir}/postfix/aliases" \ || exit 1 # Change default smtpd_sasl... parameters for dovecot # - override postfix default behaviour IFF not using cyrus sasl. # - main.cf can still be adjusted manually after installation if required. %if %{with_dovecot} if [ "%{with_sasl}" = 0 ]; then bin/postconf -c ${RPM_BUILD_ROOT}%{_sysconfdir}/postfix -e \ &qu...