You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Norman Maurer <no...@apache.org> on 2009/10/09 10:01:26 UTC

Re: the mail is stucked in the mail/outgoing folder, not able to send out the mail

Hi,

could you post us your mailet.log ?

It should tell you why it stuck.

Bye,
Norman


2009/10/9 Lec <if...@hotmail.com>:
>
> After using a java program to send out an email to a my gmail account, and i
> noticed two following files:
>
> 1)
> 4D61696C313235353037333531383934342D302D746F2D676D61696C2E636F6D.Repository.FileStreamStore
> 2)
> 4D61696C313235353037333531383934342D302D746F2D676D61696C2E636F6D.Repository.FileObjectStore
>
> are stored in the ../mail/outgoing folders. The files stays there and i
> don't see any email in my gmail account
>
> This is config.xml i used
>
>      Under <James> block, i defined
>
>      <servernames autodetect="true" autodetectIP="true">
>         <servername>localhost</servername>
>      </servernames>
>
>
>     Under <dnsserver> block, i defined
>
>     <dnsserver>
>      <servers>
>         <!--Enter ip address of your DNS server, one IP address per server
> -->
>         <!-- element. -->
>          <!--server>127.0.0.1</server-->
>      </servers>
>      <!-- Change autodiscover to false if you would like to turn off
> autodiscovery -->
>      <!-- and set the DNS servers manually in the <servers> section -->
>      <autodiscover>true</autodiscover>
>      <authoritative>false</authoritative>
>      <!-- Maximum number of entries to maintain in the DNS cache -->
>      <maxcachesize>50000</maxcachesize>
>   </dnsserver>
>
>   Under <smtpserver enabled="true"> block, i defined
>    <authRequired>true</authRequired>
>    <authorizedAddresses>127.0.0.0/8, 192.168.1.1</authorizedAddresses>
>
>   Following are the steps i did to verify if my DNS server setting is
> working
>
>   1) at cmd prompt, i perform "nslookup"
>
>       Response ->
>
>                *** Can't find server name for address 192.168.1.1:
> Non-existent domain
>                *** Default servers are not available
>                Default Server:  UnKnown
>                Address:  192.168.1.1
>
>   2) at the cmd prompt, i type "mx"
>
>     Response ->
>
>      Server:  UnKnown
>      Address:  192.168.1.1
>      Name:    mx.some-domain-name.com
>
>
>   3) at the cmd prompt, i type "gmail.com"
>
>     Response ->
>
>     Server:  UnKnown
>     Address:  192.168.1.1
>     Non-authoritative answer:
>     Name:    gmail.com
>     Addresses:  74.125.127.83, 209.85.225.83, 74.125.79.83
>
> Can someone help to some shed lights? I have taken 2 days to get this up,
> but it seems like it s not working still. I may have missed out something
> somewhere..
>
>
> --
> View this message in context: http://www.nabble.com/the-mail-is-stucked-in-the-mail-outgoing-folder%2C-not-able-to-send-out-the-mail-tp25816904p25816904.html
> Sent from the James - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


RE: the mail is stucked in the mail/outgoing folder, not able to send out the mail

Posted by Lee Chalupa <lc...@seelink.org>.
How do I get off this mailing list?
I have tried multiple times to unsubscribe using the instructions at the
bottom of the email.
Please advise.
Lee

-----Original Message-----
From: norman.maurer@googlemail.com [mailto:norman.maurer@googlemail.com] On
Behalf Of Norman Maurer
Sent: Friday, October 09, 2009 3:01 AM
To: James Users List
Subject: Re: the mail is stucked in the mail/outgoing folder, not able to
send out the mail

Hi,

could you post us your mailet.log ?

It should tell you why it stuck.

Bye,
Norman


2009/10/9 Lec <if...@hotmail.com>:
>
> After using a java program to send out an email to a my gmail account, and
i
> noticed two following files:
>
> 1)
>
4D61696C313235353037333531383934342D302D746F2D676D61696C2E636F6D.Repository.
FileStreamStore
> 2)
>
4D61696C313235353037333531383934342D302D746F2D676D61696C2E636F6D.Repository.
FileObjectStore
>
> are stored in the ../mail/outgoing folders. The files stays there and i
> don't see any email in my gmail account
>
> This is config.xml i used
>
>      Under <James> block, i defined
>
>      <servernames autodetect="true" autodetectIP="true">
>         <servername>localhost</servername>
>      </servernames>
>
>
>     Under <dnsserver> block, i defined
>
>     <dnsserver>
>      <servers>
>         <!--Enter ip address of your DNS server, one IP address per server
> -->
>         <!-- element. -->
>          <!--server>127.0.0.1</server-->
>      </servers>
>      <!-- Change autodiscover to false if you would like to turn off
> autodiscovery -->
>      <!-- and set the DNS servers manually in the <servers> section -->
>      <autodiscover>true</autodiscover>
>      <authoritative>false</authoritative>
>      <!-- Maximum number of entries to maintain in the DNS cache -->
>      <maxcachesize>50000</maxcachesize>
>   </dnsserver>
>
>   Under <smtpserver enabled="true"> block, i defined
>    <authRequired>true</authRequired>
>    <authorizedAddresses>127.0.0.0/8, 192.168.1.1</authorizedAddresses>
>
>   Following are the steps i did to verify if my DNS server setting is
> working
>
>   1) at cmd prompt, i perform "nslookup"
>
>       Response ->
>
>                *** Can't find server name for address 192.168.1.1:
> Non-existent domain
>                *** Default servers are not available
>                Default Server:  UnKnown
>                Address:  192.168.1.1
>
>   2) at the cmd prompt, i type "mx"
>
>     Response ->
>
>      Server:  UnKnown
>      Address:  192.168.1.1
>      Name:    mx.some-domain-name.com
>
>
>   3) at the cmd prompt, i type "gmail.com"
>
>     Response ->
>
>     Server:  UnKnown
>     Address:  192.168.1.1
>     Non-authoritative answer:
>     Name:    gmail.com
>     Addresses:  74.125.127.83, 209.85.225.83, 74.125.79.83
>
> Can someone help to some shed lights? I have taken 2 days to get this up,
> but it seems like it s not working still. I may have missed out something
> somewhere..
>
>
> --
> View this message in context:
http://www.nabble.com/the-mail-is-stucked-in-the-mail-outgoing-folder%2C-not
-able-to-send-out-the-mail-tp25816904p25816904.html
> Sent from the James - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: the mail is stucked in the mail/outgoing folder, not able to send out the mail

