Current time: 05-02-2024, 06:42 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Forwarding problems ispcp version 1.0.3.1
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #3
RE: Forwarding problems ispcp version 1.0.3.1
If you are using amavis without Maia, I recomment the following changes to the postfix's master.cf (see this website for details):
Code:
[...]
   # ==========================================================================
   # service type  private unpriv  chroot  wakeup  maxproc command + args
   #               (yes)   (yes)   (yes)   (never) (100)
   # ==========================================================================
   smtp      inet  n       -       -       -       -       smtpd
+          -o cleanup_service_name=pre-cleanup
   [...]
   587       inet  n       -       -       -       -       smtpd
           -o smtpd_client_restrictions=permit_sasl_authenticated,reject_unauth_destination
+          -o cleanup_service_name=pre-cleanup
   #628      inet  n       -       -       -       -       qmqpd
   pickup    fifo  n       -       -       60      1       pickup
+          -o cleanup_service_name=pre-cleanup
   cleanup   unix  n       -       -       -       0       cleanup
+           -o mime_header_checks=
+           -o nested_header_checks=
+           -o body_checks=
+           -o header_checks=
   qmgr      fifo  n       -       n       300     1       qmgr
   [...]
   # ====================================================================
   # AMaViS => Antivir / Antispam
  
+  # See: http://www.ijs.si/software/amavisd/README.postfix.html
+  pre-cleanup unix n       -       n       -       0       cleanup
+      -o virtual_alias_maps=
+  
   amavis    unix  -       -       n       -       2       smtp
      -o smtp_data_done_timeout=1200
      -o smtp_send_xforward_command=yes
      -o disable_dns_lookups=yes
+     -o max_use=20
   [...]
03-05-2010 05:28 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Forwarding problems ispcp version 1.0.3.1 - kilburn - 03-05-2010 05:28 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)