Which version are you using? We switched to geronimo javamail and this
had side-effects...

If it is working with James 2.3.2, we can assume the DNS (and reverse
DNS) is not the issue.

Can you set in your <mailet match="All" class="RemoteDelivery">

- a helo.name with the value of your hostname
- mail.smtp.localhost with the value of your local host name used
(InetAddress.getLocalHost().getHostName())

If this does not work, you can enable debug and look at the logs with
       <debug>true</debug>
       <mail.debug>true</mail.debug>
(add this in your RemoteDelivery mailet).

On 08/03/2014 11:05 AM, Marc wrote:
> No, I am not meaning 552. I am meaning "5.5.2: Helo command rejected" as
> indicated by the subject line. I had to give up on James 3 and go back
> to 2.3.2 where my mails are not getting rejected by many mail servers.
> 
> If you have any ideas as what I could do to avoid that my mails get
> rejected I am willing to give it another try.
> 
> Regards,
> Marc de Oliveira
> 
> 
> Sent with AquaMail for Android
> http://www.aqua-mail.com
> 
> 
> On 3. aug. 2014 09.51.08 Eric Charles <e...@apache.org> wrote:
> 
>> Are you meaning "552 Requested mail action aborted: exceeded storage
>> allocation"?
>>
>> In that case, the issue is on the remote SMTP mailbox which is full.
>>
>> Did you finally make it work?
>>
>>
>>
>> On 07/22/2014 09:55 PM, Marc de Oliveira wrote:
>> > I have now succeeded in getting James 3.0 beta 5 to work with multible
>> > email aliases for each account by removing the ValudRcptHandlet mailet.
>> >
>> > Next I am getting 5.5.2 errors when sending to external users. I
>> have tried
>> > to set the following in the RemoteDelivery mailet (as suggested in
>> previous
>> > mail on the topic):
>> >
>> > <bind> 192.168.1.7 </bind>
>> > <mail.smtp.localaddress> 192.168.1.7 </mail.smtp.localaddress>
>> > <mail.smtp.localhost> mail.deoliveira.dk </mail.smtp.localhost>
>> >
>> > I have also set <helloName autodetect="false">mail.deoliveira.dk
>> > </helloName> in the smtpserver.xml file but it does not seem to have
>> any
>> > effect on the helo name being sent.
>> >
>> > What am I missing?
>> >
>> > Regards,
>> > Marc de Oliveira
>> >
>> > Sent with AquaMail for Android
>> > http://www.aqua-mail.com
>> >
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
>> > For additional commands, e-mail: server-user-h...@james.apache.org
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
>> For additional commands, e-mail: server-user-h...@james.apache.org
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
> For additional commands, e-mail: server-user-h...@james.apache.org
> 

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

Reply via email to