Posted by Lec <if...@hotmail.com>.
Hi,

What does this mailet log says?

18/10/09 18:15:57 INFO  mailstore: JamesMailStore init...
18/10/09 18:15:57 INFO  mailstore: Registering Repository instance of class
org.apache.james.mailrepository.AvalonMailRepository to handle file protocol
requests for repositories of type MAIL
18/10/09 18:15:57 INFO  mailstore: Registering Repository instance of class
org.apache.james.mailrepository.AvalonSpoolRepository to handle file
protocol requests for repositories of type SPOOL
18/10/09 18:15:57 INFO  mailstore: Registering Repository instance of class
org.apache.james.mailrepository.JDBCMailRepository to handle db protocol
requests for repositories of type MAIL
18/10/09 18:15:57 INFO  mailstore: Registering Repository instance of class
org.apache.james.mailrepository.JDBCSpoolRepository to handle db protocol
requests for repositories of type SPOOL
18/10/09 18:15:57 INFO  mailstore: Registering Repository instance of class
org.apache.james.mailrepository.JDBCMailRepository to handle dbfile protocol
requests for repositories of type MAIL
18/10/09 18:15:57 INFO  mailstore: Registering Repository instance of class
org.apache.james.mailrepository.JDBCSpoolRepository to handle dbfile
protocol requests for repositories of type SPOOL
18/10/09 18:15:57 INFO  mailstore: Registering Repository instance of class
org.apache.james.mailrepository.MBoxMailRepository to handle mbox protocol
requests for repositories of type MAIL
18/10/09 18:15:57 INFO  mailstore: Registering Repository instance of class
org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
to handle file protocol requests for repositories of type OBJECT
18/10/09 18:15:57 INFO  mailstore: Registering Repository instance of class
org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
to handle file protocol requests for repositories of type STREAM
18/10/09 18:15:57 INFO  mailstore: Init
org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
Store
18/10/09 18:15:57 INFO  mailstore:
org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
opened in
C:\LiewEngChuan\MyJava\OpenSource\App-Web-Video-Mail-Server\MailServer\james-2.3.2\apps\james\var\users
18/10/09 18:15:57 INFO  mailstore: added repository:
file://var/users/\OBJECT->org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
18/10/09 18:15:57 INFO  mailstore: Init
org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
Store
18/10/09 18:15:57 INFO  mailstore:
org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
opened in
C:\LiewEngChuan\MyJava\OpenSource\App-Web-Video-Mail-Server\MailServer\james-2.3.2\apps\james\var\mail\spool
18/10/09 18:15:57 INFO  mailstore: added repository:
file://var/mail/spool/STREAM->org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
18/10/09 18:15:57 INFO  mailstore: Init
org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
Store
18/10/09 18:15:57 INFO  mailstore:
org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
opened in
C:\LiewEngChuan\MyJava\OpenSource\App-Web-Video-Mail-Server\MailServer\james-2.3.2\apps\james\var\mail\spool
18/10/09 18:15:57 INFO  mailstore: added repository:
file://var/mail/spool/OBJECT->org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
18/10/09 18:15:57 INFO  mailstore: added repository:
file://var/mail/spool/SPOOL->org.apache.james.mailrepository.AvalonSpoolRepository
18/10/09 18:15:57 INFO  mailstore: Init
org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
Store
18/10/09 18:15:57 INFO  mailstore:
org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
opened in
C:\LiewEngChuan\MyJava\OpenSource\App-Web-Video-Mail-Server\MailServer\james-2.3.2\apps\james\var\mail\inboxes
18/10/09 18:15:57 INFO  mailstore: added repository:
file://var/mail/inboxes/STREAM->org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
18/10/09 18:15:57 INFO  mailstore: Init
org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
Store
18/10/09 18:15:57 INFO  mailstore:
org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
opened in
C:\LiewEngChuan\MyJava\OpenSource\App-Web-Video-Mail-Server\MailServer\james-2.3.2\apps\james\var\mail\inboxes
18/10/09 18:15:57 INFO  mailstore: added repository:
file://var/mail/inboxes/OBJECT->org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
18/10/09 18:15:57 INFO  mailstore: added repository:
file://var/mail/inboxes/MAIL->org.apache.james.mailrepository.AvalonMailRepository
18/10/09 18:15:58 INFO  mailstore: Init
org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
Store
18/10/09 18:15:58 INFO  mailstore:
org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
opened in
C:\LiewEngChuan\MyJava\OpenSource\App-Web-Video-Mail-Server\MailServer\james-2.3.2\apps\james\var\mail\error
18/10/09 18:15:58 INFO  mailstore: added repository:
file://var/mail/error/STREAM->org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
18/10/09 18:15:58 INFO  mailstore: Init
org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
Store
18/10/09 18:15:58 INFO  mailstore:
org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
opened in
C:\LiewEngChuan\MyJava\OpenSource\App-Web-Video-Mail-Server\MailServer\james-2.3.2\apps\james\var\mail\error
18/10/09 18:15:58 INFO  mailstore: added repository:
file://var/mail/error/OBJECT->org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
18/10/09 18:15:58 INFO  mailstore: added repository:
file://var/mail/error/MAIL->org.apache.james.mailrepository.AvalonMailRepository
18/10/09 18:15:58 INFO  mailstore: Init
org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
Store
18/10/09 18:15:58 INFO  mailstore:
org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
opened in
C:\LiewEngChuan\MyJava\OpenSource\App-Web-Video-Mail-Server\MailServer\james-2.3.2\apps\james\var\mail\outgoing
18/10/09 18:15:58 INFO  mailstore: added repository:
file://var/mail/outgoing/STREAM->org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
18/10/09 18:15:58 INFO  mailstore: Init
org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
Store
18/10/09 18:15:58 INFO  mailstore:
org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
opened in
C:\LiewEngChuan\MyJava\OpenSource\App-Web-Video-Mail-Server\MailServer\james-2.3.2\apps\james\var\mail\outgoing
18/10/09 18:15:58 INFO  mailstore: added repository:
file://var/mail/outgoing/OBJECT->org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
18/10/09 18:15:58 INFO  mailstore: added repository:
file://var/mail/outgoing/SPOOL->org.apache.james.mailrepository.AvalonSpoolRepository
18/10/09 18:15:58 INFO  mailstore: Init
org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
Store
18/10/09 18:15:58 INFO  mailstore:
org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
opened in
C:\LiewEngChuan\MyJava\OpenSource\App-Web-Video-Mail-Server\MailServer\james-2.3.2\apps\james\var\mail\spam
18/10/09 18:15:58 INFO  mailstore: added repository:
file://var/mail/spam/STREAM->org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
18/10/09 18:15:58 INFO  mailstore: Init
org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
Store
18/10/09 18:15:58 INFO  mailstore:
org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
opened in
C:\LiewEngChuan\MyJava\OpenSource\App-Web-Video-Mail-Server\MailServer\james-2.3.2\apps\james\var\mail\spam
18/10/09 18:15:58 INFO  mailstore: added repository:
file://var/mail/spam/OBJECT->org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
18/10/09 18:15:58 INFO  mailstore: added repository:
file://var/mail/spam/MAIL->org.apache.james.mailrepository.AvalonMailRepository
18/10/09 18:15:58 INFO  mailstore: Init
org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
Store
18/10/09 18:15:58 INFO  mailstore:
org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
opened in
C:\LiewEngChuan\MyJava\OpenSource\App-Web-Video-Mail-Server\MailServer\james-2.3.2\apps\james\var\mail\address-error
18/10/09 18:15:58 INFO  mailstore: added repository:
file://var/mail/address-error/STREAM->org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
18/10/09 18:15:58 INFO  mailstore: Init
org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
Store
18/10/09 18:15:58 INFO  mailstore:
org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
opened in
C:\LiewEngChuan\MyJava\OpenSource\App-Web-Video-Mail-Server\MailServer\james-2.3.2\apps\james\var\mail\address-error
18/10/09 18:15:58 INFO  mailstore: added repository:
file://var/mail/address-error/OBJECT->org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
18/10/09 18:15:58 INFO  mailstore: added repository:
file://var/mail/address-error/MAIL->org.apache.james.mailrepository.AvalonMailRepository
18/10/09 18:15:58 INFO  mailstore: Init
org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
Store
18/10/09 18:15:58 INFO  mailstore:
org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
opened in
C:\LiewEngChuan\MyJava\OpenSource\App-Web-Video-Mail-Server\MailServer\james-2.3.2\apps\james\var\mail\relay-denied
18/10/09 18:15:58 INFO  mailstore: added repository:
file://var/mail/relay-denied/STREAM->org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
18/10/09 18:15:58 INFO  mailstore: Init
org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
Store
18/10/09 18:15:58 INFO  mailstore:
org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
opened in
C:\LiewEngChuan\MyJava\OpenSource\App-Web-Video-Mail-Server\MailServer\james-2.3.2\apps\james\var\mail\relay-denied
18/10/09 18:15:58 INFO  mailstore: added repository:
file://var/mail/relay-denied/OBJECT->org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository
18/10/09 18:15:58 INFO  mailstore: added repository:
file://var/mail/relay-denied/MAIL->org.apache.james.mailrepository.AvalonMailRepository

