I am only using the /usr/local/etc/bincimap/imap for localhost ie squirrel mail
through and https connection. So just modifing the files that imap uses should work
right.
It is not exactly what you suggested but i thought it should work OK. however it dosnt
seem to be working when i try to log in useing squirrel mail i get this in my log file
*****/var/log/bincimap/current
@4000000040c3f4880f4fceb4 10021 0 [EMAIL PROTECTED]:] Client connected to Binc IMAP
from 127.0.0.1
@4000000040c3f48812d7b13c 10021 1 [EMAIL PROTECTED]:] Client disconnected
@4000000040c3f48812fc409c 10021 2 [EMAIL PROTECTED]:] Unprivileged stub shutting down
- read:0 bytes, wrote:0 bytes.
*****Here is my important files
*****/usr/local/etc/bincimap/imap/run
#!/bin/sh
# $Id: run.in,v 1.1.1.1 2003/08/18 18:06:05 andreaha Exp $
# daemontools supervise run-file for Binc IMAP Service.
exec 2>&1
exec tcpserver -c 100 -u 0 -g 0 \
-l $(hostname) -HDRP \
127.0.0.1 143 \
/usr/local/bin/bincimap-up \
--logtype=multilog \
--conf=/usr/local/etc/bincimap/bincimap.conf --allow-plain --\
/usr/local/bin/checkpassword \
/usr/local/bin/bincimapd
*****/usr/local/etc/bincimap/imap/log/run
#!/bin/sh
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307,
# USA.
# $Id: run.in,v 1.1 2003/08/23 12:53:25 andreaha Exp $
# daemontools supervise run-file for Binc IMAP Service.
exec 2>&1
exec multilog t n5 s1048576 /var/log/bincimap
***** /usr/local/etc/bincimap/imaps/run
#!/bin/sh
# $Id: run-ssl.in,v 1.1.1.1 2003/08/18 18:06:05 andreaha Exp $
# daemontools supervise run-file for Binc IMAP Service.
exec 2>&1
exec tcpserver -c 100 -u 0 -g 0 \
-l $(hostname) -HDRP \
68.146.233.221 993 \
/usr/local/bin/bincimap-up \
--logtype=multilog \
--conf=/usr/local/etc/bincimap/bincimap.conf --ssl -- \
/usr/local/bin/checkpassword \
/usr/local/bin/bincimapd
*****/usr/local/etc/bincimap/imaps/log/run
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307,
# USA.
# $Id: run.in,v 1.1 2003/08/23 12:53:25 andreaha Exp $
# daemontools supervise run-file for Binc IMAP Service.
exec 2>&1
exec multilog t n5 s1048576 /var/log/bincimap-ssl
My remote IMAP client seems to work ie Outlook Express connecting useing the imaps
server. Can i use a host name like computerking.ca instead of ip address sometimes my
ip changes and i forget all the files i have to modify.
*****/var/log/bincimap-ssl/current
@4000000040c3f5cc0b967804 10029 0 [EMAIL PROTECTED]:] Client connected to Binc IMAP
from 68.146.190.96
@4000000040c3f5cd0dd344bc 10030 0 [EMAIL PROTECTED]:] User <rmvg> entered
authenticated mode.
Thank you in advance.....