14dc22474SAndreas Gohr<?php 24dc22474SAndreas Gohr 3*dd3fc410SAndreas Gohr$meta['smtp_host'] = array('string'); 4*dd3fc410SAndreas Gohr$meta['smtp_port'] = array('numeric'); 5*dd3fc410SAndreas Gohr$meta['smtp_ssl'] = array('multichoice','_choices' => array('','ssl','tls')); 64dc22474SAndreas Gohr 7*dd3fc410SAndreas Gohr$meta['auth_user'] = array('string'); 8*dd3fc410SAndreas Gohr$meta['auth_pass'] = array('password'); 9*dd3fc410SAndreas Gohr 10*dd3fc410SAndreas Gohr$meta['localdomain'] = array('string'); 11*dd3fc410SAndreas Gohr 12*dd3fc410SAndreas Gohr$meta['debug'] = array('onoff'); 134dc22474SAndreas Gohr 14