-- 
View this message in context: http://www.nabble.com/the-mail-is-stucked-in-the-mail-outgoing-folder%2C-not-able-to-send-out-the-mail-tp25816904p25945509.html
Sent from the James - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: the mail is stucked in the mail/outgoing folder, not able to send out the mail

Posted by Lec <if...@hotmail.com>.
Hi Norman,

It's staying there forever...:( any advise? 
-- 
View this message in context: http://www.nabble.com/the-mail-is-stucked-in-the-mail-outgoing-folder%2C-not-able-to-send-out-the-mail-tp25816904p25926269.html
Sent from the James - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: the mail is stucked in the mail/outgoing folder, not able to send out the mail

Posted by Norman Maurer <no...@apache.org>.
Hi Lec,

Temporary sounds like some kind of Greylisting. Is the email ever send
or will the email stay in outgoing for ever?

By,
Norman


2009/10/16 Lec <if...@hotmail.com>:
>
> what i forgot to mention was that, i managed to disable the firewall in my
> local machine. With that, I could telnet to smtp.gmail.com 465 and
> smtp.mail.yahoo.com 25 without any problem. The only thing i couldn't do was
> that i was not able to send out the mail as the two files were stucked in
> the mail/outgoing folder as described below in below. Could you advise me
> what configuration i have set wrong?
>
>
>
> Lec wrote:
>>
>> Hi Stefano,
>>
>> sorry for the late reply. my intention is to troubleshoot the application
>> I am developing.  I would like to find out if the application is sending
>> the mail as intended. Having the configuration like this still producing
>> the two files ( FilesStreamStore and FileObjectStore ) in
>> apps\james\var\mail\outgoing
>>
>> I tried your suggestion by using gateway. Here is the configuration i
>> have. Could you kindly advise what i did wrong?
>>
>>
>>       <servernames autodetect="true" autodetectIP="true">
>>          <servername>localhost</servername>
>>          <servername>192.168.1.3</servername>
>>       </servernames>
>>
>>        // i comment this portion
>>        <!--mailet match="RemoteAddrNotInNetwork=127.0.0.1,192.168.1.3"
>> class="ToProcessor">
>>             <processor> relay-denied </processor>
>>             <notice>550 - Requested action not taken: relaying
>> denied</notice>
>>         </mailet-->
>>
>>    <dnsserver>
>>       <servers>
>>          <!--Enter ip address of your DNS server, one IP address per
>> server -->
>>          <!-- element. -->
>>           <server>127.0.0.1</server>
>>           <server>192.168.1.3</server>
>>           <!--server>10.68.88.138</server-->
>>       </servers>
>>       <!-- Change autodiscover to false if you would like to turn off
>> autodiscovery -->
>>       <!-- and set the DNS servers manually in the <servers> section -->
>>       <autodiscover>true</autodiscover>
>>       <authoritative>false</authoritative>
>>    </dnsserver>
>>
>>    // under smtpserver block
>>    <authRequired>true</authRequired>
>>    <authorizedAddresses>127.0.0.0/8, 192.168.1.3,
>> 127.0.0.1</authorizedAddresses>
>>
>>
>>    <gateway>smtp.mail.yahoo.com</gateway>
>>    <gatewayPort>25</gatewayPort>
>>    <!-- If the gateway requires smtp authentication the following
>> directives -->
>>    <!-- (gatewayusername/gatewayPassword) can be used. -->
>>    <gatewayusername>[my email]</gatewayusername>
>>    <gatewayPassword>[my email password]</gatewayPassword>
>>
>>
>>    // this is the mailet log
>>
>> 16/10/09 13:57:10 INFO  James.Mailet: RemoteDelivery: maxRetries is larger
>> than total number of attempts specified. Increasing last delayTime with 19
>> attempts
>> 16/10/09 13:57:10 INFO  James.Mailet: RemoteDelivery: Delay of 21600000
>> msecs is now attempted: 20 times
>> 16/10/09 13:57:10 INFO  James.Mailet: RemoteDelivery: Adding SMTP gateway:
>> smtp.mail.yahoo.com:25
>> 16/10/09 13:57:58 INFO  James.Mailet: RemoteDelivery: Remotely delivering
>> mail Mail1255672677692-0
>> 16/10/09 13:57:58 INFO  James.Mailet: RemoteDelivery: Sending mail to
>> [lec123abc@gmail.com] via [smtp.mail.yahoo.com:25]
>> 16/10/09 13:57:58 INFO  James.Mailet: RemoteDelivery: Remote delivery
>> thread (0) will process mail Mail1255672677692-0
>> 16/10/09 13:57:58 INFO  James.Mailet: RemoteDelivery: Attempting to
>> deliver Mail1255672677692-0
>> 16/10/09 13:57:58 INFO  James.Mailet: RemoteDelivery: Attempting delivery
>> of Mail1255672677692-0 to host smtp.mail.yahoo.com at 69.147.95.94 for
>> addresses [lec123abc@gmail.com]
>> 16/10/09 13:58:19 INFO  James.Mailet: RemoteDelivery: Exception reading
>> response
>> 16/10/09 13:58:19 INFO  James.Mailet: RemoteDelivery: Temporary exception
>> delivering mail (Mail1255672677692-0: javax.mail.MessagingException: No
>> mail server(s) available at this time.
>>       at
>> org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery.java:762)
>>       at
>> org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:1122)
>>       at java.lang.Thread.run(Thread.java:619)
>>
>> 16/10/09 13:58:19 INFO  James.Mailet: RemoteDelivery: Storing message
>> Mail1255672677692-0 into outgoing after 0 retries
>> 16/10/09 14:03:19 INFO  James.Mailet: RemoteDelivery: Remote delivery
>> thread (0) will process mail Mail1255672677692-0
>> 16/10/09 14:03:19 INFO  James.Mailet: RemoteDelivery: Attempting to
>> deliver Mail1255672677692-0
>> 16/10/09 14:03:19 INFO  James.Mailet: RemoteDelivery: Attempting delivery
>> of Mail1255672677692-0 to host smtp.mail.yahoo.com at 69.147.95.94 for
>> addresses [lec123abc@gmail.com]
>> 16/10/09 14:03:40 INFO  James.Mailet: RemoteDelivery: Exception reading
>> response
>> 16/10/09 14:03:40 INFO  James.Mailet: RemoteDelivery: Temporary exception
>> delivering mail (Mail1255672677692-0: javax.mail.MessagingException: No
>> mail server(s) available at this time.
>>       at
>> org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery.java:762)
>>       at
>> org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:1122)
>>       at java.lang.Thread.run(Thread.java:619)
>>
>> 16/10/09 14:03:40 INFO  James.Mailet: RemoteDelivery: Storing message
>> Mail1255672677692-0 into outgoing after 1 retries
>>
>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/the-mail-is-stucked-in-the-mail-outgoing-folder%2C-not-able-to-send-out-the-mail-tp25816904p25920337.html
> Sent from the James - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: the mail is stucked in the mail/outgoing folder, not able to send out the mail

