Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

tarvid
Thursday, May 3rd, 2007 at 8:30:30am UTC 

  1. oot@helen:/etc/postfix# cat main.cf
  2.  
  3. #
  4. # Postfix MTA Manager Main Configuration File;
  5. #
  6. # Please do NOT edit this file manually;
  7. #
  8.  
  9. #
  10. # Postfix directory settings; These are critical for normal Postfix MTA functionallity;
  11. #
  12.  
  13. command_directory = /usr/sbin
  14. daemon_directory = /usr/lib/postfix
  15. program_directory = /usr/lib/postfix
  16.  
  17. #
  18. # Some common configuration parameters;
  19. #
  20.  
  21. inet_interfaces = all
  22. mynetworks_style = host
  23.  
  24. myhostname = helen
  25. mydomain = helen.ls.net
  26. myorigin = $mydomain
  27.  
  28. smtpd_banner = $myhostname VHCS2 2.4 Spartacus Managed ESMTP 2.4.7
  29. setgid_group = postdrop
  30.  
  31. #
  32. # Receiving messages parameters;
  33. #
  34.  
  35. mydestination = $myhostname
  36. append_dot_mydomain = no
  37. append_at_myorigin = yes
  38. local_transport = local
  39. virtual_transport = virtual
  40. transport_maps = hash:/etc/postfix/vhcs2/transport
  41.  
  42. #
  43. # Delivering local messages parameters;
  44. #
  45.  
  46. mail_spool_directory = /var/mail
  47. mailbox_size_limit = 0
  48. mailbox_command = procmail -a "$EXTENSION"
  49.  
  50. biff = no
  51.  
  52. alias_database = hash:/etc/aliases
  53.  
  54. local_destination_recipient_limit = 1
  55. local_recipient_maps = unix:passwd.byname $alias_database
  56.  
  57. #
  58. # Delivering virtual messages parameters;
  59. #
  60.  
  61. virtual_mailbox_base = /var/mail/virtual
  62. virtual_mailbox_limit = 0
  63.  
  64. virtual_mailbox_domains = hash:/etc/postfix/vhcs2/domains
  65. virtual_mailbox_maps = hash:/etc/postfix/vhcs2/mailboxes
  66.  
  67. virtual_alias_maps = hash:/etc/postfix/vhcs2/aliases
  68.  
  69. virtual_minimum_uid = 1001
  70. virtual_uid_maps = static:1001
  71. virtual_gid_maps = static:8
  72.  
  73. #
  74. # SASL paramters;
  75. #
  76.  
  77. smtpd_sasl_auth_enable = yes
  78.  
  79. smtpd_sasl_security_options = noanonymous
  80.  
  81. smtpd_sasl_local_domain = vhcs.net
  82.  
  83. broken_sasl_auth_clients = yes
  84.  
  85. smtpd_recipient_restrictions =
  86.    permit_sasl_authenticated,
  87.    permit_mynetworks,
  88.    reject_unauth_destination

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right