postfixadminで特定ドメインだけを移設する
546 ワード
postfixadminを使っているサーバ間で特定ドメインだけを移設したい場合のデータベースのバックアップ/リストア方法。
移設元
mysqldump -p --where 'domain like "example.com"' -t postfix alias mailbox domain > postfixadmin_example.com.sql
移設先
mysql -p postfix < postfixadmin_example.com.sql
mysqldump -p --where 'domain like "example.com"' -t postfix alias mailbox domain > postfixadmin_example.com.sql
mysql -p postfix < postfixadmin_example.com.sql
Author And Source
この問題について(postfixadminで特定ドメインだけを移設する), 我々は、より多くの情報をここで見つけました https://qiita.com/biatunky/items/25e4ad20ad655185be2a著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .