Advertisement
Guest User

Untitled

a guest
Oct 15th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. username@hp:~$ cat /etc/amavis/conf.d/05-node_id
  2. use strict;
  3.  
  4. # $myhostname is used by amavisd-new for node identification, and it is
  5. # important to get it right (e.g. for ESMTP EHLO, loop detection, and so on).
  6.  
  7. chomp($myhostname = `hostname --fqdn`);
  8.  
  9. # To manually set $myhostname, edit the following line with the correct Fully
  10. # Qualified Domain Name (FQDN) and remove the # at the beginning of the line.
  11. #
  12. #$myhostname = "mail.example.com";
  13.  
  14. 1; # ensure a defined return
  15. username@hp:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement