Link to home
Start Free TrialLog in
Avatar of bacvain
bacvain

asked on

Postfix reload error

Hi guys, I am trying to add a domain name to my domain relay list in Linux.

After I add the domain name in all appropriate fields, I get this message

postfix: fatal: /etc/postfix/main.cf, line 39: missing '=' after attribute name: domain.com, domain1.com


What am I doing wrong since I have just added a domain name and havent change a thing in this directory?
ASKER CERTIFIED SOLUTION
Avatar of xDamox
xDamox
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ppfoong
ppfoong


By right you should have only one $mydomain and $myhostname.

However, you can add more domains in $mydestination.

Add it within the same line, do not make a new line.

Avatar of bacvain

ASKER

Sorry guys, found the problem 5 min after I posted this.
on the second line of my domain names that I entered, I had to add = before the domain names.

Problem solved.

Thanks for your time.