postfix virtual mysql port to mailman

Discussion in 'HOWTO-Related Questions' started by unclecameron, Aug 7, 2008.

  1. unclecameron

    unclecameron New Member

    I followed the tutorial with virtual users with a mysql backend on Debian Etch and it worked. Now I loaded up mailman and am trying to get postfix to auth mailman created lists (user/domains) which I have added manually to the mysql tables, but now I'm getting Temporary lookup failures when I attempt to send mail, what piece am I missing? I have

    alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
    alias_database = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases

    I want to run:

    [email protected] & also
    [email protected]
    [email protected]

    on the same box.
     
    Last edited: Aug 8, 2008
  2. falko

    falko Super Moderator Howtoforge Staff

    Can you post the exact error messages from your mail log?
     
  3. unclecameron

    unclecameron New Member

    I fixed the problem by changing myhostname to the fqdn and then restarting postfix/mailman. Do I have to do anything special to make mailman deliver:

    [email protected]
    [email protected]

    I know postfix will do virtual domains on the same box, will mailman without modification? Does it just do whatever postfix tells it to for domain maps?
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Yes, I think so.
     

Share This Page