From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Schmidt Date: Fri, 22 Apr 2011 09:02:32 +0000 Subject: Re: [mlmmj] issue in configuration Message-Id: <4DB14428.7020804@yahoo.com.au> List-Id: References: <25A2786F-D0AD-42D1-A5B3-534F60D1FEA6@metavers.net> In-Reply-To: <25A2786F-D0AD-42D1-A5B3-534F60D1FEA6@metavers.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: mlmmj@mlmmj.org Have a look here for how to change various options of your list. http://mlmmj.org/docs/tunables/ To restrict a list so that only subscribers can post, it's subonly post that you want. Ben. On 22/04/11 6:56 PM, Benoit Chesneau wrote: > sound like it was working but I didn't get any error telling I wasn't suscribed to the list. Is there a way to configure that ? > > - benoit > On Apr 22, 2011, at 10:03 AM, Benoit Chesneau wrote: > >> Hi all, >> >> I'm trying to configure mlmmj with postfix+dovecot, and virtual hosting handled in mysql and I get this error in log: >> >> Apr 22 09:59:06 node0 postfix/qmgr[7734]: A180D15E640D: from=, sizeR9, nrcpt=1 (queue active) >> Apr 22 09:59:06 node0 /usr/local/bin/mlmmj-process[7894]: mlmmj-process.c:702: Found To: rcouch@refuge.io: No such file or directory >> Apr 22 09:59:06 node0 postfix/pipe[7893]: A180D15E640D: to=, orig_to=, relay=mlmmj, delay=0.27, delays=0.17/0/0/0.1, dsn=2.0.0, status=sent (delivered via mlmmj service) >> Apr 22 09:59:06 node0 postfix/qmgr[7734]: A180D15E640D: removed >> >> What could be the problem? >> >> - benoit >> >> snippet of main.cf: >> >> virtual_mailbox_domains = proxy:mysql:$config_directory/mysql_virtual_domains_maps.cf >> virtual_mailbox_base = /var/vmail >> virtual_mailbox_maps = proxy:mysql:$config_directory/mysql_virtual_mailbox_maps.cf >> virtual_alias_maps = regexp:/var/spool/mlmmj/virtual.regexp, >> proxy:mysql:$config_directory/mysql_virtual_alias_maps.cf >> >> virtual_minimum_uid = 101 >> virtual_uid_maps = static:101 >> virtual_gid_maps = static:101 >> >> transport_maps = regexp:/var/spool/mlmmj/transport >> >> virtual_transport = dovecot >> >> mlmmj_destination_recipient_limit = 1 >> >> >> master.cf: >> >> mlmmj unix - n n - - pipe >> flags=DORhu user=mlmmj argv=/usr/local/bin/mlmmj-recieve -F -L /var/spool/mlmmj/$nexthop/ >> >> /var/spool/mlmmj/transport: >> >> /^(rcouch).*$/ mlmmj:rcouch >> >> >> /var/spool/mlmmj/virtual.regexp : >> /^(rcouch.*)@refuge.io$/ ${1} >> >> >> >> > > > >