On Wed, 08 Jul 2009, LORENTE MARTINEZ, MAGDALENA wrote:
> We are configuring access_control_config.py but we are not sure if we
> can indicate to Invenio that the mail server that send system messages
> is hosted in a server different from the invenio installation.

You can customize CFG_MISCUTIL_SMTP_HOST and CFG_MISCUTIL_SMTP_PORT in
your invenio-local.conf:

  $ cat /opt/cds-invenio/etc/invenio-local.conf
  [Invenio]
  CFG_MISCUTIL_SMTP_HOST = foo.com
  CFG_MISCUTIL_SMTP_PORT = 1234

After which you should propagade your conf changes to the rest of
Invenio:

  $ /opt/cds-invenio/bin/inveniocfg --update-config-py

and restart Apache.

Best regards
-- 
Tibor Simko ** CERN Document Server ** <http://cds.cern.ch/>

Reply via email to