From: Nicolas Boisselier Date: Fri, 2 Sep 2016 10:05:33 +0000 (+0200) Subject: bin/dbq-dir2sqlite X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=1788ce525b3822f523d76a8e943f51512006a7fa;p=nb.git bin/dbq-dir2sqlite --- 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', ); ?>