Hi all,
I'm trying to set up e-mail fetching (postmaster mail accounts) from a non-default IMAP port, but I have no info on how to do this, and there is no setting that i know of that would allow this.
Any ideas?
Thanx!
Fetching from non-default IMAP/POP3 port
Moderator: crythias
-
- Znuny newbie
- Posts: 74
- Joined: 17 May 2013, 09:30
- Znuny Version: 6.0.30
- Real Name: Stein Erik Berget
Re: Fetching from non-default IMAP/POP3 port
You have to 'fix' this yourself by editing a Perl module yourself. Have a look in thekoki wrote:I'm trying to set up e-mail fetching (postmaster mail accounts) from a non-default IMAP port, but I have no info on how to do this, and there is no setting that i know of that would allow this.
Code: Select all
<OTRS-INSTALL-DIR>/Kernel/System/MailAccount/IMAP.pm
Code: Select all
IMAPS.pm
Code: Select all
sub Connect
Code: Select all
<OTRS-INSTALL-DIR>/Custom/README
I seem to remember that there was a module on http://opar.perl-services.de/ that did this, but I can't find it at the moment.
Or you could look into the alternative ways of collecting e-mail in http://doc.otrs.org/3.3/en/html/email-s ... -fetchmail by example.
Hope this gets you going.
OTRS 6.0.12 on Ubuntu with MySQL DB, and various plug-ins and a hack or two 
