Mark Sapiro wrote:
noc ops wrote:
In order to bypass my MX record, I like to point my mailman directly to to e-mail server's ip address (10.0.0.10). See below cust and paste.
Is this correct? Please advice.
I don't know about the postfix stuff
no worries...I'll ping the list about postfix MX related question.
/etc/mailman/mm_cfg.py
#------------------------------------------------------------- # Default domain for email addresses of newly created MLs DEFAULT_EMAIL_HOST = '10.0.0.10'
This is almost certainly wrong. This should be the domain that users address their list mail to. Unless you actually want Mailman mail to be addressed to e.g., listname@10.0.0.10, you don't want this.
Yeah I figured this the minute I saw my /var/log/mail.log complaining about illegal address systax as you indicated. I've changed it since then.
regards, /virendra