O/H Victor Duchovni έγραψε:
On Thu, Mar 18, 2010 at 05:41:24PM +0200, ??
?? wrote:
Postfix does not send "mail read" notifications.
You mean that these notifications are not part of the Postfix System?
They can't be. Postfix is a doctor not
O/H Wietse Venema έγραψε:
Dimitrios Karapiperis:
Hi
When someone sends an e-mail to multiple recipients and requests
read receipt the MDN mechanism works fine but on the receipt
message itself, the sender receives that recipie...@domain.tld,
recipie...@domain.tld have read the message without
Users source could be ldap or mysql, not a hash file.
In essence, I need to employ the local_recipient_map property, which
holds all the valid recipients
of the particular Postfix instance.
Dimitrios
O/H Phill Macey έγραψε:
2009/8/ l24 Δημήτριος Καραπιπέρης :
I came to this solution, a
I came to this solution, a bash script to validate a local recipient
employing the SMTP protocol.
#!/bin/bash
nc localhost 25 << EOF | grep '250 2.1.5 Ok' | sed 's/250 2.1.5 Ok/OK/'
HELO localhost
MAIL FROM:
RCPT TO: <$1>
QUIT
EOF
Dimitrios
O/H Wietse Venema έγραψε:
? ?