Search found 7 matches
- 16 Nov 2015, 19:48
- Forum: General
- Topic: fetchmail + pgp
- Replies: 5
- Views: 1524
Re: fetchmail + pgp
I use this solution, it's still on staging server but seems to be working fine for my needs #!/bin/bash #fetch new messages only /usr/bin/fetchmail -k; #break the inbox in several messages and pipe content to the worker cat /var/mail/otrs | formail -ds /usr/bin/perl otrs.Console.pl Maint::PostMaster...
- 16 Nov 2015, 17:59
- Forum: General
- Topic: fetchmail + pgp
- Replies: 5
- Views: 1524
Re: fetchmail + pgp
yes, I believe Maildir is the answer. I'm looking into it
- 16 Nov 2015, 17:20
- Forum: General
- Topic: fetchmail + pgp
- Replies: 5
- Views: 1524
Re: fetchmail + pgp
Thank you, well it's not very intuitive from the documentation
do you know what method would be best to achieve this?
do you know what method would be best to achieve this?
- 16 Nov 2015, 15:12
- Forum: General
- Topic: fetchmail + pgp
- Replies: 4
- Views: 1426
Re: fetchmail + pgp
the only addon I run is the pgp extension.
no postmaster filters that I know.
On the logs there's nothing weird. this probably explains the fact that it somehow managed to create a ticket after parsing the mail file
no postmaster filters that I know.
On the logs there's nothing weird. this probably explains the fact that it somehow managed to create a ticket after parsing the mail file
- 16 Nov 2015, 14:44
- Forum: General
- Topic: fetchmail + pgp
- Replies: 4
- Views: 1426
Re: fetchmail + pgp
not sure why it posted twice. please mod delete one
- 16 Nov 2015, 12:43
- Forum: General
- Topic: fetchmail + pgp
- Replies: 5
- Views: 1524
fetchmail + pgp
Hi, I'm trying to fetchemails from an IMAP account, so, the /var/mail/otrs file is created and if I do this: cat /var/mail/otrs | perl otrs.Console.pl Maint::PostMaster::Read a single HUGE ticket is opened, with all the bodies from hundreds of email. am I missing something? perhaps I'm using a wrong...
- 16 Nov 2015, 12:43
- Forum: General
- Topic: fetchmail + pgp
- Replies: 4
- Views: 1426
fetchmail + pgp
Hi, I'm trying to fetchemails from an IMAP account, so, the /var/mail/otrs file is created and if I do this: cat /var/mail/otrs | perl otrs.Console.pl Maint::PostMaster::Read a single HUGE ticket is opened, with all the bodies from hundreds of email. am I missing something? perhaps I'm using a wrong...