You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345 |
- hosts = POSTGRES_HOST
- user = POSTGRES_USER
- password = POSTGRES_PASSWORD
- dbname = POSTGRES_DB
- query = SELECT domain FROM domain WHERE domain='%s' and backupmx = false and active = true
|