mirror of
https://github.com/moparisthebest/mailiverse
synced 2025-01-09 12:38:06 -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
|
|
|