2020-04-09 12:13:45 -05:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								# Mandatory: Server address of the SMTP server to use.
							 
						 
					
						
							
								
									
										
										
										
											2024-07-07 12:31:25 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								SMTP_SERVER=127.0.0.1
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 12:13:45 -05:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								# Optional: (Default value: 587) Port address of the SMTP server to use.
							 
						 
					
						
							
								
									
										
										
										
											2024-07-07 12:31:25 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								SMTP_PORT=1025
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 12:13:45 -05:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-23 22:41:01 +01:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								# Optional: Username to authenticate with.
							 
						 
					
						
							
								
									
										
										
										
											2024-07-07 12:31:25 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								SMTP_USERNAME=
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 12:13:45 -05:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-23 22:41:01 +01:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								# Optional (Mandatory if SMTP_USERNAME is set): Password of the SMTP user. (Not needed if SMTP_PASSWORD_FILE is used)
							 
						 
					
						
							
								
									
										
										
										
											2024-07-07 12:31:25 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								SMTP_PASSWORD=
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 12:13:45 -05:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								# Mandatory: Server hostname for the Postfix container. Emails will appear to come from the hostname's domain.
							 
						 
					
						
							
								
									
										
										
										
											2024-07-07 12:31:25 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								SERVER_HOSTNAME=pmb
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 12:13:45 -05:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								# Optional: This will add a header for tracking messages upstream. Helpful for spam filters. Will appear as "RelayTag: ${SMTP_HEADER_TAG}" in the email headers.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								#SMTP_HEADER_TAG=
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-10-13 20:46:21 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								# Optional: Setting this will allow you to add additional, comma seperated, subnets to use the relay. Used like SMTP_NETWORKS='xxx.xxx.xxx.xxx/xx,xxx.xxx.xxx.xxx/xx'.
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 12:13:45 -05:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								#SMTP_NETWORKS=
							 
						 
					
						
							
								
									
										
										
										
											2020-06-19 23:52:21 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								# Optional: Set this to a mounted file containing the password, to avoid passwords in env variables.
							 
						 
					
						
							
								
									
										
										
										
											2020-08-24 21:40:09 +02:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								#SMTP_PASSWORD_FILE=
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								# Optional: Set this to yes to always add missing From:, To:, Date: or Message-ID: headers.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								#ALWAYS_ADD_MISSING_HEADERS=yes
							 
						 
					
						
							
								
									
										
										
										
											2020-09-29 21:42:18 +13:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								# Optional: This will rewrite the from address overwriting it with the specified address for all email being relayed.
							 
						 
					
						
							
								
									
										
										
										
											2021-02-03 18:40:00 -05:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								#OVERWRITE_FROM="Your Name" <email@company.com>
							 
						 
					
						
							
								
									
										
										
										
											2021-06-30 05:05:26 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								# Optional: This will use allow you to set a custom $mydestination value. Default is localhost.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								#DESTINATION=
							 
						 
					
						
							
								
									
										
										
										
											2021-10-27 11:42:03 -04:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								# Optional: This will output the subject line of messages in the log.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								#LOG_SUBJECT=yes
							 
						 
					
						
							
								
									
										
										
										
											2021-11-19 10:31:40 +01:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								# Optional: This will disable (no) or enable (yes) the use of SMTPUTF8
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								#SMTPUTF8_ENABLE=no
							 
						 
					
						
							
								
									
										
										
										
											2022-06-21 00:38:09 +03:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								# Optional: This will use allow you to set a custom $message_size_limit value. Default is 10240000.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								#MESSAGE_SIZE_LIMIT=