Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 333273 - net-mail/mailman and postfix integration with gate_news
Summary: net-mail/mailman and postfix integration with gate_news
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-18 06:05 UTC by David Dewbre
Modified: 2020-11-10 20:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Dewbre 2010-08-18 06:05:46 UTC
When emerging mailman the default group is set to mailman; however, postfix expects it to run as nobody.

When Mailman gate_news command is run the following is reported (note, the nntp server does not require a password):

Output from command /usr/bin/python -S /usr/lib64/mailman/cron/gate_news ..

Traceback (most recent call last):
  File "/usr/lib64/mailman/cron/gate_news", line 293, in <module>
    main()
  File "/usr/lib64/mailman/cron/gate_news", line 273, in main
    process_lists(lock)
  File "/usr/lib64/mailman/cron/gate_news", line 214, in process_lists
    conn, first, last = open_newsgroup(mlist)
  File "/usr/lib64/mailman/cron/gate_news", line 103, in open_newsgroup
    password=mm_cfg.NNTP_PASSWORD)
  File "/usr/lib64/python2.6/nntplib.py", line 115, in __init__
    self.welcome = self.getresp()
  File "/usr/lib64/python2.6/nntplib.py", line 214, in getresp
    resp = self.getline()
  File "/usr/lib64/python2.6/nntplib.py", line 206, in getline
    if not line: raise EOFError
EOFError


Reproducible: Always

Steps to Reproduce:
1. Emerge mailman and create test list
2. Send mail to test list 
3. Set list to gate news



Expected Results:  
Everything working :)
Comment 1 Hanno Böck gentoo-dev 2020-11-10 20:47:06 UTC
Affects obsolete mailman2 package.