Le 14/09/2011 09:33, n3mesi83 a écrit :
>
> 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
> mynetworks = 127.0.0.0/8 [:::127.0.0.0]/104 [::1]/128 192.168.0.0/24
Your java app will only allowed to send via this postfix instance from
these IP ranges.
> When I configured postfix, in system mail name I specified
> mail.mydomain.comand as smtp in my java app I use
> mail.mydomain.com, s
Thank you for the answer!
this is may postconf:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
inet_interfaces = all
inet_protocols = all
mailbox_size_limit = 0
mydestination = Ubuntu-1004-lucid-64-minimal, local
* Ralf Hildebrandt :
> * n3mesi83 :
> >
> > 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
> > con
* n3mesi83 :
>
> 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 thou
this message in context:
http://old.nabble.com/Postfix---error-sending-emails-to-some-domains-tp32446527p32446527.html
Sent from the Postfix mailing list archive at Nabble.com.