b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | # |
| 2 | # emailrelay secrets file |
| 3 | # |
| 4 | #see http://emailrelay.sourceforge.net/reference.html for reference |
| 5 | |
| 6 | #Mostly used options: |
| 7 | # |
| 8 | #NONE server specifies ip address range allowed to connect to emailrelay SMTP server |
| 9 | #LOGIN client specifies the credentials to be used when forwarding emails to another SMTP server |
| 10 | #LOGIN server specifies the credentials to be needed to authenticate with the emailrelay SMTP server |
| 11 | |
| 12 | #Examples: |
| 13 | # |
| 14 | #NONE server 192.168.1.* keyword |
| 15 | #LOGIN client smtpuser@smtpserver smtppassword |
| 16 | #LOGIN server user1 secret |