| Linode Forum https://forum.linode.com/ |
|
| SMTP Precedence/Priority https://forum.linode.com/viewtopic.php?f=11&t=2274 |
Page 1 of 1 |
| Author: | sam_the_man [ Sun May 07, 2006 6:08 pm ] |
| Post subject: | SMTP Precedence/Priority |
Hello, Been looking for a forum to ask my SMTP related question on for some time and came across this place - great Anyway... im hoping someone could shead some light on a question i have to do with SMTP headers. I have written a program to write a message to an SMTP server directly in raw SMTP. Example: Code: EHLO mail.mydomain.com Now this works fine. Nows the scetchy part! I want to make sure that if there is a mail queue on server mail.mydomain.com, mine gets processed before any others. I have seen the "Precedence: special-delivery" and "Priority: urgent" headers, however these don't seem to work - they get processed after the rest of the queue. The remote mail server runs E SMTP sendmail. Firstly, anyone know why this doesn't work? Is it correct? Can the remote servers adminisrator have set the headers be ignored/disabled in some way? Secondly, does anyone else know any other methods i can jump the mail queue? Other headers? Loopholes of some sort? Thanks, Sam. |
|
| Author: | andrewjw [ Tue May 09, 2006 6:42 am ] |
| Post subject: | |
Why do you want to jump the queue? What is your mail so special that others have to wait? I have seem Precedence: bulk used on mailing lists, but I can't believe any smtp server would allow a mail to jump the queue. Andrew |
|
| Author: | NecroBones [ Wed May 24, 2006 10:16 am ] |
| Post subject: | |
My understanding is that those header lines are ignored by design, simply because there would be nothing to stop everyone from setting all of their mail to high priority all the time to jump the queue, and once everyone is doing it, the usefulness will be destroyed. If it's your own server and you want to prioritize your own mail, you can probably find a setting for this... though it's been ages since I've configured sendmail, so I couldn't tell you where to look. Otherwise, you're not going to be able to effectively jump ahead in the queue on other mail servers. |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|