Hi all, I have a domain name and I host my site on my own server via a
dynamic dns service.
I want to have an email account on this domain, using James on my own
server.
But I couldn't set it up somehow...
My pop3 and smtp ports are open.
DNS settings are well done.
And some part of my config.xml file is as follows :
<servernames autodetect="true" autodetectIP="true">
<servername>localhost</servername>
<servername>mydomain.com</servername>
</servernames>
<mailet match="All" class="RemoteDelivery">
<outgoing> file://var/mail/outgoing/ </outgoing>
<delayTime> 21600000 </delayTime>
<maxRetries> 5 </maxRetries>
<deliveryThreads> 1 </deliveryThreads>
<gateway> mail.devkod.com </gateway>
<gatewayPort>25</gatewayPort>
</mailet>
<dnsserver>
<servers>
<server>127.0.0.1</server>
<server>216.218.213.246</server> <!-- ip of my dynmic dns service
provider, -->
</servers>
<authoritative>false</authoritative>
</dnsserver>
<pop3server enabled="true">
<port>110</port>
<handler>
<helloName autodetect="false">devkod.com</helloName>
<connectiontimeout>120000</connectiontimeout>
</handler>
</pop3server>
<smtpserver enabled="true">
<port>25</port>
<handler>
<helloName autodetect="true">myMailServer</helloName>
<connectiontimeout>360000</connectiontimeout>
<maxmessagesize>0</maxmessagesize>
</handler>
</smtpserver>
As you see, I didn't send everything ; I think this is enough.
But if you want to help me and want more config.xml, I can send you with
pleasure ...
Do you know about a really good James book ? I couldn't find anything on
amazon.com
Just one book, which is not specific to James and which will be sold after
February 2004.
Thanx for your attention and help, hope to hear from you !
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]