Advertisement
Guest User

Untitled

a guest
May 4th, 2011
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. Cwlocalhost.localdomain
  2. Cwlocalhost localhost.localdomain
  3. R$* < @ localhost > $* $: $1 < @ $j . > $2 no domain at all
  4. R$* < @ localhost . $m > $* $: $1 < @ $j . > $2 local domain
  5. R$* < @ localhost . UUCP > $* $: $1 < @ $j . > $2 .UUCP domain
  6. # handle case of @localhost on address
  7. R<@> < $* @ localhost > $: < ? $&{client_name} > < $1 @ localhost >
  8. R<@> < $* @ localhost.$m >
  9. $: < ? $&{client_name} > < $1 @ localhost.$m >
  10. R<@> < $* @ localhost.localdomain >
  11. $: < ? $&{client_name} > < $1 @ localhost.localdomain >
  12. R<@> < $* @ localhost.UUCP >
  13. $: < ? $&{client_name} > < $1 @ localhost.UUCP >
  14. R<@> $* $: $1 no localhost as domain
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement