Difference between revisions of "HowTos/Creating a Catchall"

From Scalix Wiki
Jump to: navigation, search
m
 
Line 1: Line 1:
 
[[Scalix Wiki]] -> [[How-Tos]] -> '''Creating a Catchall'''
 
[[Scalix Wiki]] -> [[How-Tos]] -> '''Creating a Catchall'''
  
Catch-all rules can be added to the top half of the Scalix smtpd.cfg file (/var/opt/scalix/[instance]/s/sys/smtpd.cfg).  Once you have made these changes, restart the Scalix SMTPD Relay.
+
Catch-all rules can be added to the top half of the Scalix smtpd.cfg file (/var/opt/scalix/[instance]/s/sys/smtpd.cfg).  Once you have made these changes, restart the Scalix SMTPD Relay by issuing '''/etc/init.d/sendmail restart'''
  
 
*Any unmatched user beginning with a known-string in any domain:
 
*Any unmatched user beginning with a known-string in any domain:

Latest revision as of 14:23, 29 May 2008

Scalix Wiki -> How-Tos -> Creating a Catchall

Catch-all rules can be added to the top half of the Scalix smtpd.cfg file (/var/opt/scalix/[instance]/s/sys/smtpd.cfg). Once you have made these changes, restart the Scalix SMTPD Relay by issuing /etc/init.d/sendmail restart

  • Any unmatched user beginning with a known-string in any domain:
CATCH user* catchall@domain.com
  • Any unmatched user in a known domain:
CATCH @domain.com catchall@domain.com
  • Any unmatched user beginning with a known-string in a known domain:
CATCH user*@domain.com catchall@domain.com