From 1788ce525b3822f523d76a8e943f51512006a7fa Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 2 Sep 2016 12:05:33 +0200 Subject: [PATCH] bin/dbq-dir2sqlite --- etc/dbs.yaml | 6 ------ etc/dbs/postfix.php | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/etc/dbs.yaml b/etc/dbs.yaml index 0fc34a49..c0e1c98b 100644 --- a/etc/dbs.yaml +++ b/etc/dbs.yaml @@ -41,9 +41,3 @@ izi-dev: #user: nico _import: - izi - -postfix: - title: Postfix on Izideal - host: admin.izideal.vpn - user: postfix - type: mysql diff --git a/etc/dbs/postfix.php b/etc/dbs/postfix.php index d07fb0f7..ee0122d3 100644 --- a/etc/dbs/postfix.php +++ b/etc/dbs/postfix.php @@ -2,7 +2,7 @@ $CONF['postfix'] = array ( 'title' => 'Postfix on Izideal', 'type' => 'mysql', - 'host' => 'media.izideal.vpn', + 'host' => 'admin.izideal.vpn', 'user' => 'postfix', ); ?> -- 2.47.3