wp-cli core install unknown: fatal: file /etc/postfix/main.cf: parameter mail_owner: user postfix has same user ID as _postfix
I’m trying to setup two wordpress virtual hosts on my macbook using a shell script composer and wp-cli. The first virtual host has been working perfectly. When I run the script for the 2nd virtual host I get these messages:
*unknown: “fatal: file /etc/postfix/main.cf: parameter mail_owner: user postfix has same user ID as _postfix
Created single site database tables.
Set up multisite database tables.
Success: Network installed. Don’t forget to set up rewrite rules.
WP Core Installed”*
after this command is executed:
wp core multisite-install –url=”dev.XXXXX.wp” –title=”XXXXX” –admin_user=”XXXXXadmin” –admin_password=”XXXXX123″ –admin_email=”support@XXXXX.com”
It appears to still work ok (I have some redirection issues) but I haven’t fully tested yet not knowing if I have to fix that error above first. Thanks
Leave an answer