Email Problem

Moderator: crythias

Locked
223roni256
Znuny newbie
Posts: 63
Joined: 30 Dec 2013, 14:27
Znuny Version: 3.3.3
Real Name: Lukasz Sobiepan
Company: Novum

Email Problem

Post by 223roni256 »

Everyting is be fine untli I change name od queue and name Agent when i do that i have in log this:

Fri Feb 28 10:13:12 2014 error OTRS-otrs.PostMasterMailbox.pl-73 POP3: Can't process mail, email no 116 is empty!
Fri Feb 28 10:13:01 2014 notice OTRS-otrs.PostMasterMailbox.pl-73 Can't create PID PostMasterMailbox, because it's already running (172.16.74.1/20295)!
Fri Feb 28 10:12:40 2014 error OTRS-otrs.PostMasterMailbox.pl-73 POP3: Can't process mail, email no 115 is empty!
Fri Feb 28 10:12:08 2014 error OTRS-otrs.PostMasterMailbox.pl-73 POP3: Can't process mail, email no 114 is empty!
Fri Feb 28 10:12:02 2014 notice OTRS-otrs.PostMasterMailbox.pl-73 Can't create PID PostMasterMailbox, because it's already running (172.16.74.1/20295)!
Fri Feb 28 10:11:36 2014 error OTRS-otrs.PostMasterMailbox.pl-73 POP3: Can't process mail, email no 113 is empty!
Fri Feb 28 10:11:04 2014 error OTRS-otrs.PostMasterMailbox.pl-73 POP3: Can't process mail, email no 112 is empty!
Fri Feb 28 10:11:01 2014 notice OTRS-otrs.PostMasterMailbox.pl-73 Can't create PID PostMasterMailbox, because it's already running (172.16.74.1/20295)!
Fri Feb 28 10:10:32 2014 error OTRS-otrs.PostMasterMailbox.pl-73 POP3: Can't process mail, email no 111 is empty!
Fri Feb 28 10:10:02 2014 notice OTRS-otrs.PostMasterMailbox.pl-73 Can't create PID PostMasterMailbox, because it's already running (172.16.74.1/20295)!
Fri Feb 28 10:10:00 2014 error OTRS-otrs.PostMasterMailbox.pl-73 POP3: Can't process mail, email no 110 is empty!
Fri Feb 28 10:09:28 2014 error OTRS-otrs.PostMasterMailbox.pl-73 POP3: Can't process mail, email no 11 is empty!
Fri Feb 28 10:09:02 2014 notice OTRS-otrs.PostMasterMailbox.pl-73 Can't create PID PostMasterMailbox, because it's already running (172.16.74.1/20295)!
Fri Feb 28 10:08:56 2014 error OTRS-otrs.PostMasterMailbox.pl-73 POP3: Can't process mail, email no 109 is empty!
Fri Feb 28 10:08:24 2014 error OTRS-otrs.PostMasterMailbox.pl-73 POP3: Can't process mail, email no 108 is empty!

I think that's probably not problem with that but who knows.

Thank's for help.
Regards.

otrs 3.3.3 ubuntu 12.04 LTS
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Email Problem

Post by crythias »

You are running simultaneous fetching on the mailbox.
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
223roni256
Znuny newbie
Posts: 63
Joined: 30 Dec 2013, 14:27
Znuny Version: 3.3.3
Real Name: Lukasz Sobiepan
Company: Novum

Re: Email Problem

Post by 223roni256 »

Ok can you give me more specyfic info ?
So otrs fetch email proces is duplicated that's why can't send email ??

Regards.
Thank's for help.

OTRS 3.3.3 on ubuntu 12.04 LTS
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Email Problem

Post by reneeb »

The log messages aren't related to mail sending. It's just about fetching mail...

Regarding you mail sending problems you should provide more info:

* show us your configuration regarding mail sending (Sysconfig -> Frameword -> Core::Sendmail)
* Search for mail sending related log entries
* Is an error message shown in the browser? If one is shown, please post the message.
* What kind of email do you want to send? (Is there a problem with notifications or with ticket replys?)
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
223roni256
Znuny newbie
Posts: 63
Joined: 30 Dec 2013, 14:27
Znuny Version: 3.3.3
Real Name: Lukasz Sobiepan
Company: Novum

Re: Email Problem

Post by 223roni256 »

Ok sorry for late answer, i was busy. Know otrs working fine I change the script in otrs about cron job
<OTRS_HOME>/var/cron/postmaster_mailbox

i have * * * * * $HOME/.... so cron fetch emails immediately
i change to
* /2 * * * *$HOME/.. and for know everything be fine but thank you for help maybe next time this clues will useful.

Thank's for help.
Regards/
Locked