I am trying to get my mail server (mailu) to send mail to gmail but it appears verizon blocks all outgoing smtp (25) traffic to other mail servers.
root@NY:/mailu# traceroute -n -T -p 25 alt2.gmail-smtp-in.l.google.comtraceroute to alt2.gmail-smtp-in.l.google.com (172.253.116.27), 30 hops max, 60 byte packets1 192.168.1.1 0.527 ms 1.001 ms 0.955 ms2 * * *3 * * *4 * * *5 * * *6 * * *7 * * *8 * * *9 * * *10 * * *11 * * *12 * * *13 * * *14 * * *15 * * *16 * * *17 * * *18 * * *19 * * *20 * * *21 * * *22 * * *23 * * *24 * * *25 * * *26 * * *27 * * *28 * * *29 * * *30 * * *
I am wondering if it is possible to unblock outgoing smtp, I haven't found a way through the web gui but Verizon does offer ssh access so there might be a way to do it through the os itself.
Edit: Commands I have access to: (Might be able to add applications to the /bin)
/ $ helpBuilt-in commands:------------------ . : [ [[ alias bg break cd chdir command continue echo eval exec exit export false fg getopts hash help history jobs kill let local printf pwd read readonly return set shift source test times trap true type ulimit umask unalias unset wait