* Ralf Hildebrandt <ralf.hildebra...@charite.de>:
> * n3mesi83 <francesc...@gmail.com>:
> > 
> > Hello everyone,
> > 
> > I have a java web application that uses JavaMail to send messages with
> > attached documents (spreadsheets). On the server (Ubuntu 10.4 64-bit) I
> > installed postfix to send email. The server has a static address and I
> > connect to it via ssh. Apparently I thought I did everything right, because
> > cron and the web application are able to send emails to my address. Looking
> > inside my application server's log, I realized that for some e-mail (or
> > better, domains) I get this error message:
> > 
> > com.sun.mail.smtp.SMTPAddressFailedException: 553 sorry, That domain is not
> > in my list of allowed rcpthosts (# 5.5.3 - chkuser).
> 
> Please look at postfix's logs. This is NOT a postfix message (it's a
> qmail error)

On second thought: This seems to imply that your java app is sending mail
someplace else (instead of your local postfix)

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de
            

Reply via email to