POP3S - SSL

Moderator: crythias

Post Reply
lucasdgr
Znuny newbie
Posts: 31
Joined: 24 Sep 2010, 14:16
Znuny Version: 2.4

POP3S - SSL

Post by lucasdgr »

Hello:

I could successfully download mail via pop3s (ssl).
Tentatively, I solved by adding the following line to crond:

Code: Select all

*/1 * * * *    $HOME/bin/PostMasterMailbox.pl -t POP3S -s 10.1.1.157 -u helpdesk -p passw -f 1 -d 1 >> /dev/null
The problem is that after downloading the mail, I receive another mail with the following:

Code: Select all

De:  	
root@localhost.localdomain (Cron Daemon)
Para: 	
otrs@localhost.localdomain
Asunto: 	
Cron <otrs@localhost> $HOME/bin/PostMasterMailbox.pl -t POP3S -s 10.1.1.157 -u helpdesk -p passw -f 1 -d 1 >> /dev/null
Creado: 	
05/10/2010 - 08:16:03
Sub part(1/1)!
->GotArticle::Atm: 'file-1' 'text/plain; charset="iso-8859-1"'
Sub part(1/2)!
->GotArticle::Atm: 'file-2' 'text/html; charset="iso-8859-1"'
Any suggestions?
thanks
OTRS 2.4.8 - ITSM 2.1.1 - FAQ 1.6.5
Server CentOS-5.5-x86_64
Apache 2.2.3 - Mysql 5.0.77 - perl v5.8.8
lucasdgr
Znuny newbie
Posts: 31
Joined: 24 Sep 2010, 14:16
Znuny Version: 2.4

Re: POP3S - SSL

Post by lucasdgr »

almost solved.
He was calling the routine in debug mode -d 1.
*/1 * * * * $HOME/bin/PostMasterMailbox.pl -t POP3S -s 10.1.1.157 -u helpdesk -p passw >> /dev/null
Removing this parameter works correctly.

It is advisable to leave these parameters on cron? Since there are username and password for mail account.

Thank
OTRS 2.4.8 - ITSM 2.1.1 - FAQ 1.6.5
Server CentOS-5.5-x86_64
Apache 2.2.3 - Mysql 5.0.77 - perl v5.8.8
Post Reply