Posted by Lec <if...@hotmail.com>.
what i forgot to mention was that, i managed to disable the firewall in my
local machine. With that, I could telnet to smtp.gmail.com 465 and
smtp.mail.yahoo.com 25 without any problem. The only thing i couldn't do was
that i was not able to send out the mail as the two files were stucked in
the mail/outgoing folder as described below in below. Could you advise me
what configuration i have set wrong? 



Lec wrote:
> 
> Hi Stefano,
> 
> sorry for the late reply. my intention is to troubleshoot the application
> I am developing.  I would like to find out if the application is sending
> the mail as intended. Having the configuration like this still producing
> the two files ( FilesStreamStore and FileObjectStore ) in
> apps\james\var\mail\outgoing
> 
> I tried your suggestion by using gateway. Here is the configuration i
> have. Could you kindly advise what i did wrong? 
> 
>  
>       <servernames autodetect="true" autodetectIP="true">
>          <servername>localhost</servername>
>          <servername>192.168.1.3</servername>
>       </servernames>
> 
>        // i comment this portion
>        <!--mailet match="RemoteAddrNotInNetwork=127.0.0.1,192.168.1.3"
> class="ToProcessor">
>             <processor> relay-denied </processor>
>             <notice>550 - Requested action not taken: relaying
> denied</notice>
>         </mailet-->
> 
>    <dnsserver>
>       <servers>
>          <!--Enter ip address of your DNS server, one IP address per
> server -->
>          <!-- element. -->
>           <server>127.0.0.1</server>
>           <server>192.168.1.3</server>
>           <!--server>10.68.88.138</server-->
>       </servers>
>       <!-- Change autodiscover to false if you would like to turn off
> autodiscovery -->
>       <!-- and set the DNS servers manually in the <servers> section -->
>       <autodiscover>true</autodiscover>
>       <authoritative>false</authoritative>
>    </dnsserver>
> 
>    // under smtpserver block
>    <authRequired>true</authRequired>
>    <authorizedAddresses>127.0.0.0/8, 192.168.1.3,
> 127.0.0.1</authorizedAddresses>
> 
> 
>    <gateway>smtp.mail.yahoo.com</gateway>
>    <gatewayPort>25</gatewayPort>
>    <!-- If the gateway requires smtp authentication the following
> directives -->
>    <!-- (gatewayusername/gatewayPassword) can be used. -->
>    <gatewayusername>[my email]</gatewayusername>
>    <gatewayPassword>[my email password]</gatewayPassword>
> 
> 
>    // this is the mailet log
>    
> 16/10/09 13:57:10 INFO  James.Mailet: RemoteDelivery: maxRetries is larger
> than total number of attempts specified. Increasing last delayTime with 19
> attempts 
> 16/10/09 13:57:10 INFO  James.Mailet: RemoteDelivery: Delay of 21600000
> msecs is now attempted: 20 times
> 16/10/09 13:57:10 INFO  James.Mailet: RemoteDelivery: Adding SMTP gateway:
> smtp.mail.yahoo.com:25
> 16/10/09 13:57:58 INFO  James.Mailet: RemoteDelivery: Remotely delivering
> mail Mail1255672677692-0
> 16/10/09 13:57:58 INFO  James.Mailet: RemoteDelivery: Sending mail to
> [lec123abc@gmail.com] via [smtp.mail.yahoo.com:25]
> 16/10/09 13:57:58 INFO  James.Mailet: RemoteDelivery: Remote delivery
> thread (0) will process mail Mail1255672677692-0
> 16/10/09 13:57:58 INFO  James.Mailet: RemoteDelivery: Attempting to
> deliver Mail1255672677692-0
> 16/10/09 13:57:58 INFO  James.Mailet: RemoteDelivery: Attempting delivery
> of Mail1255672677692-0 to host smtp.mail.yahoo.com at 69.147.95.94 for
> addresses [lec123abc@gmail.com]
> 16/10/09 13:58:19 INFO  James.Mailet: RemoteDelivery: Exception reading
> response
> 16/10/09 13:58:19 INFO  James.Mailet: RemoteDelivery: Temporary exception
> delivering mail (Mail1255672677692-0: javax.mail.MessagingException: No
> mail server(s) available at this time.
> 	at
> org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery.java:762)
> 	at
> org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:1122)
> 	at java.lang.Thread.run(Thread.java:619)
> 
> 16/10/09 13:58:19 INFO  James.Mailet: RemoteDelivery: Storing message
> Mail1255672677692-0 into outgoing after 0 retries
> 16/10/09 14:03:19 INFO  James.Mailet: RemoteDelivery: Remote delivery
> thread (0) will process mail Mail1255672677692-0
> 16/10/09 14:03:19 INFO  James.Mailet: RemoteDelivery: Attempting to
> deliver Mail1255672677692-0
> 16/10/09 14:03:19 INFO  James.Mailet: RemoteDelivery: Attempting delivery
> of Mail1255672677692-0 to host smtp.mail.yahoo.com at 69.147.95.94 for
> addresses [lec123abc@gmail.com]
> 16/10/09 14:03:40 INFO  James.Mailet: RemoteDelivery: Exception reading
> response
> 16/10/09 14:03:40 INFO  James.Mailet: RemoteDelivery: Temporary exception
> delivering mail (Mail1255672677692-0: javax.mail.MessagingException: No
> mail server(s) available at this time.
> 	at
> org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery.java:762)
> 	at
> org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:1122)
> 	at java.lang.Thread.run(Thread.java:619)
> 
> 16/10/09 14:03:40 INFO  James.Mailet: RemoteDelivery: Storing message
> Mail1255672677692-0 into outgoing after 1 retries
> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/the-mail-is-stucked-in-the-mail-outgoing-folder%2C-not-able-to-send-out-the-mail-tp25816904p25920337.html
Sent from the James - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: the mail is stucked in the mail/outgoing folder, not able to send out the mail

