Index: [thread] [date] [author] [stats]
  From: markus schnalke <meillo@marmaro.de>
  To  : <masqmail@marmaro.de>
  Date: Tue, 06 Jul 2010 13:21:50 +0200

Anyone knows about: do_ssl and sqilconf?

Hoi,

I was checking for undocumented config options today and came across
`do_ssl'. It appears only in conf.c in route and get configuration
parsing. Both times it is a no-op:

    else if (strcmp(lval, "do_ssl") == 0) {
            /* we ignore this. This option is used by sqilconf */
            ;
    }

But what is `sqilconf'? A web recherche didn't reveal useful
information.

I found the term once more in docs/INSTALL.agenda:

    # make the configuration directory writable for user mail
    # (this is needed for sqilconf)
    chown mail.mail /tmp/agenda-masqmail/etc/masqmail/
    chmod g+rw /tmp/agenda-masqmail/etc/masqmail/


Does anyone know more about that?


meillo


Index: [thread] [date] [author] [stats]