Hello! I recently downloaded and installed the UWash imapd/popd package from darwinports. The install process placed the binaries in /opt/local, but it did not create a launch script.
I tried producing one myself, but when I try to telnet to the ports, this happens: [rich-mac1:~] bonomo% telnet localhost 110 Trying ::1... Connected to localhost. Escape character is '^]'. launchproxy[13020]: execv(): Bad address Connection closed by foreign host. and [rich-mac1:~] bonomo% telnet localhost 143 Trying ::1... Connected to localhost. Escape character is '^]'. launchproxy[13177]: execv(): Bad address Connection closed by foreign host. Has anyone run across this before, or have an idea of the problem? FWIW, this is the launch script I am currently using for imap; the pop script is similar. (I would not be surprised if a script problem is the source of the trouble): prompt% cat edu.washington.imap.plist ******* begin file list <?xml version="1.0" encoding="UTF-8"?> <dict> <key>Disabled</key> <false/> <key>Label</key> <string>imapd</string> <key>OnDemand</key> <false/> <key>ProgramArguments</key> <string>/opt/local/libexec/imapd</string> <key>Sockets</key> <dict> <key>Listeners</key> <dict> <key>Bonjour</key> <false/> <key>SockServiceName</key> <string>imap</string> <key>SockType</key> <string>stream</string> </dict> </dict> <key>inetdCompatibility</key> <dict> <key>Wait</key> <false/> </dict> </dict> </plist> ******** end file list The daemons *ARE* listening to the ports. BTW, does either daemon make use of hosts.allow? I am assuming they do, at the moment. Rich -- ************************************************ Richard Bonomo UW Space Astronomy Laboratory ph: (608) 263-4683 telefacsimile: (608) 263-0361 SAL-related email: [EMAIL PROTECTED] all other email: [EMAIL PROTECTED] web page URL: http://www.cae.wisc.edu/~bonomo ************************************************ _______________________________________________ Imap-uw mailing list [email protected] https://mailman1.u.washington.edu/mailman/listinfo/imap-uw