Posted by Lec <if...@hotmail.com>.
Hi Stefano,

sorry for the late reply. my intention is to troubleshoot the application I
am developing.  I would like to find out if the application is sending the
mail as intended. Having the configuration like this still producing the two
files ( FilesStreamStore and FileObjectStore ) in
apps\james\var\mail\outgoing

I tried your suggestion by using gateway. Here is the configuration i have.
Could you kindly advise what i did wrong? 

 
      <servernames autodetect="true" autodetectIP="true">
         <servername>localhost</servername>
         <servername>192.168.1.3</servername>
      </servernames>

       // i comment this portion
       <!--mailet match="RemoteAddrNotInNetwork=127.0.0.1,192.168.1.3"
class="ToProcessor">
            <processor> relay-denied </processor>
            <notice>550 - Requested action not taken: relaying
denied</notice>
        </mailet-->

   <dnsserver>
      <servers>
         <!--Enter ip address of your DNS server, one IP address per server
-->
         <!-- element. -->
          <server>127.0.0.1</server>
          <server>192.168.1.3</server>
          <!--server>10.68.88.138</server-->
      </servers>
      <!-- Change autodiscover to false if you would like to turn off
autodiscovery -->
      <!-- and set the DNS servers manually in the <servers> section -->
      <autodiscover>true</autodiscover>
      <authoritative>false</authoritative>
   </dnsserver>

   // under smtpserver block
   <authRequired>true</authRequired>
   <authorizedAddresses>127.0.0.0/8, 192.168.1.3,
127.0.0.1</authorizedAddresses>


   <gateway>smtp.mail.yahoo.com</gateway>
   <gatewayPort>25</gatewayPort>
   <!-- If the gateway requires smtp authentication the following directives
