View previous topic :: View next topic |
Author |
Message |
ikaro Advocate
Joined: 14 Jul 2003 Posts: 2527 Location: Denmark
|
Posted: Fri Feb 27, 2004 11:22 am Post subject: smtpd_recipient_restrictions & Amavisd-new [Fixed] |
|
|
Hi.
somehow i've managed to screw this up again.
Code: |
27 12:19:27 Genbox postfix/smtpd[17911]: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit
|
and this is in my main.cf
Code: |
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,check_relay_domains,reject_unauth_destination
|
Anyone have any idea how i fix this again ?
i can put the file online if required.
Thx !
#--------------------------
Solution:
in master.cf :
-o smtpd_recipient_restrictions=permit_mynetworks,reject
This is important, you put anythingelse in this line and you get errors.
in main.cf:
smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination
etc..etc..
here you can expand with more options. _________________ linux: #232767
Last edited by ikaro on Fri Feb 27, 2004 1:03 pm; edited 2 times in total |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Fri Feb 27, 2004 12:05 pm Post subject: |
|
|
I'm fairly sure that should be all on one line... _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
ikaro Advocate
Joined: 14 Jul 2003 Posts: 2527 Location: Denmark
|
|
Back to top |
|
|
ikaro Advocate
Joined: 14 Jul 2003 Posts: 2527 Location: Denmark
|
Posted: Fri Feb 27, 2004 12:59 pm Post subject: |
|
|
changed the topic and posted a solution.
its fixed.
thx for the reply. _________________ linux: #232767 |
|
Back to top |
|
|
|