OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Bruno Saverio Delbono (brunolucifer.at)
Date: Thu May 02 2002 - 18:56:52 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Making, drinking tea and reading an opus magnum from Todd Ratson:

    > I have installed qmail/pop3/courier-imap on OpenBSD 3.0 and cannot
    > get a connection to port 143.

    You should really send something more formatted. No one really has
    time to go through everything here trying to find imapd.

     - Courier-imap auth should be taken care by authdaemond.
     - Courier-imap should be started by modifying imapd.rc to your needs.

    Use something like below to start it:

    -----rc.mail.-------
    #!/bin/sh

    # Start Mail related stuff including imap etc.

    mkdir -p /var/run/courier-imap
    /usr/local/libexec/authlib/authdaemond start&
    /usr/local/libexec/imapd.rc start&
    /usr/local/libexec/imapd-ssl.rc start&

    ----------------------

    > I have copied the etc files to /etc/courier-imap and had a look at
    > the files there. I have not modified authdaemonrc. I have modified
    > imapd to the modify the following line to as follows:
    > ADDRESS=127.0.0.1,192.168.0.1,24.244.55.158

    RTFM.

    - Bruno

    --
    Peanut Blossoms
    4 cups sugar           16 tbsp. milk
    4 cups brown sugar     4 tsp. vanilla
    4 cups shortening      14 cups flour
    8 eggs                 4 tsp. soda
    4 cups peanut butter   4 tsp. salt
    Shape dough into balls.  Roll in sugar and bake on ungreased cookie
    sheet at 375 F. for 10-12 minutes.  Immediately top each cookie with a
    Hershey's kiss or star pressing down firmly to crack cookie.  Makes a
    hell of a lot.
    

    [demime 0.98d removed an attachment of type application/pgp-signature]