It will be great yast2-mail was able to setup an imap-server + webmail access.

Now, all needed packages (apache2, imap-server, squirrelmail) are provided, 
but there are some configuration steps yast2 can't perform:

* Setup system to use Maildir format, solvable with following /etc/procmailrc:

        LOGFILE=/var/tmp/procmail.log
        MAILDIR=$HOME
        VERBOSE=yes
        DEFAULT=$HOME/Maildir/
        ORGMAIL=/var/mail/$LOGNAME

* Configure apache2 to follow symlinks (for access www.our-server.net/webmail 
instead www.our-server.net/squirrelmail). Solution, edit default-server-conf 
and add:

        Options FollowSymLinks

* Generate Maildir boxes for each created user + /etc/skel

        maildirmake Maildir (in each created home + skel)

Thanks
Miquel.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to