This is a discussion on postfix command to check mailing list within the alt.comp.mail.postfix forums, part of the Mail Servers and Related category; with sendmail I use virtualusertable file and aliases file to define some mailing lists example: - file /etc/mail/virtualusertable .... network@...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
with sendmail I use virtualusertable file and aliases file to define some
mailing lists example: - file /etc/mail/virtualusertable .... network@mydomain.com network-ml .... file /etc/mail/aliases .... network-ml: user1@mydomain.com user2@mydomain.com, otheruser@hisdomain.net, ... ... when I want to check mailing list i simply use sendmail -bv network-ml is there a similar command with postfix? thanks Luca |
|
|||
|
Hi Luca,
xidro@diesel wrote: > sendmail -bv network-ml > > is there a similar command with postfix? sendmail -bv should work with Postfix version 2.1 and later: http://www.postfix.org/sendmail.1.html hth Gregor |