Hello Everyone!
I am faced with an issue and can't really figure out what might be causing it.
I have setup an email account in admin/PostMaster Mail Accounts so OTRS can fetch an incoming mail. It seemed to work at first but then when I looked at log I keep getting a message:
OTRS-otrs.PostMasterMailbox.pl-10[2552]: [Error][Kernel::System::MailAccount::POP3S::_Fetch][Line:149]: POP3S: Auth for user ******* failed!
I know that it seems like auth problem but credentials are correct! As I said, it seems to fetch incoming emails just fine, however this error still occurs. Also, I have noticed that at that same time when I click "fetch" using GUI it also gives me an error. Then, after couple of minutes it works just fine.
Tried to telnet to that mail account during a log entry and it was successful. So it seems to me like it is a bug inside OTRS.
Any help/advice is appreciated!
mail: POP3S Exchange
OTRS: 3.2
OTRS 3.2 POP3S Auth for user ***** failed!
Moderator: crythias
OTRS 3.2 POP3S Auth for user ***** failed!
Version: OTRS & ITSM 3.3.8
OS: Windows Server 2012
DB: MS SQL 2012
Web Server: IIS 8
OS: Windows Server 2012
DB: MS SQL 2012
Web Server: IIS 8
Re: OTRS 3.2 POP3S Auth for user ***** failed!
check your Exchange Server.
- POP3S might be locked due to another access to the mailbox
- permissions for this user might be wrong
- POP3S might be locked due to another access to the mailbox
- permissions for this user might be wrong
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: OTRS 3.2 POP3S Auth for user ***** failed!
jojo wrote:check your Exchange Server.
- POP3S might be locked due to another access to the mailbox
- permissions for this user might be wrong
Thanks for your reply!
Could you please be more specific?
"- POP3S might be locked due to another access to the mailbox
- permissions for this user might be wrong"
I think that if POP3S was locked, it wouldn't work at all right? However, it works but it is not stable. I have setup a cron job to fetch email every 5 min and from the log I can see that auth fails sometimes once in 5 min, sometimes in 10, 20 or even 30 minutes.
How do I check for permissions?
Version: OTRS & ITSM 3.3.8
OS: Windows Server 2012
DB: MS SQL 2012
Web Server: IIS 8
OS: Windows Server 2012
DB: MS SQL 2012
Web Server: IIS 8
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: OTRS 3.2 POP3S Auth for user ***** failed!
It's possible that your POP3 Server is blocking you for too-frequent fetches. There might be a hard-coded 15 minute limit between allowed fetches.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: OTRS 3.2 POP3S Auth for user ***** failed!
I thought about that. But I don't really think that is an issue. I am able to click "fetch" from gui couple times in a row and it doesn't give me any error. So I assume that POP3 server is able to handle frequent fetches. What I don't understand that why auth failures happen just randomly...crythias wrote:It's possible that your POP3 Server is blocking you for too-frequent fetches. There might be a hard-coded 15 minute limit between allowed fetches.
Cron job is set to fetch emails every 5 min but I don't see auth failures each fetch.
Update:
During some research I found an OTRS github repository (https://github.com/OTRS/otrs) and decided to try out the POP3TLS.pm module which is not available in my current version of OTRS (3.2). After I installed and reconfigured postmaster mail to use POP3TLS it seems that issue doesn't appear that often as it used to. Now the message in a log says "Can't connect to "hostname" as opposed to "Auth for user **** failed". Failures occur once in 20-40 minutes. Any suggestions???
Version: OTRS & ITSM 3.3.8
OS: Windows Server 2012
DB: MS SQL 2012
Web Server: IIS 8
OS: Windows Server 2012
DB: MS SQL 2012
Web Server: IIS 8