Skip to content

Support per-peer configuration of IMAP parameters for imapfeed #137

Description

@rra

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
 }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    C: innfeedRelated to innfeedP: lowLow prioritybugSomething isn't working

    Type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions