X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=vpn-mail-forward;h=30159a130f604d32c7b2026ce1913724ad160871;hb=8a6b446c7e336596af614c853e1c6177e55a7983;hp=9a86e690bb29f3916121c3ec15e86ef79f19dcd1;hpb=e893484a0470843582699dc41fe9d69388c63c02;p=distro-setup diff --git a/vpn-mail-forward b/vpn-mail-forward index 9a86e69..30159a1 100755 --- a/vpn-mail-forward +++ b/vpn-mail-forward @@ -10,7 +10,7 @@ do-forward() { done } -ports=(25 993) +ports=(25 143 587) case $1 in start) do-forward -A ${ports[@]}