[Dovecot] making Dovecot match Courier POP3 UID's

Robin Elfrink elfrink at introweb.nl
Thu Jul 20 14:34:34 EEST 2006


Robin Elfrink wrote:

> head -2 courierpop3dsizelist | tail -1 | awk '{print(1,$3)}' | sed 's/:/
> /' | awk '{print($1,$3,$2)}' > dovecot-uidlist

That didn't end up very well.

Perhaps this is better:

----------------------------------------------
head -2 courierpop3dsizelist | \
    tail -1 | \
    awk '{print(1,$3)}' | \
    sed 's/:/ /' | \
    awk '{print($1,$3,$2)}' > dovecot-uidlist
----------------------------------------------


Robin Elfrink


More information about the dovecot mailing list