Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: SMTP Precedence/Priority
PostPosted: Sun May 07, 2006 6:08 pm 
Offline

Joined: Sun May 07, 2006 5:56 pm
Posts: 1
Hello,

Been looking for a forum to ask my SMTP related question on for some time and came across this place - great :D

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
MAIL FROM:<me@me.com>
RCPT TO:<test@test.com>
DATA
Subject: Random subject
Message content... bla bla bla...
.


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.


Top
   
 Post subject:
PostPosted: Tue May 09, 2006 6:42 am 
Offline
Junior Member

Joined: Tue Aug 30, 2005 9:42 am
Posts: 29
Website: http://www.indiegigs.co.uk
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


Top
   
 Post subject:
PostPosted: Wed May 24, 2006 10:16 am 
Offline
Senior Member
User avatar

Joined: Wed Mar 17, 2004 12:35 am
Posts: 118
Website: http://www.necrobones.com/
Location: Sterling, VA
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.

_________________
----
Ed/Bones.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group