ispCP - Board - Support
Mailman - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Mailman (/thread-2107.html)



Mailman - Shaney - 01-09-2008 05:33 AM

Hello,

I'm trying to install and configure mailman, but i'm unable to let it work ONLY for incoming emails.

I did it working for web interface and general uses of mailman, but every time I send an email to mailman it's rejected.
Well, this happen 'cos the address isn't in aliases, but I don't know where to put aliases nor how to let them works without interfere with ispCP works.
The best would be to fix ispCP to create and update addresses automatically, but actually I don't know how to. Is there someone could instruct me how/where to do it? Then I'll manage it: I'm still doing a mini setup (howto) to replicate it on all my servers, and I'll put it in howto section once ready.

Thank you in advance.


RE: Mailman - Shaney - 01-11-2008 12:13 AM

Second step solved.
I used an additional file for aliases I put in

Code:
/etc/mailman/aliases

changed main.cf with
Code:
virtual_alias_maps      = hash:/etc/postfix/ispcp/aliases, hash:/etc/mailman/aliases

and for each new list created I do
Code:
/usr/sbin/postmap /etc/mailman/aliases
newaliases

I'll recover 1st step from my scratch notes and do a full installation, then i'll post my work here.


RE: Mailman - Shaney - 01-11-2008 12:15 AM

If i don't remeber bad, these 2 steps should let you use mailman with ispcp.
Then it would be cool to give access to mailman pages only for domain owner not worldwide. (3rd step?)


RE: Mailman - joximu - 01-11-2008 07:31 AM

Quote:/usr/sbin/postmap /etc/mailman/aliases

IIRC this one is needless - a newaliases should be ok...