Re: Disabling passdb pam in local.conf

2016-06-28 Thread Patrick Ben Koetter
* Timo Sirainen : > Hmm. If you want to just kludge it, I guess you could do a 00-auth.conf: > > passdb { > driver = whatever you want for your real passdb > args = etc > result_failure = return > result_internalfail = return > } > > So even though pam is still in the config, it's just ne

Re: Disabling passdb pam in local.conf

2016-06-28 Thread Timo Sirainen
On 22 Jun 2016, at 09:48, Patrick Ben Koetter wrote: > > * Patrick Ben Koetter : >> * Marcus Rueckert : What am I missing? >>> >>> That 10-auth.conf is actually meant to be edited. most distros should >>> have configuration file handling pretty much figured out by now. so >>> none of your c

Re: Disabling passdb pam in local.conf

2016-06-22 Thread Benny Pedersen
On 2016-06-21 13:46, Ralf Hildebrandt wrote: * Edgar Pettijohn : > Only /etc/dovecot/local.conf should be changed. > So you want the standard files to remain unchanged from default settings and override them with your settings in local.conf? Exactly (he said that in his initial mail). so we

Re: Disabling passdb pam in local.conf

2016-06-22 Thread Peter Chiochetti
Am 2016-06-21 um 13:51 schrieb Ralf Hildebrandt: * Patrick Ben Koetter : Greetings, I'm trying to create a configuration that leaves every config file deployed by an install process or paket management software untouched. The goal is to put every configuration required into /etc/dovecot/local.c

Re: Disabling passdb pam in local.conf

2016-06-21 Thread Patrick Ben Koetter
* Patrick Ben Koetter : > * Marcus Rueckert : > > > What am I missing? > > > > That 10-auth.conf is actually meant to be edited. most distros should > > have configuration file handling pretty much figured out by now. so > > none of your changes to those files should get lost. also configuration >

Re: Disabling passdb pam in local.conf

2016-06-21 Thread Patrick Ben Koetter
* Marcus Rueckert : > > What am I missing? > > That 10-auth.conf is actually meant to be edited. most distros should > have configuration file handling pretty much figured out by now. so > none of your changes to those files should get lost. also configuration > management comes to mind. As I rep

Re: Disabling passdb pam in local.conf

2016-06-21 Thread Marcus Rueckert
On Mon, 20 Jun 2016 22:03:44 +0200 Patrick Ben Koetter wrote: > Greetings, > > I'm trying to create a configuration that leaves every config file > deployed by an install process or paket management software > untouched. The goal is to put every configuration required > into /etc/dovecot/local.co

Re: Disabling passdb pam in local.conf

2016-06-21 Thread Edgar Pettijohn
On 16-06-21 07:20:49, Edgar Pettijohn wrote: > > > Sent from my iPhone > > > On Jun 21, 2016, at 6:46 AM, Ralf Hildebrandt wrote: > > > > * Edgar Pettijohn : > > > >>> Only /etc/dovecot/local.conf should be changed. > >> So you want the standard files to remain unchanged from default settings

Re: Disabling passdb pam in local.conf

2016-06-21 Thread Edgar Pettijohn
On 16-06-20 23:28:20, Patrick Ben Koetter wrote: > * Edgar Pettijohn : > > Is your goal to have "1" config file? > > No, that would eliminate the ability to change distro settings via the regular > package management. > > My goal is to add/remove what my service requires via the additional > loca

Re: Disabling passdb pam in local.conf

2016-06-21 Thread Edgar Pettijohn
On 16-06-20 23:28:20, Patrick Ben Koetter wrote: > * Edgar Pettijohn : > > Is your goal to have "1" config file? > > No, that would eliminate the ability to change distro settings via the regular > package management. > > My goal is to add/remove what my service requires via the additional > loca

Re: Disabling passdb pam in local.conf

2016-06-21 Thread Edgar Pettijohn
On 16-06-20 23:28:20, Patrick Ben Koetter wrote: > * Edgar Pettijohn : > > Is your goal to have "1" config file? > > No, that would eliminate the ability to change distro settings via the regular > package management. > > My goal is to add/remove what my service requires via the additional > loca