-->
   <!-- (gatewayusername/gatewayPassword) can be used. -->
   <gatewayusername>[my email]</gatewayusername>
   <gatewayPassword>[my email password]</gatewayPassword>


   // this is the mailet log
   
16/10/09 13:57:10 INFO  James.Mailet: RemoteDelivery: maxRetries is larger
than total number of attempts specified. Increasing last delayTime with 19
attempts 
16/10/09 13:57:10 INFO  James.Mailet: RemoteDelivery: Delay of 21600000
msecs is now attempted: 20 times
16/10/09 13:57:10 INFO  James.Mailet: RemoteDelivery: Adding SMTP gateway:
smtp.mail.yahoo.com:25
16/10/09 13:57:58 INFO  James.Mailet: RemoteDelivery: Remotely delivering
mail Mail1255672677692-0
16/10/09 13:57:58 INFO  James.Mailet: RemoteDelivery: Sending mail to
[lec123abc@gmail.com] via [smtp.mail.yahoo.com:25]
16/10/09 13:57:58 INFO  James.Mailet: RemoteDelivery: Remote delivery thread
(0) will process mail Mail1255672677692-0
16/10/09 13:57:58 INFO  James.Mailet: RemoteDelivery: Attempting to deliver
Mail1255672677692-0
16/10/09 13:57:58 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
Mail1255672677692-0 to host smtp.mail.yahoo.com at 69.147.95.94 for
addresses [lec123abc@gmail.com]
16/10/09 13:58:19 INFO  James.Mailet: RemoteDelivery: Exception reading
response
16/10/09 13:58:19 INFO  James.Mailet: RemoteDelivery: Temporary exception
delivering mail (Mail1255672677692-0: javax.mail.MessagingException: No mail
server(s) available at this time.
	at
org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery.java:762)
	at
org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:1122)
	at java.lang.Thread.run(Thread.java:619)

16/10/09 13:58:19 INFO  James.Mailet: RemoteDelivery: Storing message
Mail1255672677692-0 into outgoing after 0 retries
16/10/09 14:03:19 INFO  James.Mailet: RemoteDelivery: Remote delivery thread
(0) will process mail Mail1255672677692-0
16/10/09 14:03:19 INFO  James.Mailet: RemoteDelivery: Attempting to deliver
Mail1255672677692-0
16/10/09 14:03:19 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
Mail1255672677692-0 to host smtp.mail.yahoo.com at 69.147.95.94 for
addresses [lec123abc@gmail.com]
16/10/09 14:03:40 INFO  James.Mailet: RemoteDelivery: Exception reading
response
16/10/09 14:03:40 INFO  James.Mailet: RemoteDelivery: Temporary exception
delivering mail (Mail1255672677692-0: javax.mail.MessagingException: No mail
server(s) available at this time.
	at
org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery.java:762)
	at
org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:1122)
	at java.lang.Thread.run(Thread.java:619)

16/10/09 14:03:40 INFO  James.Mailet: RemoteDelivery: Storing message
Mail1255672677692-0 into outgoing after 1 retries



-- 
View this message in context: http://www.nabble.com/the-mail-is-stucked-in-the-mail-outgoing-folder%2C-not-able-to-send-out-the-mail-tp25816904p25920292.html
Sent from the James - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: the mail is stucked in the mail/outgoing folder, not able to send out the mail

Posted by Stefano Bagnara <ap...@bago.org>.
2009/10/9 Lec <if...@hotmail.com>:
>
> Hi Stefano,
> I believe you need to have a registered domain name to have a fixed IP. if
> that s the case, i don't have one. hmmm i supposed i need the other
> workaround you mentioned
>
> Can you help to elaborate "gateway configuration in the remotedelivery and
> use your ISP smtpserver as the outgoing gateway". Can you point me to the
> sites where i could read up these so that i could configure my development
> environment with dynamic IP to send out email via James server?

You use your ISP email server. The same that you would use in your
email client if you don't use James.

Then you add to your RemoteDelivery configuration:
<gateway>smtp://yourprovidersmtpserverIP</gateway>
<gatewayusername>username</gatewayusername>
<gatewayPassword>pass</gatewayPassword>

This means that your outgoing email will be instead forwarded to your
provider email server that will take care delivering it. But: what is
the goal you're trying to achieve by installing james on your dynamic
IP? Why do you need an email server on your dynamic IP?

Stefano

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: the mail is stucked in the mail/outgoing folder, not able to send out the mail

Posted by Lec <if...@hotmail.com>.
Hi Stefano,
I believe you need to have a registered domain name to have a fixed IP. if
that s the case, i don't have one. hmmm i supposed i need the other
workaround you mentioned

Can you help to elaborate "gateway configuration in the remotedelivery and
use your ISP smtpserver as the outgoing gateway". Can you point me to the
sites where i could read up these so that i could configure my development
environment with dynamic IP to send out email via James server? 

-- 
View this message in context: http://www.nabble.com/the-mail-is-stucked-in-the-mail-outgoing-folder%2C-not-able-to-send-out-the-mail-tp25816904p25817575.html
Sent from the James - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: the mail is stucked in the mail/outgoing folder, not able to send out the mail

Posted by Stefano Bagnara <ap...@bago.org>.
2009/10/9 Lec <if...@hotmail.com>:
>
> Hi Norman,
>
> thanks.. i tried to telnet to 209.85.210.49 25, it responded me with
> "Connecting To 209.85.210.49...Could not open connection to the host, on
> port 25:
>  Connect failed"
>
> it looks like you were correct that the ISP had blocked 25. What is the
> workaround to this? change port 25 to some other numeric value? please help
> to advise.

Change your ISP or have a support call to understand if you can have
this protection removed for you.
As a general rule it is discouraged to use an outbound SMTP server
from a dynamic IP (like the one in a dialup or adsl) because most
receiving smtp server will consider spam any email coming from a
dynamic IP.

Your workaround could be to use a gateway configuration in the
remotedelivery and use your ISP smtpserver as the outgoing gateway.

Stefano

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: the mail is stucked in the mail/outgoing folder, not able to send out the mail

Posted by Lec <if...@hotmail.com>.
Hi Norman,

