
- #What port to use for email on mac for mac os x
- #What port to use for email on mac serial number
- #What port to use for email on mac update
- #What port to use for email on mac tv
#What port to use for email on mac for mac os x
Server administration tools for Mac OS X Server v10.4 or earlier, including AppleShare IP MacOS Printer Sharing, printing to many common printers
#What port to use for email on mac serial number
Server serial number registration (Xsan, Mac OS X Server v10.3 – v10.6) IMAP administration (Mac OS X Server v10.2.8 or earlier) Open Directory, Server app, Workgroup Manager Directory Services in OS X Lion or earlier Open Directory Proxy (ODProxy) (unregistered use) Lights Out Monitoring (LOM) feature of Intel-based Xserve computers, Server Monitor Mail (sending mail), iCloud Mail (SMTP authentication) Printing to a network printer, Printer Sharing in macOSĪppleShare, Personal File Sharing, Apple File ServiceĪirPlay, QuickTime Streaming Server (QTSS), streaming media players

Line Printer (LPR), Line Printer Daemon (LPD) Message Submission for Mail (Authenticated SMTP)
#What port to use for email on mac update
TLS websites, iTunes Store, Software Update (OS X Mountain Lion and later), Spotlight Suggestions, Mac App Store, Maps, FaceTime, Game Center, iCloud authentication and DAV Services (Contacts, Calendars, Bookmarks), iCloud backup and apps (Calendars, Contacts, Find My iPhone, Find My Friends, Mail, iMessage, Documents & Photo Stream), iCloud Key Value Store (KVS), iPhoto Journals, AirPlay, macOS Internet Recovery, Profile Manager, Dictation, Siri, Xcode Server (hosted and remote Git HTTPS, remote SVN HTTPS, Apple Developer registration), Push notifications ( if necessary) Lightweight Directory Access Protocol (LDAP)Īpps that look up addresses, such as Mail and Address Book

Xsan Admin (OS X Mountain Lion v10.8 and later) Server app, Server Admin, Workgroup Manager, Server Monitor, Xsan Admin Simple Network Management Protocol (SNMP)ĪirPort Base Station PPP status or discovery (certain configurations), AirPort Admin Utility, AirPort Express Assistant Microsoft Windows file and print services, such as Windows Sharing in macOS Windows Datagram Service, Windows Network Neighborhood
#What port to use for email on mac tv
Kerberos, including Screen Sharing authenticationĪuthenticated Post Office Protocol (APOP)ĭate & Time preferences, network time server synchronization, Apple TV network time server sync World Wide Web, FaceTime, iMessage, iCloud, QuickTime Installer, Maps, iTunes U, Apple Music, iTunes Store, Podcasts, Internet Radio, Software Update (OS X Lion or earlier), Mac App Store, RAID Admin, Backup, Calendar, WebDAV, Final Cut Server, AirPlay, macOS Internet Recovery, Profile Manager, Xcode Server (Xcode app, hosted and remote Git HTTP, remote SVN HTTP)

Mail (sending email) iCloud Mail (sending email)īootstrap Protocol Server (BootP, bootps)

Xcode Server (hosted and remote Git+SSH remote SVN+SSH) This flushed the packet filter, releasing port 80 (and others I assume 8080, 443, whatever ports apache might be tying up)Īfter that, and relaunching the python server, it came right up.Secure Shell (SSH), SSH File Transfer Protocol (SFTP), and Secure copy (scp) The fix for me (after way too much searching) was simple: System/Library/LaunchDaemons/: Could not find specified serviceĬOMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME Here are the symptoms: $ launchctl unload -w /System/Library/LaunchDaemons/ Sudo python -m SimpleHTTPServer 81 - would work Sudo python -m SimpleHTTPServer 80 - wouldn't work It would work on port 81, but not on port 80. I was using the built in web server for Python as an easy test. I was having this issue, apache was disabled via launchctl, but was still tying up port 80 after launch, I could start up apache and it would work, but after unloading it, I couldn't start up anything on port 80.
