Commit Diff


commit - d58b36f9d3eeb714d5102b5fb9f73b2284dae2f5
commit + 4bd43ca9da9fcbee9bd51ff14337319cf142cfd5
blob - 152d15cf427a104df203fe444718537fdd1b6f18
blob + bc51089bd5f29a47a68dbccc66170971b531fbc5
--- src/cmd/upas/fs/imap4.c
+++ src/cmd/upas/fs/imap4.c
@@ -431,7 +431,7 @@ imap4dial(Imap *imap)
 	if(imap->mustssl)
 		port = "imaps";
 	else
-		port = "imap4";
+		port = "imap";
 
 	if((imap->fd = dial(netmkaddr(imap->host, "net", port), 0, 0, 0)) < 0)
 		return geterrstr();