> Because it fits to courier-mta better than vpopmail/qmailadmin. In the
> other hand if you are happy with qmail(rare) you should stick to
> vpopmail.

I will try postgresql for authentication then :-) I can still use ldap for the 
address book,I guess.

But here's some feedback. The table definition is not PostgreSQL syntax. 
Should be like this:

CREATE TABLE passwd (
        id                    varchar(128) DEFAULT '' NOT NULL,
        crypt                 varchar(128) DEFAULT '' NOT NULL,
        clear                 varchar(128) DEFAULT '' NOT NULL,
        name                  varchar(128) DEFAULT '' NOT NULL,
        uid                   integer DEFAULT '65534' NOT NULL,
        gid                   integer DEFAULT '65534' NOT NULL,
        home                  varchar(255) DEFAULT '' NOT NULL,
        maildir               varchar(255) DEFAULT '' NOT NULL,
        defaultdelivery       varchar(255) DEFAULT '' NOT NULL,
        quota                 varchar(255) DEFAULT '' NOT NULL,
        CONSTRAINT id PRIMARY KEY (id)
);

In authpgsqlrc I would suggest 

PGSQL_PORT              5432
PGSQL_DATABASE          courier

5432 is the standard PostgreSQL port. And I don't like the idea of pointing 
people to template1. Perhaps someone will actually use it for courier.

-- 
Kaare Rasmussen            --Linux, spil,--        Tlf:        3816 2582
Kaki Data                tshirts, merchandize      Fax:        3816 2501
Howitzvej 75               �ben 12.00-18.00        Email: [EMAIL PROTECTED]
2000 Frederiksberg        L�rdag 12.00-16.00       Web:      www.suse.dk


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to