/**
* Load configuration values, setup mailbox
*/
public void init() {
DAOFactory factory = DAOFactory.instance(DAOFactory.DEFAULT);
ConfigDAO configDAO = factory.getConfigDAO();
// possible locations for smtp_server.xml
String propertyfile = System.getProperty("sjs.smtpserver.propertyfile");
File option1 = null;
if (propertyfile != null) {