Stefan Förster wrote:
>
> Am 09.06.2008 um 10:16 schrieb [EMAIL PROTECTED]:
>
>> I installed mailman. I created a mailing list to test if mailman works
>> fine or not. Well, mailman seems alsmot to work but there is just a
>> problem.
>>
>> Let's assume, I have a mailing list : "test". And the mail used for this
>> mailing list is "[EMAIL PROTECTED]", the members have to send
>> their mails at [EMAIL PROTECTED], sure, this email exists, but if
>> a member sends a mail to this address, the mail sticks with the folder
>> of the email (/var/spool/vmail/lists.mydomain.tld/test/new/), and so the
>> email is not distributed to the list.
>>
>> I didn't find a solution, I think this  is a problem with the
>> configuration... Any ideas?
>
>
> Obviously, you did not configure your MTA (Sendmail, Exim, Postfix) to
> forward those mails to Mailman. Instead, the mail is delivered to the
> correspondent maildir in /var/spool. Mailman integration for various
> MTAs is described here:
>
> http://www.list.org/mailman-install/mail-server.html
>
>
> Cheers
> Stefan

Oops, yeah, I've forgotten to configure my MTA. So, it's done, alsmot:

Jun  9 15:50:46 kaduma-hosting postfix/smtpd[28245]: warning: database
/etc/aliases.db is older than source file /etc/aliase

=> "postmap aliases" :

"[...]
Jun  9 16:01:32 kaduma-hosting postfix/postmap[29980]: warning: aliases,
line 27: record is in "key: value" format; is this an alias file?
Jun  9 16:01:32 kaduma-hosting postfix/postmap[29980]: warning: aliases,
line 30: record is in "key: value" format; is this an alias file?
Jun  9 16:01:32 kaduma-hosting postfix/postmap[29980]: warning: aliases,
line 31: record is in "key: value" format; is this an alias file?
Jun  9 16:01:32 kaduma-hosting postfix/postmap[29980]: warning: aliases,
line 32: record is in "key: value" format; is this an alias file?
Jun  9 16:01:32 kaduma-hosting postfix/postmap[29980]: warning: aliases,
line 33: record is in "key: value" format; is this an alias file?
[...]"||

Jun  9 15:50:46 kaduma-hosting postfix/smtpd[28245]: warning:
dict_nis_init: NIS domain name not set - NIS lookups disabled
Jun  9 15:50:46 kaduma-hosting postfix/smtpd[28245]: fatal: open
database /var/lib/mailman/data/virtual-mailman.db: No such file or directory

=> I've tried many solutions... but it's not fixed.


Jun  9 15:50:47 kaduma-hosting postfix/master[26280]: warning: process
/usr/lib/postfix/smtpd pid 28245 exit status 1
Jun  9 15:50:47 kaduma-hosting postfix/master[26280]: warning:
/usr/lib/postfix/smtpd: bad command startup -- throttling

...

Im my main.cf (for postfix) :

virtual_alias_maps = mysql:/etc/postfix/mysql-virtual_aliases.cf,
mysql:/etc/postfix/mysql-virtual_aliases_mailbox.cf,
hash:/var/lib/mailman/data/aliases
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual_mailboxes.cf,
hash:/var/lib/mailman/data/virtual-mailman

I added "OSTFIX_STYLE_VIRTUAL_DOMAINS = ['lists.mydomain.tld']" in
/etc/mailman/mm_cfg.py

Thanks for your help !

-- 
http://snurf.info (http://snurf.info/sfantar.gpg)
« A book is like a garden carried in the pocket. »

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to