Reported by iulius on 17 Jan 2009 09:09 UTC
We should proof-read all the variables parsed in innfeed.conf, fix possible errors and update the man page (converting it into POD).
In an inn-bugs posting, Jeffrey T. Eaton reports that imapfeed has a bug in its configuration parsing:
If I configure my feed as
group cyrus {
deliver-rcpt-to: bb+%s
peer cyrus.andrew.cmu.edu {
ip-name: cyrus.andrew.cmu.edu
}
}
or as:
group cyrus {
peer cyrus.andrew.cmu.edu {
deliver-rcpt-to: bb+%s
ip-name: cyrus.andrew.cmu.edu
}
}
then the deliver-rcpt-to setting is ignored. If I move it outside of
the group block, then it is honored. IE, this works:
deliver-rcpt-to: bb+%s
group cyrus {
peer cyrus.andrew.cmu.edu {
ip-name: cyrus.andrew.cmu.edu
}
}
Reported by iulius on 17 Jan 2009 09:09 UTC
We should proof-read all the variables parsed in innfeed.conf, fix possible errors and update the man page (converting it into POD).
In an inn-bugs posting, Jeffrey T. Eaton reports that imapfeed has a bug in its configuration parsing:
If I configure my feed as
or as:
then the deliver-rcpt-to setting is ignored. If I move it outside of
the group block, then it is honored. IE, this works: