Hi there

(sorry if repeated question; I have been in the README.POSTFIX, 
the archive for this month and the FAQ).

I just added a Red Hat 9 box with a home-build 
Postfix postfix-2.0.13 + a mailman-2.1-8 RPM fra Red Hat 9.
(I have also tried the 2.1.2 from Red Hat cooker)

My situation is that Postfix works fine - my own aliases in the 
mailman aliases file works fine, I can run add new mailman lists
with "newlist" - I can access the lists perfectly through the 
webinterface.

Note that the mail that should have been generated at the end of
me using "newlist" never ends at my place.


I have added this to mm_cfg.py
>>>>>>
DEFAULT_EMAIL_HOST = 'MYSERVER.dk'
DEFAULT_URL_HOST = 'www.MYSERVER.dk'

DEFAULT_ADMIN_NOTIFY_MCHANGES = 1
DEFAULT_SUBSCRIBE_POLICY = 3

MTA = 'Postfix'
POSTFIX_ALIAS_CMD = '/usr/sbin/postalias'
POSTFIX_MAP_CMD = '/usr/sbin/postmap'

unknown_local_recipient_reject_code = 550
<<<<<<

Assume that I have made the list "[EMAIL PROTECTED]" with mailman.
using "newlist dudez [EMAIL PROTECTED] MY_SECRET_PASSWORD"
(I have checked the aliases-file is fine and the aliases.db-file is
generated)

My big problem is that if I write to [EMAIL PROTECTED] I never 
get any reply - the same with [EMAIL PROTECTED]
Though the webinterface I have tried to invite my own email-address,
but no mails end at my place :-((

/var/log/mailman/error shows no errors when making a maillist
and trying to mail to it :-(

My maillog indicates that mails gets to the server
Jul 24 01:37:12 linuxforum postfix/local[19661]: 6C630271E3:
to=<[EMAIL PROTECTED]>, relay=local, delay=0, status=sent
("|/var/mailman/mail/mailman subscribe dudez")

I have also checked that "Defaults.py" reads
 SMTPHOST = 'localhost'
 SMTPPORT = 0
 DELIVERY_MODULE = 'SMTPDirect'

My /etc/hosts also has
127.0.0.1               localhost

I can do "telnet localhost 25" and send an email.

My question to you is how to debug this?
I am stuck....


-- 
Peter Toft, Ph.D. [EMAIL PROTECTED] http://pto.linux.dk

  First they ignore you, then they laugh at you, 
  then they fight you, then you win. 
  -- Mahatma Ghandi


------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to