[Zope] ZMailIn - alternatives?

Andy Dawkins andyd@nipltd.com
Tue, 21 Nov 2000 08:50:58 -0000


Vince

> I installed it right away - and I think it should work. When
> first trying to mail to the system it said it had some problem
> with the x-envelope-to header.

The ZMailIn system doesn't use the x-envelope-to header it uses the
envelope-to header.
If your mail server provides x-envelope-to instead of envelope-to then you
need to change lines 83 and 84 in zopeMailIn.py to reflect this change.

> As far as I understood the problem, the mail server should
> provide this feature, but mine doesn't. ;-(

What mail server are you using.  I know exim works fine and I have heard
reports of people using send-mail

> Thus I can't mail into the system. Any idea for workarounds?

If you still can't get it working then email me the exact details.  Prehaps
then I'll find an excuse to update ZMailIn and release another version :)

-Andy