Alle 16:46, gioved� 20 febbraio 2003, Niccolo Rigacci ha scritto:
> It seems that that client does not understand messages header, messages are
> received without subject and other header info.
>
> The only difference that I can notice is that courierpop3d puts an extra
> line at the begin of a RETR message, like this:
>
>    RETR 1
>    +OK 5510 octets follow.
>    From [EMAIL PROTECTED] Wed Feb 19 18:02:03 2003
>    Return-path: <[EMAIL PROTECTED]>

Yes, the problem was not with courier pop server but with Exim mta. The "From" 
line should not appear at the begin of the message if using the Maildir 
format (it should exists in the Unix mailbox format instead).

To prevent Exim from adding that line and to prevent special handling of 
"From" lines I put the following directives in exim.conf (in the transport 
definition):

  driver = appendfile
  maildir_format
  prefix = ""
  suffix = ""
  check_string = ""
  escape_string = ""

Problem solved, in less than 5 hours, thanks!

-- 
Niccolo Rigacci
http://www.texnet.it/


-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to