Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The emailsender.ini config file, located at /etc/squirro/emailsender.ini configures email sending of the Squirro system.

Table of Contents

Email server

By default Squirro sends emails through a local email server. This can be changed using the following settings.

These options are located in the section emailsender.

KeyUsageDefault
smtp_serverThe SMTP server to send emails through.localhost
smtp_portThe port the SMTP server listens on.25
smtp_loginWhether the SMTP server requires login (true or false)False
smtp_usernameThe username to use on the SMTP server. Only used if smtp_login is set to true.-
smtp_passwordThe password to use on the SMTP server. Only used if smtp_login is set to true.-

Example Configuration

[emailsender]
smtp_server = mta.internal
smtp_login = True
smtp_username = squirro@example.com
smtp_password = pass123

Applying Changes

After editing this configuration file, the service sqemailsenderd has to be restarted (see Restarting services).

  • No labels