* Re: [mlmmj] issue in configuration
2011-04-22 8:03 [mlmmj] issue in configuration Benoit Chesneau
@ 2011-04-22 8:56 ` Benoit Chesneau
2011-04-22 8:59 ` Ben Schmidt
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Benoit Chesneau @ 2011-04-22 8:56 UTC (permalink / raw)
To: mlmmj
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=<benoitc@metavers.net>, 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=<rcouch@node0.couchdbhub.com>, orig_to=<rcouch@refuge.io>, 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}
>
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [mlmmj] issue in configuration
2011-04-22 8:03 [mlmmj] issue in configuration Benoit Chesneau
2011-04-22 8:56 ` Benoit Chesneau
@ 2011-04-22 8:59 ` Ben Schmidt
2011-04-22 9:02 ` Ben Schmidt
2011-04-22 9:41 ` Benoit Chesneau
3 siblings, 0 replies; 5+ messages in thread
From: Ben Schmidt @ 2011-04-22 8:59 UTC (permalink / raw)
To: mlmmj
Believe it or not, despite the 'error message', that actually looks correct. The
'No file or directory' message is just because Mlmmj checks for tunables and
reports the status when it shouldn't (fixing this is on the to-do list).
Have you subscribed people to your mailing list yet?
Ben.
On 22/04/11 6:03 PM, 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=<benoitc@metavers.net>, 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=<rcouch@node0.couchdbhub.com>, orig_to=<rcouch@refuge.io>, 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}
>
>
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [mlmmj] issue in configuration
2011-04-22 8:03 [mlmmj] issue in configuration Benoit Chesneau
2011-04-22 8:56 ` Benoit Chesneau
2011-04-22 8:59 ` Ben Schmidt
@ 2011-04-22 9:02 ` Ben Schmidt
2011-04-22 9:41 ` Benoit Chesneau
3 siblings, 0 replies; 5+ messages in thread
From: Ben Schmidt @ 2011-04-22 9:02 UTC (permalink / raw)
To: mlmmj
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=<benoitc@metavers.net>, 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=<rcouch@node0.couchdbhub.com>, orig_to=<rcouch@refuge.io>, 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}
>>
>>
>>
>>
>
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [mlmmj] issue in configuration
2011-04-22 8:03 [mlmmj] issue in configuration Benoit Chesneau
` (2 preceding siblings ...)
2011-04-22 9:02 ` Ben Schmidt
@ 2011-04-22 9:41 ` Benoit Chesneau
3 siblings, 0 replies; 5+ messages in thread
From: Benoit Chesneau @ 2011-04-22 9:41 UTC (permalink / raw)
To: mlmmj
On Apr 22, 2011, at 10:59 AM, Ben Schmidt wrote:
> Believe it or not, despite the 'error message', that actually looks correct. The 'No file or directory' message is just because Mlmmj checks for tunables and reports the status when it shouldn't (fixing this is on the to-do list).
>
> Have you subscribed people to your mailing list yet?
>
> Ben.
>
>
I hadn't suscribed anyone to the list until now. It seems to work now. Thanks for the help anyway.
- benoit
^ permalink raw reply [flat|nested] 5+ messages in thread