That is a very strange syntax, at least for me. Mine is quite different. take a look:
Code:
[root@gold ~]# cat /etc/fetchmailrc
#
set postmaster "postmaster"
set bouncemail
set no spambounce
set daemon 120
set logfile "/var/log/fetchmail.log"
# User 1
poll mail.isp.com with proto IMAP user 'userA@isp.com' there with password 'xxx' is 'user1' here options fetchall and wants mda "/usr/bin/procmail -d %T";
# User 2
poll mail.isp2.com with proto IMAP user 'userB@isp2.com' there with password 'xxx' is 'user2' here options fetchall and wants mda "/usr/bin/procmail -d %T" ;
As rule of thumb, start as simple you can. After that, add all complexity you want, one by time.
I hope this help you,