4a3349d538
								
							 
						 
						
							1.1 
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								e33d892526
								
							 
						 
						
							Make config file location configurable 
							
							
						 
						11 years ago  
				
					
						
							
								 
						
							
								6c1da85137
								
							 
						 
						
							Remove strict error checking from Red Hat init script 
							
							
working on issue #4  
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								ea35d05dcf
								
							 
						 
						
							Check for extra command line arguments 
							
							
Otherwise, excluded domains might be silently ignored. 
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								e915847e73
								
							 
						 
						
							Do not show help on command line errors 
							
							
This obfuscates the error message too much. 
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								682d5ad906
								
							 
						 
						
							Start postsrsd with full path to binary 
							
							
Also, distinguish between script name and binary name (#4 ) 
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								1ac30effea
								
							 
						 
						
							Fix #3 again 
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								dabac67c35
								
							 
						 
						
							Add Red Hat-style init script 
							
							
Thanks to @timeos  for the initial version (#4 ) 
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								2bdfca0268
								
							 
						 
						
							Remove unneeded -w0 option from base64 call 
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								69a58fa09b
								
							 
						 
						
							Fix #3 
							
							
Apparently, CMake versions < 2.8 expect the FILES keyword in the
file(INSTALL) command. 
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								384331767d
								
							 
						 
						
							Fix Travis CI script 
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								999db839f1
								
							 
						 
						
							Add Travis CI support 
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								8d6d6c1e73
								
							 
						 
						
							Merge pull request #2 from bjoe2k4/patch-2 
							
							
Update main.cf.ex 
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								fa21e57fec
								
							 
						 
						
							Merge pull request #1 from bjoe2k4/patch-1 
							
							
Update README.md 
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								7e966b69f3
								
							 
						 
						
							Update main.cf.ex 
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								fd546fdb86
								
							 
						 
						
							Update README.md 
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								45648f63df
								
							 
						 
						
							Optionally exclude domains from address rewriting 
							
							
Useful for subdomains which are handled by the same
mail server. 
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								ff33d043b9
								
							 
						 
						
							Support for multiple secrets 
							
							
The secrets file is now parsed line by line, and
each line (excluding CR and/or LF) is used as a secret.
Only the first secret is used for signing, but all
secrets are used for verification. 
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								521be6ecc3
								
							 
						 
						
							Fix line indentation 
							
							
This is purely cosmetic. 
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								37c6dc7b0d
								
							 
						 
						
							Pacify C compiler 
							
							
This eliminates a warning about a missing return
statement. The code was correct though, because
hex2num() is guarded by is_hexdigit(). 
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								9689ece89f
								
							 
						 
						
							Make startup scripts whitespace-safe. 
							
							
This is in preparation for future parameters which
may contain whitespaces. 
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								73ccc24b88
								
							 
						 
						
							Ignore Eclipse project files 
							
							
						 
						12 years ago  
				
					
						
							
								 
						
							
								59f44111e9
								
							 
						 
						
							Older CMake versions do not support -1 for string length 
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								6dd6a525f7
								
							 
						 
						
							Add AppArmor support 
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								c29c38d622
								
							 
						 
						
							Add chroot capability 
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								50405724ea
								
							 
						 
						
							Relax required cmake version 
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								c6bc37881d
								
							 
						 
						
							More verbose config documentation 
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								15b9a6fee9
								
							 
						 
						
							Add useful whatis description to manual page 
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								74cfa490e1
								
							 
						 
						
							Add option to disable secret key generation 
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								d830af0c56
								
							 
						 
						
							Make init flavor configurable 
							
							
Currently supported are Upstart and System-V. 
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								edd483d553
								
							 
						 
						
							Fix init prerequisites 
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								6912201da2
								
							 
						 
						
							Use actual executable name 
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								14e1589ab7
								
							 
						 
						
							Do not keep generated key in build folder 
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								9ea7d2b6a0
								
							 
						 
						
							Use Postfix mydomain as SRS_DOMAIN default value 
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								0bf71b0f9f
								
							 
						 
						
							Do not overwrite defaults configuration file 
							
							
This file may contain customized configuration options
which should not be overwritten on install. 
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								df7a3836c4
								
							 
						 
						
							Added syslog output 
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								5d26960180
								
							 
						 
						
							Fix special character escape 
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								35ec3e10a8
								
							 
						 
						
							Initial commit 
							
							
						 
						13 years ago