...
Info |
---|
Если IMAP журналирование все равно останавливается после того, как вы попробовали сделать все вышеописанное, пожалуйста, свяжитесь с службой технической поддержки. Или вместо IMAP журналирования используйте STMP журналирование. |
SMTP/Milter Archiving Issuesпроблемы архивирования
- An SMTP/Milter Listener Connection is not created, enabled or listening on the correct port
Resolution: In the Listeners Configuration section, confirm that an SMTP/Milter Listener is created, is listening on the correct port and is enabled
Telnet to the appropriate port on the Архива server IP address. If a response is received, the listener service is listening as it should.
For a more comprehensive SMTP test: Download and install the Thunderbird mail client on your desktop. Configure a dummy account, to send to Архива's SMTP server on the correct port. You may need to switch Архива's SMTP server to use port 25 for the experiment. Use Thunderbird to send a test message. If all is well, the test message should appear in the search results.
- No traffic is being sent to Архива from the mail server
Execute the following Linux commands to check for SMTP traffic on the default port of 8091:sudo tcpdump -w smtp.dump -i lo port 8091 (loopback)
sudo tcpdump -w smtp.dump -i any port 8091 (any interface)
cat smtp.dump to see smtp traffic
Execute the following to determine whether there is any mail flowing on port 8091:sudo tcpdump -w milter.dump -i lo port 8092 (loopback)
sudo tcpdump -w milter.dump -i any port 8092 (any interface)
cat milter.dump to see milter traffic
Enable Troubleshoot Logging in Configuration->Logs enable Troubleshoot Logging. When a message appears in the log, debug statements will be outputted.
...