mailinabox icon indicating copy to clipboard operation
mailinabox copied to clipboard

Run without prompt

Open lfaoro opened this issue 9 years ago • 4 comments

Is there a way for us to run the start.sh script silently specifying the settings on the command line and avoid getting domain name prompt?

lfaoro avatar Feb 06 '16 14:02 lfaoro

Yep, see https://github.com/mail-in-a-box/mailinabox/blob/master/Vagrantfile#L21.

JoshData avatar Feb 07 '16 00:02 JoshData

Also #737.

JoshData avatar May 19 '16 22:05 JoshData

Image

I ran sudo PRIMARY_HOSTNAME=auto mailinabox but still getting the above in v71a

bilogic avatar Feb 26 '25 01:02 bilogic

I ran sudo PRIMARY_HOSTNAME=auto mailinabox but still getting the above in v71a

You should also set NONINTERACTIVE=1, PUBLIC_IP=auto and PUBLIC_IPV6=auto

kiekerjan avatar Mar 06 '25 20:03 kiekerjan