<?php 

	/* MySQL hostname [ localhost (127.0.0.1 via TCP/IP) ] */
	$db_host_postfix = "localhost";

	/* The name of the database */
	$db_name_postfix = "postfix";

	/* MySQL database username */
	$db_user_postfix = "postfix";

	/* MySQL database password */
	$db_pass_postfix = '';
	
?>