Format of the FileAuthenticator user file

The FileAuthenticator of the SmtpService uses a simple text file to manage the users allowed to authenticate to the system. The file is usually located in the ./etc directory of the Integration Server and is named smtp_users.cfg. Following a section of this file.


user1:passwd1
user2:passwd2


Each user name/password (separated by a colon) combination has one line. The file can be created and edited with any conventional text editor. The type of line break used is not important. This means that it is possible to transfer a configuration file written on a Unix system without changes to a Windows system without having to worry about the FileAuthenticator processing it incorrectly.