Hello, I have a problem with Fetchmail to create tickets by email to Request-Tracker 4.0. In fact I have a problem when retrieving emails.
A little help would be welcome. Thank you Here is the error message when retrieving emails : Dec 11 12:36:45 machine fetchmail[18226]: 2 messages pour toto dans mail.domaine.com. Dec 11 12:36:46 machine fetchmail[18226]: lecture du message [email protected]:1 parmi 2 (2767 octets dans l'en-tête) (3172 octets dans le corps) (message de trace incomplet) Dec 11 12:36:46 machine fetchmail[18226]: MDA a retourné un état non nul (75) Dec 11 12:36:46 machine fetchmail[18226]: non éliminé The contents of my fetchmailrc file: set daemon 60 set no bouncemail defaults: antispam -1 batchlimit 100 set invisible # Example server section. # #poll foo.bar.org with protocol pop3 # user baka there is localbaka here smtphost smtp.foo.bar.org; poll mail.domaine.com with protocol IMAP username 'toto' there with password 'pass' no keep mda "/path/rt-mailgate --url http://www.monsite.mondomaine.fr/ --queue General --action correspond" poll mail.domaine.com with protocol IMAP username 'toto' there with password 'pass' no keep mda "/path/rt-mailgate --url http://www.monsite.mondomaine.fr/ --queue General --action comment"
