search for: c8dtum5k

Displaying 7 results from an estimated 7 matches for "c8dtum5k".

2017 Jul 10
2
Master auth only
...gt;> >> >> The master auth is correctly configured. >> >> I want to accomplished to have user database only on one place >> (=proxy). Any hints? >> >> azur > > Can you show your backend doveconf -n? > > Aki Here it is: https://pastebin.com/C8dTUm5k
2017 Jul 10
2
Master auth only
...ed to have user database only on one place >> >> (=proxy). Any hints? >> >> >> >> azur >> > >> > Can you show your backend doveconf -n? >> > >> > Aki >> >> >> >> Here it is: >> https://pastebin.com/C8dTUm5k > > Try adding another entry after the first passdb (order matters) > > passdb { > driver = static > args = nopassword > deny = yes > skip = authenticated > } > > Aki This seems to be working, thank you. Can you explain me why it's needed?
2017 Jul 12
3
Master auth only
...t;>>> > >>>>> azur > >>>> > >>>> Can you show your backend doveconf -n? > >>>> > >>>> Aki > >>> > >>> > >>> > >>> Here it is: > >>> https://pastebin.com/C8dTUm5k > >> > >> Try adding another entry after the first passdb (order matters) > >> > >> passdb { > >> driver = static > >> args = nopassword > >> deny = yes > >> skip = authenticated > >> } > >> > >>...
2017 Jul 10
0
Master auth only
...; >> > >> I want to accomplished to have user database only on one place > >> (=proxy). Any hints? > >> > >> azur > > > > Can you show your backend doveconf -n? > > > > Aki > > > > Here it is: > https://pastebin.com/C8dTUm5k Try adding another entry after the first passdb (order matters) passdb { driver = static args = nopassword deny = yes skip = authenticated } Aki
2017 Jul 11
0
Master auth only
...e >>>>> (=proxy). Any hints? >>>>> >>>>> azur >>>> >>>> Can you show your backend doveconf -n? >>>> >>>> Aki >>> >>> >>> >>> Here it is: >>> https://pastebin.com/C8dTUm5k >> >> Try adding another entry after the first passdb (order matters) >> >> passdb { >> driver = static >> args = nopassword >> deny = yes >> skip = authenticated >> } >> >> Aki > > > > > This seems to be working,...
2017 Jul 12
0
Master auth only
...h is correctly configured. >> >> I want to accomplished to have user database only on one place >> (=proxy). Any hints? >> >> azur >> >> Can you show your backend doveconf -n? >> >> Aki >> >> Here it is: >> https://pastebin.com/C8dTUm5k >> >> Try adding another entry after the first passdb (order matters) >> >> passdb { >> ? driver = static >> ? args = nopassword >> ? deny = yes >> ? skip = authenticated >> } >> >> Aki >> >> This seems to be working, tha...
2017 Jul 10
3
Master auth only
Hi, i'm trying to configure Dovecot proxy with user authentication on proxy side only, so backends will authenticate using master password (proxy is configured to send it). The problem is that Dovecot, on backends, is telling me that i need to configure at least one auth mechanism: auth: Fatal: No passdbs specified in configuration file. LOGIN mechanism needs one The master auth