thanks.. i tried to telnet to 209.85.210.49 25, it responded me with
"Connecting To 209.85.210.49...Could not open connection to the host, on
port 25:
 Connect failed"

it looks like you were correct that the ISP had blocked 25. What is the
workaround to this? change port 25 to some other numeric value? please help
to advise.  

-- 
View this message in context: http://www.nabble.com/the-mail-is-stucked-in-the-mail-outgoing-folder%2C-not-able-to-send-out-the-mail-tp25816904p25817395.html
Sent from the James - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: the mail is stucked in the mail/outgoing folder, not able to send out the mail

Posted by Norman Maurer <no...@apache.org>.
Hi,

it seems like you could not connect the mail servers of google:

09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
SMTP host: 209.85.210.49, port: 25

Try todo the following from commandline:
telnet 209.85.210.49 25

if this gives you no "greeting" it is prolly because your ISP block
port 25 outgoing traffic. Many ISPS do this to fight spambots.

Bye,
Norman


2009/10/9 Lec <if...@hotmail.com>:
>
>
>
> Hi,
>
> could you post us your mailet.log ?
>
> It should tell you why it stuck.
>
> Bye,
> Norman
>
> Hi Norman, this is the mailet.log
>
> 09/10/09 15:41:23 INFO  James.Mailet: RemoteDelivery: maxRetries is larger
> than total number of attempts specified. Increasing last delayTime with 19
> attempts
> 09/10/09 15:41:23 INFO  James.Mailet: RemoteDelivery: Delay of 21600000
> msecs is now attempted: 20 times
> 09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
> Mail1255074114288-0-to-gmail.com to host gmail-smtp-in.l.google.com. at
> 209.85.210.49 for addresses [lec1abc@gmail.com]
> 09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
> SMTP host: 209.85.210.49, port: 25
> 09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
> Mail1255074114288-0-to-gmail.com to host alt1.gmail-smtp-in.l.google.com. at
> 216.239.59.27 for addresses [lec1abc@gmail.com]
> 09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
> SMTP host: 216.239.59.27, port: 25
> 09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
> Mail1255074114288-0-to-gmail.com to host alt2.gmail-smtp-in.l.google.com. at
> 209.85.129.27 for addresses [lec1abc@gmail.com]
> 09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
> SMTP host: 209.85.129.27, port: 25
> 09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
> Mail1255074114288-0-to-gmail.com to host alt3.gmail-smtp-in.l.google.com. at
> 209.85.135.114 for addresses [lec1abc@gmail.com]
> 09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
> SMTP host: 209.85.135.114, port: 25
> 09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
> Mail1255074114288-0-to-gmail.com to host alt4.gmail-smtp-in.l.google.com. at
> 209.85.216.46 for addresses [lec1abc@gmail.com]
> 09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
> SMTP host: 209.85.216.46, port: 25
> 09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Temporary exception
> delivering mail (Mail1255074114288-0-to-gmail.com:
> 09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Storing message
> Mail1255074114288-0-to-gmail.com into outgoing after 0 retries
> 09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
> Mail1255074114288-0-to-gmail.com to host gmail-smtp-in.l.google.com. at
> 209.85.210.83 for addresses [lec1abc@gmail.com]
> 09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
> SMTP host: 209.85.210.83, port: 25
> 09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
> Mail1255074114288-0-to-gmail.com to host alt1.gmail-smtp-in.l.google.com. at
> 216.239.59.27 for addresses [lec1abc@gmail.com]
> 09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
> SMTP host: 216.239.59.27, port: 25
> 09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
> Mail1255074114288-0-to-gmail.com to host alt2.gmail-smtp-in.l.google.com. at
> 209.85.129.27 for addresses [lec1abc@gmail.com]
> 09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
> SMTP host: 209.85.129.27, port: 25
> 09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
> Mail1255074114288-0-to-gmail.com to host alt3.gmail-smtp-in.l.google.com. at
> 209.85.217.55 for addresses [lec1abc@gmail.com]
> 09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
> SMTP host: 209.85.217.55, port: 25
> 09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
> Mail1255074114288-0-to-gmail.com to host alt4.gmail-smtp-in.l.google.com. at
> 209.85.216.38 for addresses [lec1abc@gmail.com]
> 09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
> SMTP host: 209.85.216.38, port: 25
> 09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Temporary exception
> delivering mail (Mail1255074114288-0-to-gmail.com:
> 09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Storing message
> Mail1255074114288-0-to-gmail.com into outgoing after 1 retries
> 09/10/09 15:57:20 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
> Mail1255074114288-0-to-gmail.com to host alt1.gmail-smtp-in.l.google.com. at
> 216.239.59.27 for addresses [lec1abc@gmail.com]
> 09/10/09 15:57:20 INFO  James.Mailet: RemoteDelivery: Could not connect to
> SMTP host: 216.239.59.27, port: 25
> 09/10/09 15:57:20 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
> Mail1255074114288-0-to-gmail.com to host alt2.gmail-smtp-in.l.google.com. at
> 209.85.129.114 for addresses [lec1abc@gmail.com]
> 09/10/09 15:57:20 INFO  James.Mailet: RemoteDelivery: Could not connect to
> SMTP host: 209.85.129.114, port: 25
> 09/10/09 15:57:20 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
> Mail1255074114288-0-to-gmail.com to host alt3.gmail-smtp-in.l.google.com. at
> 209.85.135.114 for addresses [lec1abc@gmail.com]
> 09/10/09 15:57:20 INFO  James.Mailet: RemoteDelivery: Could not connect to
> SMTP host: 209.85.135.114, port: 25
> 09/10/09 15:57:21 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
> Mail1255074114288-0-to-gmail.com to host alt4.gmail-smtp-in.l.google.com. at
> 209.85.216.82 for addresses [lec1abc@gmail.com]
> 09/10/09 15:57:21 INFO  James.Mailet: RemoteDelivery: Could not connect to
> SMTP host: 209.85.216.82, port: 25
> 09/10/09 15:57:21 INFO  James.Mailet: RemoteDelivery: Temporary exception
> delivering mail (Mail1255074114288-0-to-gmail.com:
> 09/10/09 15:57:21 INFO  James.Mailet: RemoteDelivery: Storing message
> Mail1255074114288-0-to-gmail.com into outgoing after 2 retries
>
>
>
> hmmm..very strange, why James server is connecting to all these random IP -
> 216.239.59.27, 209.85.216.82, etc... any idea?
>
>
> --
> View this message in context: http://www.nabble.com/the-mail-is-stucked-in-the-mail-outgoing-folder%2C-not-able-to-send-out-the-mail-tp25816904p25817265.html
> Sent from the James - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: the mail is stucked in the mail/outgoing folder, not able to send out the mail

Posted by Lec <if...@hotmail.com>.


Hi,

could you post us your mailet.log ?

It should tell you why it stuck.

Bye,
Norman

Hi Norman, this is the mailet.log

09/10/09 15:41:23 INFO  James.Mailet: RemoteDelivery: maxRetries is larger
than total number of attempts specified. Increasing last delayTime with 19
attempts 
09/10/09 15:41:23 INFO  James.Mailet: RemoteDelivery: Delay of 21600000
msecs is now attempted: 20 times
09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
Mail1255074114288-0-to-gmail.com to host gmail-smtp-in.l.google.com. at
209.85.210.49 for addresses [lec1abc@gmail.com]
09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
SMTP host: 209.85.210.49, port: 25
09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
Mail1255074114288-0-to-gmail.com to host alt1.gmail-smtp-in.l.google.com. at
216.239.59.27 for addresses [lec1abc@gmail.com]
09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
SMTP host: 216.239.59.27, port: 25
09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
Mail1255074114288-0-to-gmail.com to host alt2.gmail-smtp-in.l.google.com. at
209.85.129.27 for addresses [lec1abc@gmail.com]
09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
SMTP host: 209.85.129.27, port: 25
09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
Mail1255074114288-0-to-gmail.com to host alt3.gmail-smtp-in.l.google.com. at
209.85.135.114 for addresses [lec1abc@gmail.com]
09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
SMTP host: 209.85.135.114, port: 25
09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
Mail1255074114288-0-to-gmail.com to host alt4.gmail-smtp-in.l.google.com. at
209.85.216.46 for addresses [lec1abc@gmail.com]
09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
SMTP host: 209.85.216.46, port: 25
09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Temporary exception
delivering mail (Mail1255074114288-0-to-gmail.com: 
09/10/09 15:41:55 INFO  James.Mailet: RemoteDelivery: Storing message
Mail1255074114288-0-to-gmail.com into outgoing after 0 retries
09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
Mail1255074114288-0-to-gmail.com to host gmail-smtp-in.l.google.com. at
209.85.210.83 for addresses [lec1abc@gmail.com]
09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
SMTP host: 209.85.210.83, port: 25
09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
Mail1255074114288-0-to-gmail.com to host alt1.gmail-smtp-in.l.google.com. at
216.239.59.27 for addresses [lec1abc@gmail.com]
09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
SMTP host: 216.239.59.27, port: 25
09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
Mail1255074114288-0-to-gmail.com to host alt2.gmail-smtp-in.l.google.com. at
209.85.129.27 for addresses [lec1abc@gmail.com]
09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
SMTP host: 209.85.129.27, port: 25
09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
Mail1255074114288-0-to-gmail.com to host alt3.gmail-smtp-in.l.google.com. at
209.85.217.55 for addresses [lec1abc@gmail.com]
09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
SMTP host: 209.85.217.55, port: 25
09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
Mail1255074114288-0-to-gmail.com to host alt4.gmail-smtp-in.l.google.com. at
209.85.216.38 for addresses [lec1abc@gmail.com]
09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Could not connect to
SMTP host: 209.85.216.38, port: 25
09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Temporary exception
delivering mail (Mail1255074114288-0-to-gmail.com: 
09/10/09 15:46:55 INFO  James.Mailet: RemoteDelivery: Storing message
Mail1255074114288-0-to-gmail.com into outgoing after 1 retries
09/10/09 15:57:20 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
Mail1255074114288-0-to-gmail.com to host alt1.gmail-smtp-in.l.google.com. at
216.239.59.27 for addresses [lec1abc@gmail.com]
09/10/09 15:57:20 INFO  James.Mailet: RemoteDelivery: Could not connect to
SMTP host: 216.239.59.27, port: 25
09/10/09 15:57:20 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
Mail1255074114288-0-to-gmail.com to host alt2.gmail-smtp-in.l.google.com. at
209.85.129.114 for addresses [lec1abc@gmail.com]
09/10/09 15:57:20 INFO  James.Mailet: RemoteDelivery: Could not connect to
SMTP host: 209.85.129.114, port: 25
09/10/09 15:57:20 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
Mail1255074114288-0-to-gmail.com to host alt3.gmail-smtp-in.l.google.com. at
209.85.135.114 for addresses [lec1abc@gmail.com]
09/10/09 15:57:20 INFO  James.Mailet: RemoteDelivery: Could not connect to
SMTP host: 209.85.135.114, port: 25
09/10/09 15:57:21 INFO  James.Mailet: RemoteDelivery: Attempting delivery of
Mail1255074114288-0-to-gmail.com to host alt4.gmail-smtp-in.l.google.com. at
209.85.216.82 for addresses [lec1abc@gmail.com]
09/10/09 15:57:21 INFO  James.Mailet: RemoteDelivery: Could not connect to
SMTP host: 209.85.216.82, port: 25
09/10/09 15:57:21 INFO  James.Mailet: RemoteDelivery: Temporary exception
delivering mail (Mail1255074114288-0-to-gmail.com: 
09/10/09 15:57:21 INFO  James.Mailet: RemoteDelivery: Storing message
Mail1255074114288-0-to-gmail.com into outgoing after 2 retries



hmmm..very strange, why James server is connecting to all these random IP -
216.239.59.27, 209.85.216.82, etc... any idea? 


-- 
View this message in context: http://www.nabble.com/the-mail-is-stucked-in-the-mail-outgoing-folder%2C-not-able-to-send-out-the-mail-tp25816904p25817265.html
Sent from the James - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org