Set mailname for onion only installs
This commit is contained in:
parent
c855eb244f
commit
d2672e31a8
|
@ -140,6 +140,8 @@ function final_set_onion_hostname {
|
|||
hostname "$onion_domain"
|
||||
|
||||
echo "127.0.1.1 $onion_domain" >> /etc/hosts
|
||||
|
||||
echo "$onion_domain" > /etc/mailname
|
||||
}
|
||||
|
||||
function setup_final {
|
||||
|
|
Loading…
Reference in New Issue