Hello all,

A big than you to the SOGo team, as I have been able to integrate it into my Debian Stretch mail server, without too much problems.

However, I have a few questions.

1 - My email server automatically makes a copy of the emails sent into the sent folder. How can I configure Sogo to not make a copy?

2 - On the official documentation, I could not find how to create the PostgreSQL database, using this code:

CREATE TABLE sogo_users (
    c_uid VARCHAR(128) NOT NULL PRIMARY KEY,
    c_name VARCHAR(128) NOT NULL,
    c_password VARCHAR(128) NOT NULL,
    c_cn VARCHAR(128) NULL,
    mail VARCHAR(128) NOT NULL,
    CONSTRAINT mail_unique UNIQUE (mail)
    );

Is this enough, or I am missing some tables?

For reference, the latest version of the script I use to deploy is here: https://github.com/progmaticltd/homebox/tree/dev-sogo/install/playbooks/roles/sogo

Kind regards,
André Rodier
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to