Author |
|
Michael Fox Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 17 December 2005 at 11:34am | IP Logged
|
|
|
No matter what timeout setting I use, it always uses 30 seconds. How do I actually change it, I need to set it to 10 seconds.
Thank You
Michael Fox
webmaster@m3lgs.com
M3 Lead generation Systems
http://www.m3lgs.com
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 17 December 2005 at 5:13pm | IP Logged
|
|
|
Perhaps, the changes you applied to the ini file just didn't take effect. To apply the changes, stop/uninstall the service (Stop and Uninstall the service.bat) and then install/start service back (Install & Start the service.bat).
If, however, you're pretty sure timeout is still not changed, could you please provide more information about the situation when the timeout occurs along with the log file? Thanks!
Regards,
Alex
|
Back to Top |
|
|
Michael Fox Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 21 December 2005 at 1:10pm | IP Logged
|
|
|
It did save the settings. The ini file is below. The situation is, the queue tries to send a message and while it should only wait 10 seconds, it is waiting 30 seconds. An exerpt from the log file is below as well.
--------------------------------------
[Main]
LicenseKey="***********"
QueueDirPath="D:\MessageQueue"
[Logging]
EnableLogging=yes
LoggingLevel=2
LogFilePath="D:\MessageQueue\log.txt"
[Timings]
PollingInterval=2
SendsPerSecond=4
SendsPerSession=20
Timeout=10
[SMTP]
ServerName="***********"
DomainName=null
PortNumber=2500
UserName="***********"
Password="***********"
AuthMethod=1
[Problems]
KillUnsentMessages=no
--------------------------------------
--------------------------------------
11:20:18 Sending message from file 00007851.mbm
11:20:18 Reading message file
11:20:18 Sending MAIL FROM command
11:20:18 Sending RCPT TO command
11:20:18 Dot at line start found, performing parsing
11:20:18 Dotting the message end
11:20:18 Sending DATA command
11:20:18 Sending sequence of data chunks
11:20:18 Sending full-size (8192 bytes) data chunk
11:20:18 Sending partial data chunk
11:20:18 All data chunks have been sent
11:20:18 The message has been successfully sent
11:20:18 Sending message from file 00007852.mbm
11:20:18 Reading message file
11:20:18 Sending MAIL FROM command
11:20:18 Sending RCPT TO command
11:20:18 Dot at line start found, performing parsing
11:20:18 Dotting the message end
11:20:18 Sending DATA command
11:20:18 Sending sequence of data chunks
11:20:18 Sending partial data chunk
11:20:18 All data chunks have been sent
11:20:38 ERROR - No response: connection is lost
11:20:38 ERROR - The message has not been sent due connection failure
11:20:40 Searching for the messages... Folder is D:\MessageQueue\*.mbm
11:20:40 Connecting to server...
11:20:40 Connected to server
11:20:40 Sending message from file 00007852.mbm
11:20:40 Reading message file
11:20:40 Sending MAIL FROM command
11:20:40 Sending RCPT TO command
11:20:40 Dot at line start found, performing parsing
11:20:40 Dotting the message end
11:20:40 Sending DATA command
11:20:40 Sending sequence of data chunks
11:20:40 Sending partial data chunk
11:20:40 All data chunks have been sent
11:21:10 ERROR - No response: connection is lost
11:21:10 ERROR - The message has not been sent due connection failure
11:21:12 Searching for the messages... Folder is D:\MessageQueue\*.mbm
---------------------------------------
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 22 December 2005 at 3:54pm | IP Logged
|
|
|
Please try to install the newer version of MailBee Message Queue at http://www.afterlogic.com/updates/mmqsetup.exe and let us know if this helps.
Regards,
Alex
|
Back to Top |
|
|