Re: postfix failing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hey Scott,

Scott Berry wrote:
> Yes I get some info from genaliases this is what I get:
> [root@pilotalk mailman]# /usr/lib/mailman/bin/genaliases
> To finish creating your mailing list, you must edit your
> /etc/aliases (or equivalent) file by adding the following lines, and
> possibly running the `newaliases' program:

[snip aliases]

Ah, thanks for the output and the config file.  That makes it obvious
what's wrong.  You've been burned by case-sensitivity.  Instead of:

MTA = 'postfix'

you want:

MTA = 'Postfix'

(as in, an upper case P in Postfix).

The mailman config is particularly susceptible to this sort of thing
because it's actually a python module.  Python it sensitive to
indentation as well as case.

> Here is my mm+cfg.py file also this may help too.  Before I go to
> far though I have no aliases file so I can't add it too my aliases
> file.  By it I mean the info above.

No problem.  Once you correct the case of the MTA variable, you won't
have to add anything to an aliases file manually.  Instead, mailman
will add the aliases to /etc/mailman/aliases automatically when you
create a list (or run genaliases).

-- 
Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The man who can make hard things easy is the educator
    -- Ralph Waldo Emerson

Attachment: pgph7IoPMApMK.pgp
Description: PGP signature


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux