[Reference:<_A4179@delegate-en.ML_>]
Newsgroups: mail-lists.delegate-en
[DeleGate-En] Re: CFI for smtp doesn't work
Yutaka,
Thank you very much! It works perfectly.
I'm so sorry, but may I ask about one more problem?
I'm trying to combine pop2 and smtp configs ( separately the both configs work).
It looks like I missed something important in the documentation about CMAP.
-------------- delegate.conf -----------------------
-P110,25
SERVER="pop://10.1.1.15:-:{*:110}"
SERVER="smtp://10.1.1.15:-:{*:25}"
SMTPCONF=myname:delegate.test.com
CMAP="/opt/MAIL/delegate9.8.5/pop3.cfi:FTOCL:pop:*:*"
CMAP="/opt/MAIL/delegate9.8.5/smtp.cfi:FTOSV:smtp:*:*"
ADMIN=you@your..
-v
----------------------------------------------------
Thank you,
--
Serge
Yutaka Sato wrote:
> Hi,
>
> In message <_A4178@delegate-en.ML_> on 10/18/08(05:42:14)
> you Serge Leschinsky <pkiiabdyi-qjkxlpiry3y6.ml@delegate.org> wrote:
> |I wrote a simple CFI for pop3 and it works well but if I try to use the
> |same one for smtp it doesn't work.
> |
> |I've simplified the filter as much is possible.
> |
> |Could you please explain me my mistake?
> ...
> |FFROMCL=./smtp.cfi
>
> You should use FTOSV instead of FFROMCL.
>
> Cheers,
> Yutaka
|