mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-18 23:15:03 -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
|
||
|
|