Tag: Authentication (authenticate)

2 occurrences
Occurrence Published

Sendmail configuration

Configure daemon options To allow mail to be sent from elsewhere to Jiglu you will need to change the DAEMON_OPTIONS line so it can listen on all interfaces: DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl To allow Jiglu to submit messages to sendmail you will need to uncomment the submission DAEMON_OPTIONS line so it does not require authentication and only listens on the localhost interface: DAEMON_OPTIONS(`Port=submission, Addr=127.0.0.1, Name=MSA, M=E')dnl Add jiglu mailer Jiglu uses a sendmail mailer definition to have sendmail forward on messages to the /opt/jiglu/sbin/queuemail executable.

Pre-installation checklist

LDAP ▢ LDAP server address and port ▢ User and password to connect ▢ Repository context ▢ Class holding user data ▢ Field mappings If the system is to use an external LDAP repository (such as Microsoft Active Directory or OpenLDAP) to authenticate users then Jiglu will need to know where the LDAP repository is, who to connect to it as and where in the repository it can find the user information it needs.