Sha256: 4bc7e614b83bb3babae4a4e5f08eb7e61542bf15f61e3315cdf00f5d91b88af4
Contents?: true
Size: 830 Bytes
Versions: 4
Compression:
Stored size: 830 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="janis.or.jp"> <!-- ytg.janis.or.jp etc. use MX mx1.janis.or.jp --> <domain>janis.or.jp</domain> <displayName>Janis</displayName> <displayShortName>Janis</displayShortName> <incomingServer type="pop3"> <hostname>mail.%EMAILDOMAIN%</hostname> <port>110</port> <socketType>plain</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-cleartext</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>smtp.%EMAILDOMAIN%</hostname> <port>25</port> <socketType>plain</socketType> <authentication>none</authentication> <restriction>client-IP-address</restriction> </outgoingServer> </emailProvider> </clientConfig>
Version data entries
4 entries across 4 versions & 2 rubygems