how does haraka handle delivery for a multi recipient message ?
if the remote host accepts only one recipient, but not the other, is the message delivered ?
SynchroM has quit
endre
i've got a plugin that makes haraka accept only one rcpt per transaction
this is not an answer at all to your question
andris9 joined the channel
andris9 has quit
andris9 joined the channel
andris9 has quit
andris9 joined the channel
andris9 has quit
andris9 joined the channel
andris9 has quit
andris9 joined the channel
andris9 has quit
andris9 joined the channel
andris9 has quit
andris9 joined the channel
andris9 has quit
andris9 joined the channel
andris9 has quit
knutix_ joined the channel
knutix has quit
last1
ok... :)
from what I'm seeing, if a message has two recipients and one is invalid, the entire message fails to deliver on the next hop because of that invalid recipient
the question is why does Haraka treat this as a temporary error
when it should be a fatal one
hook=queue plugin=queue/smtp_forward function=hook_queue params="" retval=DENYSOFT msg="4.1.1 <doesntexist@testdomain.local>: Recipient address rejected: unverified address: host 192.168.1.131[192.168.1.131] said: 550 sorry, no mailbox here by that name (in reply to RCPT TO command)"
andris9 joined the channel
andris9 has quit
xychix joined the channel
xychix joined the channel
godsflaw has quit
EyePulp joined the channel
endre
lmtp supposed to cover that case
but yes, i agree to you concern
SynchroM joined the channel
EyePulp has quit
last1
do you know why a 4xx error is returned for a 5xx downstream error ?
knutix joined the channel
and what happens when a message gets soft denied ? Does Haraka reschedule a later attempt ?