/[smeserver]/rpms/smeserver-dovecot/sme10/smeserver-dovecot-1.6.0-bz9865-use-email-to-auth.patch
ViewVC logotype

Contents of /rpms/smeserver-dovecot/sme10/smeserver-dovecot-1.6.0-bz9865-use-email-to-auth.patch

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


Revision 1.1 - (show annotations) (download)
Sat May 2 21:40:16 2020 UTC (4 years ago) by jpp
Branch: MAIN
CVS Tags: smeserver-dovecot-1_6_0-21_el7_sme, smeserver-dovecot-1_6_0-18_el7_sme, smeserver-dovecot-1_6_0-13_el7_sme, smeserver-dovecot-1_6_0-20_el7_sme, smeserver-dovecot-1_6_0-10_el7_sme, smeserver-dovecot-1_6_0-15_el7_sme, smeserver-dovecot-1_6_0-16_el7_sme, smeserver-dovecot-1_6_0-11_el7_sme, smeserver-dovecot-1_6_0-12_el7_sme, smeserver-dovecot-1_6_0-17_el7_sme, smeserver-dovecot-1_6_0-8_el7_sme, smeserver-dovecot-1_6_0-6_el7_sme, smeserver-dovecot-1_6_0-14_el7_sme, smeserver-dovecot-1_6_0-7_el7_sme, smeserver-dovecot-1_6_0-9_el7_sme, smeserver-dovecot-1_6_0-19_el7_sme, HEAD
* Sat May 02 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.6.0-6.sme
- add property AcceptFullEmail with anabled as default [SME: 9865]
  * this allow to login using either username or username@domain.tld
    dovecot get the username part.

1 diff -Nur smeserver-dovecot-1.6.0.old/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/12usernameFormat smeserver-dovecot-1.6.0/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/12usernameFormat
2 --- smeserver-dovecot-1.6.0.old/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/12usernameFormat 1969-12-31 19:00:00.000000000 -0500
3 +++ smeserver-dovecot-1.6.0/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/12usernameFormat 2020-05-02 17:36:56.774000000 -0400
4 @@ -0,0 +1,6 @@
5 +{
6 +$OUT = "#only accept username as default, not " unless ($dovecot{AcceptFullEmail} || "enabled" ) eq "enabled";
7 +
8 +$OUT = "auth_username_format = \%n";
9 +
10 +}

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