Difference between revisions of "Allow Non-existent Domains"
From Roaring Penguin
(Created page with "You can allow a specific unresolvable domain through by following these steps: #On every CanIt machine, edit /etc/mail/access. Right *ABOVE* the line that reads: <tt># DO NOT ED…") |
m (Instructions should include sendmail restart as well) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | Mail which comes from a non-existent domain is automatically refused for the reasons provided [[Unresolvable Domain|here]]. | |
+ | |||
+ | If absolutely necessary, you can allow a specific unresolvable domain through by following these | ||
steps: | steps: | ||
− | + | <ol> | |
− | <tt># DO NOT EDIT BELOW THIS LINE: CANIT MAY DELETE CHANGES BELOW THIS LINE</tt> | + | <li>On every CanIt machine, edit /etc/mail/access. Right *ABOVE* the line that reads: |
− | add | + | :<tt># DO NOT EDIT BELOW THIS LINE: CANIT MAY DELETE CHANGES BELOW THIS LINE</tt> |
− | <tt> | + | add a line like this (user domain in question): |
− | + | :<tt>From:this.example.com OK</tt> | |
− | + | <li>On every CanIt machine, run: | |
+ | :<tt>make -C /etc/mail</tt> | ||
+ | :<tt>/etc/init.d/sendmail restart</tt> | ||
+ | </ol> | ||
<div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | <div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | ||
[[category:All]][[category:Rules]][[category:Management]] | [[category:All]][[category:Rules]][[category:Management]] |
Latest revision as of 09:07, 24 April 2018
Mail which comes from a non-existent domain is automatically refused for the reasons provided here.
If absolutely necessary, you can allow a specific unresolvable domain through by following these steps:
- On every CanIt machine, edit /etc/mail/access. Right *ABOVE* the line that reads:
- # DO NOT EDIT BELOW THIS LINE: CANIT MAY DELETE CHANGES BELOW THIS LINE
- From:this.example.com OK
- On every CanIt machine, run:
- make -C /etc/mail
- /etc/init.d/sendmail restart