The FileAuthentificator of the SmtpService uses a simple text file to manage the users allowed to authenticate to the system (see SmtpService). Following a section of this file.
user1:passwd1
user2:passwd2Each 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 FileAuthentificator processing it incorrectly.