urgent -- apache james - recieved mesages are not stored
Hello, I'm new to james. I can send messages with james, but the messages received by james are not stored.
I only changed followings on the default configuration file.
smtp server setting:
<authorizedAddresses>*</authorizedAddresses>
and commented out following mailet:
<!--<mailet match="RemoteAddrNotInNetwork=127.0.0.1" class="ToProcessor">
<processor> relay-denied </processor>
<notice>550 - Requested action not taken: relaying denied</notice>
</mailet> -->
I can send messages. also incoming messages seem in the logs that recieved by james .
but when i connect to pop3 server with an email client such as outlook get no email. i checked the mail folders under var/mail/inboxes, no files there.
i already have a dns server running. what's the problem? can anybody help?