During incoming primary SMTP transaction hMailServer could do following:
After incoming MAIL FROM command hMailServer would use MX record of this sender domain to perform new secondary outgoing SMTP transaction with empty sender address (simulating delivery notification) and recipient address used from primary incoming MAIL FROM command. If recipient address in secondary SMTP transaction is accepted by remote server (origin of incoming message from primary SMTP transaction) - secondary transaction is cancelled and primary SMTP transaction can go on based on result of secondary SMTP transaction.
This way it is possible to check whether sender address is valid and to reject non-existing sender address.
Sender Address Verification
Some MTA's have this as an option, But I would use it sparingly.
Because some sites may blacklist you when you are probing them too often.(session probe not actually delivering mail)
If feature added will need some kind of caching, so if the address is verified it can be cached and hMail can reply immediately the next time.
Because some sites may blacklist you when you are probing them too often.(session probe not actually delivering mail)
If feature added will need some kind of caching, so if the address is verified it can be cached and hMail can reply immediately the next time.
hMailServer 5.3.3: External MySql
Win2k3 Server | eWall 4.0 Anti-Spam Anti-Virus SMTP Proxy {http://sssolutions.net/}
SpamAssassin 3.31 - ClamAV on backend Ubuntu Server 10.04(VMware)
Win2k3 Server | eWall 4.0 Anti-Spam Anti-Virus SMTP Proxy {http://sssolutions.net/}
SpamAssassin 3.31 - ClamAV on backend Ubuntu Server 10.04(VMware)
-
- Normal user
- Posts: 111
- Joined: 2004-12-17 12:21
- Contact:
At least this function will be very useful via COM interface to implement form with email address + address check
I.e. I've 2 distribution list (newsletters) of thousands of members and I have to use an external tool in batch to remove bad email address. I'd prefer to implement a online test when the visitor subscribe to the Newsletter
Thomas
I.e. I've 2 distribution list (newsletters) of thousands of members and I have to use an external tool in batch to remove bad email address. I'd prefer to implement a online test when the visitor subscribe to the Newsletter
Thomas