How to use postfix with dummy email backend

I have a domain example.com with a list examplelist. what should I write in the field recipient in mailman.cfg? and how to send mail to the list using postfix?

On Wed, Mar 6, 2019, at 9:57 AM, uwais zaki wrote:
I have a domain example.com with a list examplelist. what should I write in the field recipient in mailman.cfg?
I am not sure what do you mean by this, which field "recipient" are you talking about?
and how to send mail to the list using Postfix?
Settings to setup Mailman with Postfix is mentioned here <https://mailman.readthedocs.io/en/latest/src/mailman/docs/mta.html#postfix>.
If you are trying to setup Mailman for development, I'd recommend not directly using Postfix unless you have a way to route emails to Postfix on your machine.
It is easier to inject emails using mailman inject
command which would
work similar to an email coming from Postfix but is easier for development
purposes.
-- thanks, Abhilash Raj (maxking)

On Wed, Mar 6, 2019, at 9:57 AM, uwais zaki wrote:
I have a domain example.com with a list examplelist. what should I write in the field recipient in mailman.cfg?
I am not sure what do you mean by this, which field "recipient" are you talking about?
and how to send mail to the list using Postfix?
Settings to setup Mailman with Postfix is mentioned here <https://mailman.readthedocs.io/en/latest/src/mailman/docs/mta.html#postfix>.
If you are trying to setup Mailman for development, I'd recommend not directly using Postfix unless you have a way to route emails to Postfix on your machine.
It is easier to inject emails using mailman inject
command which would
work similar to an email coming from Postfix but is easier for development
purposes.
-- thanks, Abhilash Raj (maxking)
participants (2)
-
Abhilash Raj
-
uwais zaki