Re: Disabling passdb pam in local.conf

2016-06-21 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 21 Jun 2016, Ralf Hildebrandt wrote: I'm trying to create a configuration that leaves every config file deployed by an install process or paket management software untouched. The goal is to put every configuration required into /etc/dovecot/

Re: Disabling passdb pam in local.conf

2016-06-21 Thread Edgar Pettijohn
Sent from my iPhone > On Jun 21, 2016, at 6:46 AM, Ralf Hildebrandt wrote: > > * Edgar Pettijohn : > >>> Only /etc/dovecot/local.conf should be changed. >> So you want the standard files to remain unchanged from default settings and >> override them with your settings in local.conf? > > Exa

Re: Disabling passdb pam in local.conf

2016-06-21 Thread Ralf Hildebrandt
* Patrick Ben Koetter : > Greetings, > > I'm trying to create a configuration that leaves every config file deployed by > an install process or paket management software untouched. The goal is to put > every configuration required into /etc/dovecot/local.conf. > > I've come quite far, but I fail

Re: Disabling passdb pam in local.conf

2016-06-21 Thread Ralf Hildebrandt
* Edgar Pettijohn : > > Only /etc/dovecot/local.conf should be changed. > > > So you want the standard files to remain unchanged from default settings and > override them with your settings in local.conf? Exactly (he said that in his initial mail). -- [*] sys4 AG http://sys4.de, +49 (89) 30

Re: Disabling passdb pam in local.conf

2016-06-21 Thread Edgar Pettijohn
> On Jun 21, 2016, at 1:26 AM, Patrick Ben Koetter wrote: > > * Edgar Pettijohn : >> What distro settings? > > These files should remain unchanged: > > ~$ tree /etc/dovecot/ > /etc/dovecot/ > ├── conf.d > │ ├── 10-auth.conf > │ ├── 10-director.conf > │ ├── 10-logging.conf > │ ├── 10-m

Re: Disabling passdb pam in local.conf

2016-06-20 Thread Patrick Ben Koetter
* Edgar Pettijohn : > What distro settings? These files should remain unchanged: ~$ tree /etc/dovecot/ /etc/dovecot/ ├── conf.d │   ├── 10-auth.conf │   ├── 10-director.conf │   ├── 10-logging.conf │   ├── 10-mail.conf │   ├── 10-master.conf │   ├── 10-ssl.conf │   ├── 10-tcpwrapper.conf │   ├──

Re: Disabling passdb pam in local.conf

2016-06-20 Thread Edgar Pettijohn
What distro settings? Sent from my iPhone > On Jun 20, 2016, at 4:28 PM, Patrick Ben Koetter wrote: > > * Edgar Pettijohn : >> Is your goal to have "1" config file? > > No, that would eliminate the ability to change distro settings via the regular > package management. > > My goal is to add/r

Re: Disabling passdb pam in local.conf

2016-06-20 Thread Patrick Ben Koetter
* Edgar Pettijohn : > Is your goal to have "1" config file? No, that would eliminate the ability to change distro settings via the regular package management. My goal is to add/remove what my service requires via the additional local.conf. p@rick -- [*] sys4 AG https://sys4.de, +49 (89) 30 9

Re: Disabling passdb pam in local.conf

2016-06-20 Thread Edgar Pettijohn
Sent from my iPhone > On Jun 20, 2016, at 3:03 PM, Patrick Ben Koetter wrote: > > Greetings, > > I'm trying to create a configuration that leaves every config file deployed by > an install process or paket management software untouched. The goal is to put > every configuration required into /

Disabling passdb pam in local.conf

2016-06-20 Thread Patrick Ben Koetter
Greetings, I'm trying to create a configuration that leaves every config file deployed by an install process or paket management software untouched. The goal is to put every configuration required into /etc/dovecot/local.conf. I've come quite far, but I fail to disable pam as passdb service in lo