mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-19 07:25:05 -05:00
6 lines
114 B
Plaintext
6 lines
114 B
Plaintext
|
HOSTNAME=mail.mailiverse.com
|
||
|
HOST=`nslookup $HOSTNAME | grep Address | tail -n 1 | cut -d " " -f 2`
|
||
|
|
||
|
export HOST
|
||
|
|