diff -ruN e-smith-email-5.2.0.old/root/etc/e-smith/templates/etc/fetchmail/50multi-drop e-smith-email-5.2.0/root/etc/e-smith/templates/etc/fetchmail/50multi-drop --- e-smith-email-5.2.0.old/root/etc/e-smith/templates/etc/fetchmail/50multi-drop 2007-12-26 11:48:39.000000000 -0800 +++ e-smith-email-5.2.0/root/etc/e-smith/templates/etc/fetchmail/50multi-drop 2013-06-29 20:53:41.000000000 -0700 @@ -61,7 +61,7 @@ $OUT .= " localdomains $locals\n"; $OUT .= " username \"$SecondaryMailAccount\" "; $OUT .= "password \"$SecondaryMailPassword\" to * here\n"; - $OUT .= " smtphost 127.0.0.200\n"; + $OUT .= " smtphost 127.0.0.200" . ($smtpd{TCPPort} ? "/$smtpd{TCPPort}" : "") . "\n"; $OUT .= " fetchall\n"; $OUT .= " forcecr\n"; $OUT .= "\n";