I was using telent to check it my mail server has port 143 open. telnet mail.myserver.com 143
That's how you test if a port is open ... Shai On 10/9/05, Gabriel Lai Yong Shern <[EMAIL PROTECTED]> wrote: > instead of using telnet, maybe you can switch to ssh? port 22 is much > more safer. > > Shai wrote: > > >Miki, > >You know what, I got it working as well.. but now I can't connect via > >telnet port 143 ... :\ > >SMTP is working, I can go in SM and view my mail (and quota is working > >there...) but I can't telnet .. :( > > > >switching everything back to the way it was 10min ago corrects the > >telnet issue but then quota doesn't work again ... > > > >Any ideas? > > > >Shai > > > >On 4/19/05, Miki <[EMAIL PROTECTED]> wrote: > > > > > >> Hi! > >> I finally made this in order to have the QUOTA Capability activated. I > >>edited the file /etc/init.d/qmail: > >> ... > >> > >> start) > >> # have a silent kill in case someone tries to start the service when it > >> # is already running > >> $0 stop >/dev/null 2>&1 > >> echo -n "Starting qmail-toaster: svscan" > >> cd /var/qmail/supervise > >> env - PATH="$PATH" svscan & > >> echo $! > /var/run/svscan.pid > >> echo "." > >> /usr/lib/courier/imapd.rc start > >> ;; > >> stop) > >> echo -n "Stopping qmail-toaster: svscan" > >> kill `cat /var/run/svscan.pid` > >> echo -n " qmail" > >> svc -dx /var/qmail/supervise/* > >> echo -n " logging" > >> svc -dx /var/qmail/supervise/*/log > >> echo "." > >> /usr/lib/courier/imapd.rc stop > >> ;; > >> > >> ... > >> > >> I put this two lines above and erased the directory > >>/var/qmail/supervise/imap4 in order to let courier-imap server work as > >>standalone. Now it reads the configuration file in /etc/courier/imapd . > >> I have the quota_usage plugin working perfectly on squirrelmail. > >> > >> Bye! > >> > >> > >> > >> > >> Miki wrote: > >>Hi! > >> > >> Does anybody knows where is the real configuration file for Courier Imap on > >>a qmail-toaster system installed with Nate's Script? I need to activate > >>QUOTA capability in order to use quota_usage plugin in squirrelmail. > >> > >> Thanks in advance! > >> > >> > >> > >> Miki wrote: > >> > >> > >>Hi! > >> I'm trying to config the quota_usage plugin for the las stable version of > >>Squirrelmail (*1.4.4*) , but I've got some errors. I configure the plugin > >>and load it in squirrelmail, but when I log in whit an account with a quota > >>defined, no appears on the left frame. I've tried the two ways that > >>quota_usage shows the quota (fancy and html), but it doesn't wok either. > >>I've discoverd that the QUOTA capability isn't activated in courier imap. If > >>I do a telnet to port 143 I get this: > >> > >> [EMAIL PROTECTED] authlib]# telnet localhost 143 > >> Trying 127.0.0.1... > >> Connected to localhost. > >> Escape character is '^]'. > >> * OK [CAPABILITY IMAP4rev1 ACL ACL2=UNION] Courier-IMAP ready. Copyright > >>1998-2004 Double Precision, Inc. See COPYING for distribution information. > >> > >> I looked at the config file in /etc/courier/imapd.dist and QUOTA is > >>enabled!! I think that que courier daemon is not getting the configuration > >>info from that file beacuse of the tcpserver... > >> So, how can I tell courier to activate the QUOTA capability??? Quota_unage > >>plugin needs this capability in order to work. > >> I'm using nate's install old script (not the last one). > >> > >> Thanks a lot! > >> > >> > >> > >> > >> > >> -- > >>---------------------------------------------------------------------- > >>Mail enviado a través de dOb-World (www.dob-world.com) > >>30 Mb, Anti-Spam, Anti-Virus, POP3, IMAP,Webmail... Gratis! > >>Date de alta en: > >>http://www.dob-world.com/cgi-bin/vqregister/vqregister.cgi > >>---------------------------------------------------------------------- > >> > >>No acepto adjuntos en formatos cerrados: > >>http://www.gnu.org/philosophy/no-word-attachments.es.html > >> > >>BOFH excuse #274: > >> > >>It was OK before you touched it. > >> > >> > >> > >> > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
