| Summary: | Error in gentoo specific documentation for net-mail/mailman-2.1.11, Exim configuration | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Martin DiViaio <martindiv> |
| Component: | Current packages | Assignee: | Hanno Böck <hanno> |
| Status: | RESOLVED FIXED | ||
| Severity: | trivial | CC: | net-mail+disabled |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
thanks, fixed |
There is a error in the router configuration for the Exim MTA in doc/README.gentoo. Line 134 of the file reads: require_files = /var/lib/mailman/lists/${lc::local_part}/config.pck This should read: require_files = /var/lib/mailman/lists/${lc::$local_part}/config.pck Also, line 161 should read: ${lc::$local_part}}-${lc::$domain} instead of simply ${lc::$local_part} Reproducible: Always Steps to Reproduce: 1.Error in documentation 2. 3. Actual Results: Running: exim -d -bt mailman@localhost.localdomain shows that the filename expansion results in /var/lib/mailman/lists/local_part/config.pck Expected Results: Running: exim -d -bt mailman@localhost.localdomain should show a filename expansion of /var/lib/mailman/lists/mailman/config.pck See Description