RE: How to send a test message directly to lmtp, to test proxying

2019-11-12 Thread Marc Roos via dovecot
 
Thanks! I am now doing it like this 

cat test.msg | /usr/libexec/dovecot/lmtp

[@~]# cat test.msg
MAIL FROM:
RCPT TO:
DATA
Subject: AAA subject 977

This is the message 977 body


. 



-Original Message-
Subject: Re: How to send a test message directly to lmtp, to test 
proxying


On 12.11.2019 15.26, Marc Roos via dovecot wrote:
>
> How to send a test message directly to lmtp, to test proxying? 

Using LMTP protocol:

LHLO localhost

MAIL FROM:

RCPT TO:

DATA

...

.

Aki





Re: How to send a test message directly to lmtp, to test proxying

2019-11-12 Thread Aki Tuomi via dovecot


On 12.11.2019 15.26, Marc Roos via dovecot wrote:
>
> How to send a test message directly to lmtp, to test proxying? 

Using LMTP protocol:

LHLO localhost

MAIL FROM:

RCPT TO:

DATA

...

.

Aki