Displaying 4 results from an estimated 4 matches for "pgsql2".
Did you mean:
pgsql
2008 Feb 16
2
Dovecot pgsqlauthentication database reconnection/failover problem
...nd any specific setting in dovecot.conf to
handle this reconnection problem, I opt to build a failover pgsql backend.
Google led me to
http://www.dovecot.org/list/dovecot/2008-January/027899.html. I followed the
thread to modify my dovecot-sql.conf containing "connect = host=pgsql1
host=pgsql2 dbname=xxxx user=xxxx"
If both databases are available, dovecot will choose pgsql2 as the default
one, and user login works flawlessly. But when I block all traffic to host
pgsql2, dovecot will repeatedly try pgsql2 and neglect available host pgsql1.
I don't find relevent informat...
2018 Jul 26
2
mdbox_deleted proper syntax
...ibe
special_use = \Sent
}
mailbox trash {
auto = subscribe
autoexpunge = 30 days
special_use = \Trash
}
prefix =
separator = /
subscriptions = yes
type = private
}
passdb {
args = /etc/dovecot/dovecot-pgsql.conf
driver = sql
}
passdb {
args = /etc/dovecot/dovecot-pgsql2.conf
driver = sql
}
passdb {
args = cache_key=%u%r%l *
driver = bsdauth
}
plugin {
antispam_backend = mailtrain
antispam_mail_notspam = learn_ham
antispam_mail_sendmail = /usr/local/bin/rspamc
antispam_mail_sendmail_args = -h;127.0.0.1:11334;-P;q1
antispam_mail_spam = learn_spam
a...
2014 Feb 05
1
Make SSH_ORIGINAL_COMMAND available in AuthorizedKeysCommand context
...o the AuthorizedKeysCommand script. Currently, the only
alternative to this is to use the login itself (we have around 30k+
different 'hosts' that might want to connect to our servers) to identify
the client, but that come with the need of a custom nss endpoint
configuration (we use libnss-pgsql2 ) to support dynamic user lookup, and
more work (to manage uid & co)
Using 'one' standard user file was enough (and a lot simplier), as those
hosts don't need to do anything but to setup a revert port forwarding
rule, and are bound to a very limited shell.
My (now useless) /home/...
2018 Jul 30
0
mdbox_deleted proper syntax
...> autoexpunge = 30 days
> special_use = \Trash
> }
> prefix =
> separator = /
> subscriptions = yes
> type = private
> }
> passdb {
> args = /etc/dovecot/dovecot-pgsql.conf
> driver = sql
> }
> passdb {
> args = /etc/dovecot/dovecot-pgsql2.conf
> driver = sql
> }
> passdb {
> args = cache_key=%u%r%l *
> driver = bsdauth
> }
> plugin {
> antispam_backend = mailtrain
> antispam_mail_notspam = learn_ham
> antispam_mail_sendmail = /usr/local/bin/rspamc
> antispam_mail_sendmail_args = -h;127....