Re: Configure Sendmail so receiving systems have good Return-Path header
Thanks, Matej. My previous post never seemed to make it on this
thread, but your pointer in JavaMail's FAQ did the trick. I had read
it, but I confused the mail.smtp.from property with mail.smtp.user, so
my tests were not doing what I wanted.
By setting the mail.smtp.from property, this resolve sendmail's using
that value when talking with the remote smtp server so that the
Return-Path header is now set correctly.
Thanks!
.
Relevant Pages
- Re: Really **wonderful** website for C interview questions!!!!!
... > then you should take a look at the C FAQ by Steve Summit... ... to return a string from a function"), and compare FAQ 7.5b. ... ("What is a NULL pointer? ... Or see pages/7_6.html ("How to declare an array of N pointers to ... (comp.lang.c) - Re: working with addresses
... The URL to the C FAQ has been in my sig block for years. ... what the FAQ emphasises is that those who seek to write portable code ... reason for it, and I guessed that speed might be your reason. ... likely to make for further imbalances in pointer sizes. ... (alt.comp.lang.learn.c-cpp) - Re: help alleaviate inheritance design confusion
... > within the bounds of Liskov Substitution Principle. ... > the base pointer to a derived object to garner access to the derived ... a.c.l.l.c-c++ FAQ: http://www.comeaucomputing.com/learn/faq ... (alt.comp.lang.learn.c-cpp) - Re: How to hide the dialog in a dialog based application..
... Take a look at my essay on dialog box techniques; I have some information and a pointer to ... another Web site where some details of how to make a dialog not "flash" if it should come ... The trick generally is to PostMessage a user-defined message back to yourself, ... MVP Tips: http://www.flounder.com/mvp_tips.htm ... (microsoft.public.vc.mfc) - Re: current address
... > Vu Pham wrote: ... >> In order to mark the current address at a given point of the variable ... The OP should also remember that although pointer can be written ... C++ Faq: http://www.parashift.com/c++-faq-lite ... (comp.lang.c) |
|