Re: Perdition with ispman: installation problem
Atif Ghaffar <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Ezio, Yes your cyrus is still using port 110 and 143. Modify them in /etc/cyrus.conf replace pop3 cmd="pop3d" listen="pop3" prefork..... to with pop3 cmd="pop3d" listen="1110" prefork.... (note one thousand, one hundred and 10) replace imap cmd="imapd" listen="imap" pre.... with imap cmd="imapd" listen="1143" pre (note one thousand, one hundred and forty three) Stop the Cyrus server. Stop the perdition services. Start the Cyrus server. run netstat -ntap | grep 1110 There should be cyrus running on it. Also run netstat -ntap | grep 110 (make sure there is nothing listening on this port) Modify for perdition config for pop3. set listen_port to 110, set outgoing_port to 1110 Modify for perdition config for imap. set listen_port to 143, set outgoing_port to 1430 start perdition netstat -ntap | grep 110 (there must be perdition running on it. best regards On Thu, 18 Nov 2004 13:02:30 +0100, Ezio Paglia <ezio-sOFouQoV90PFIYnzvfs/[email protected]> wrote: > Hi Wim and all. > Thank you. > > Added ssl_mode=none in perdition.conf > > Something starts > > Starting /usr/sbin/perdition.pop3... > Starting /usr/sbin/perdition.pop3s... > Starting /usr/sbin/perdition.imap4... > Starting /usr/sbin/perdition.imaps... > ispman:/etc/perdition# ps -ef|grep perdition > nobody 5960 1 0 12:54 ? 00:00:00 perdition.pop3s > nobody 5966 1 0 12:54 ? 00:00:00 perdition.imaps > > Why do pop3 and imap do not start ? > > ispman:/etc/perdition# telnet localhost 110 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > +OK ispman Cyrus POP3 v2.1.16-IPv6-Debian-2.1.16-10 server ready > <1278243788.1100778947@ispman> > USER ezio-m/[email protected] > -ERR [AUTH] Invalid user > USER ezio_saturno_gol_grosseto_it > +OK Name is a valid mailbox > > Username still in _ format. > > Why ? Maybe port 110 is Cyrus again, perdition.pop3s and perdition.imaps > start because they work on other port. > > Ciao. > Ezio. > > > > >That's strange... I have essentially the same configuration but don't have > >that problem. Perhaps try forcing ssl_mode=none in perdition.conf... > > -- > Ezio Paglia > Sistema Informativo e Architetture > SED Comune di Grosseto > > ------------------------------------------------------- > This SF.Net email is sponsored by: InterSystems CACHE > FREE OODBMS DOWNLOAD - A multidimensional database that combines > robust object and relational technologies, making it a perfect match > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > _______________________________________________ > Ispman-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ispman-users > ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8