Hi,

Uncomment the gateway block and set there your ISP relay hostname (and username/pwd if needed) in mailets conf file.

Tks,
- Eric


         <mailet match="All" class="RemoteDelivery">
            <outgoingQueue> outgoing</outgoingQueue>

            <!-- Delivery Schedule based upon RFC 2821, 4.5.4.1 -->
            <!-- 5 day retry period, with 4 attempts in the first
                 hour, two more within the first 6 hours, and then
                 every 6 hours for the rest of the period. -->
            <delayTime>  5 minutes </delayTime>
            <delayTime> 10 minutes </delayTime>
            <delayTime> 45 minutes </delayTime>
            <delayTime>  2 hours </delayTime>
            <delayTime>  3 hours </delayTime>
            <delayTime>  6 hours </delayTime>
            <maxRetries> 25 </maxRetries>

            <deliveryThreads> 10 </deliveryThreads>

            <sendpartial>true</sendpartial>

            <bounceProcessor>bounces</bounceProcessor>

            <!--
            <gateway> otherserver.mydomain.com </gateway>
            <gatewayPort>25</gatewayPort>
            -->
            <!-- (gatewayUsername/gatewayPassword) can be used. -->
            <!--
            <gatewayUsername>login</gatewayUsername>
            <gatewayPassword>pass</gatewayPassword>
            -->

            <!--
            <mail.smtp.localhost>myMailServer</mail.smtp.localhost>
            -->
         </mailet>


On 19/04/2011 06:30, Daniel Tan wrote:
Hi,
I tried searching around the faq and cant quite get it where to set the relay 
server. I can receive email from internet on my desktop. I am using dynamic dns 
to resolve the hostname. But when i try to send email out, my server is not 
recognize as a valid server and i shld sent it via authorize relay. How do i do 
tat? I have put in my isp dns servers in dnsservice.xml

Regards,
Dan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to