I asked myself what the -e Option in the Cyrus program deliver does. E.G. the -e is used in the postfix Configuration in master.cf, but I cannot find any reference to a -e option in the manpages of deliver.

Does anyone know what this option exactly does?

Heres a master.cf line from postfix. Alle other Options are clear to me except the -e

cyrus       unix  -       n       n       -       -       pipe    flags=R
  user=cyrus      argv=/usr/sbin/cyrdeliver -e -r ${sender} -m ${extension} ${user}

I know using lmtp is far better than cyrus deliver, I only used this as an example.

link|improve this question

75% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Apparently it does nothing.

The source of deliver.c from cyrus-imap 2.1.18 includes this in option handling:

    case 'e':
        /* duplicate delivery. ignore */
        break;
link|improve this answer
thank you exactly the explanation I was looking for – evildead Nov 20 '09 at 12:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.