5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] SMTP STARTTLS and...
FromSent OnAttachments
BamberoDec 21, 2007 1:35 am 
Bernd WurstDec 21, 2007 2:13 am 
Robert ZajdaDec 21, 2007 2:46 am 
Jeff JansenDec 21, 2007 3:04 am 
Robert ZajdaDec 21, 2007 3:13 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] SMTP STARTTLS and mail queueActions...
From:Bernd Wurst (ber@bwurst.org)
Date:Dec 21, 2007 2:13:20 am
List:net.sourceforge.lists.courier-users

Hallo.

Am Freitag, 21. Dezember 2007 schrieb Bambero:

<te@test.pl>: mail.test.pl [11.11.11.11]:

STARTTLS

<<< 454 TLS currently unavailable [...] I can see that there is PLAIN LOGIN auth available so I want to courier use one of them when STARTTLS fails, or temporary fails.

Never use fantasy-hostnames and -addresses. Use real ones.

This behaviour is intended and cannot be solved the way you want. If you enable TLS, messages should be transferred using TLS (as long as the opposite server supports it).

You test.pl-Server says "hey, here, I can do STARTTLS". After requsting it, he says "ehm, sorry, some temporary trouble with my configuration".

Blame the remote administrator for his broken setup. To work around this temporarily, you can set test.pl: /SECURITY=NONE in esmtpaccess to disable TLS for this domain entirely.

Second quation: How long defered/delayed mails stay in queue. For me 1 day is enough, becouse I have long queue now.

from "man courier":

queuetime

This file specifies how long Courier normally tries to repeatedly deliver a message, before giving up and returning it as undeliverable. Messages are immediately returned as undeliverable when a permanent failure is encountered (such as the recipient address not being valid). Attempts to deliver the message when there's a temporary, transient, error (such as the network being down) will be repeatedly made for the duration of time specified by this configuration file. This file contains a number followed by the letter 'w' for weeks, or 'd' for days. It is also possible to use 'h' for hours, 'm' for minutes, or 's' for seconds. Only integers are allowed, fractions are prohibited. However, you can use '1w2d' to specify one week and two days. If queuetime is missing, Courier makes repeated delivery attempts for one week.

cu, Bernd