postfixの設定
2011/01/30 | メール
					
					postfixの設定で、設定変更したら必ず以下のコマンドで設定を再読込。
/etc/rc.d/init.d/postfix reload
/etc/aliasesの記述を変更したら、以下のコマンド。
newaliases
/etc/postfix/virtual他のファイルの記述を変更したら、以下のコマンド。
postmap /path/to/file
 
			
			
			
			
					
			
			postfixの設定で、設定変更したら必ず以下のコマンドで設定を再読込。
/etc/rc.d/init.d/postfix reload
/etc/aliasesの記述を変更したら、以下のコマンド。
newaliases
/etc/postfix/virtual他のファイルの記述を変更したら、以下のコマンド。
postmap /path/to/file