https://bugs.exim.org/show_bug.cgi?id=2501
--- Comment #4 from [email protected] --- So, just to be clear - this would be already enough to trigger the config validation error: gssapi_auth: driver = heimdal_gssapi but I have the keytab file not at the default place. So this is my minimum gssapi_auth authenticator to trigger it: 906 gssapi_auth: 907 driver = heimdal_gssapi 908 server_keytab = /etc/exim4/krb5.keytab 909 910 cram_md5: 911 driver = cram_md5 912 public_name = CRAM-MD5 913 client_name = ${extract{1}{:}{${lookup{$host}nwildlsearch{CONFDIR/passwd.client}{$value}fail}}} 914 client_secret = ${extract{2}{:}{${lookup{$host}nwildlsearch{CONFDIR/passwd.client}{$value}fail}}} -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
