Re: mutli ip support (General questions)
Hi Don,
Let me try answrting all of these questions:
1. You can, just run separate instance of wodSmtpServer for each IP. You should also use BindIP property to bind server to listen only to certain IP.
2. You can change the Helo String for each user. You can do that by modifying the user.HELODomain property, of by changing it directly (when provided) in HelpReceived or Command Event.
3. You should implement your own logging.
4. wodSmtpServer will always store messages to files. If you don't specify the FileName, wodSmtpServer will create a temporary file. However, if you wish to store message contents to a database, or read it from there, you should use Body message and populate it from database.
Hope I helped.
Regards,
Damba
Complete thread:
- mutli ip support - don, 2008-03-10, 07:56
- Re: mutli ip support - wodDamir, 2008-03-10, 09:31