Hi there,
Quote:
Originally Posted by sandeep_hello
I am looking for mail notification in postfix. If my postfix server is sending mail to different user in another domain mail server then is it possible to get notification like:
- Whether mail is read by user or not (Without read recipe option)
- Is it on his spam folder?
|
no, it's not. Mail servers use SMTP to communicate among each other, and the protocol doesn't allow for that kind of feedback information. At best, you can tell whether the destination mail server has accepted or refused the message.
If it accepted the message, it's likely to assume that it'll make it in the receiver's inbox, but even that's not guaranteed. Many mail servers are set up to accept any message addressed to their domain, regardless of whether the mail user actually exists. If I send mail to
donald.duck@example.org (which we assume is a non-existent mailbox), the mail server at example.org might just accept the message because it is formally adressed to a user in its responsibility, and then silently drop the message when it finds no user of that name (and apart from that, there are sometimes things like a catch-all account).
A properly configured mail server should check the recipient while the sender is still talking, and respond with an error status if the recipient doesn't exist.
Under no circumstances, however, will you receive information about the receivers filtering or spam assessment rules.
Quote:
Originally Posted by sandeep_hello
Likewise i want to pull information about mail. Please suggest if there is any option.
|
Without active support on behalf of the receiver, you have no chance.
[X] Doc CPU