Code

Moving part III
[gosa.git] / contrib / altlinux / etc / postfix / main.cf
1 # Global Postfix configuration file. This file lists only a subset
2 # of all 300+ parameters. See the samples/xxx.cf files for a full list.
3
4 # The general format is lines with parameter = value pairs. Lines
5 # that begin with whitespace continue the previous line. A value can
6 # contain references to other $names or ${name}s.
7 #
8 # NOTE - CHANGE NO MORE THAN 2-3 PARAMETERS AT A TIME, AND TEST IF
9 # POSTFIX STILL WORKS AFTER EVERY CHANGE.
11 # SOFT BOUNCE
12 #
13 # The soft_bounce parameter provides a limited safety net for
14 # testing.  When soft_bounce is enabled, mail will remain queued that
15 # would otherwise bounce. This parameter disables locally-generated
16 # bounces, and prevents the SMTP server from rejecting mail permanently
17 # (by changing 5xx replies into 4xx replies). However, soft_bounce
18 # is no cure for address rewriting mistakes or mail routing mistakes.
19 #
20 #soft_bounce = no
22 # INTERNET HOST AND DOMAIN NAMES
23
24 # The myhostname parameter specifies the internet hostname of this
25 # mail system. The default is to use the fully-qualified domain name
26 # from gethostname(). $myhostname is used as a default value for many
27 # other configuration parameters.
28 #
29 #myhostname = host.domain.tld
30 #myhostname = virtual.domain.tld
32 # The mydomain parameter specifies the local internet domain name.
33 # The default is to use $myhostname minus the first component.
34 # $mydomain is used as a default value for many other configuration
35 # parameters.
36 #
37 #mydomain = domain.tld
39 # SENDING MAIL
40
41 # The myorigin parameter specifies the domain that locally-posted
42 # mail appears to come from. The default is to append $myhostname,
43 # which is fine for small sites.  If you run a domain with multiple
44 # machines, you should (1) change this to $mydomain and (2) set up
45 # a domain-wide alias database that aliases each user to
46 # user@that.users.mailhost.
47 #
48 # For the sake of consistency between sender and recipient addresses,
49 # myorigin also specifies the default domain name that is appended
50 # to recipient addresses that have no @domain part.
51 #
52 #myorigin = $myhostname
53 #myorigin = $mydomain
55 # RECEIVING MAIL
57 # The inet_interfaces parameter specifies the network interface
58 # addresses that this mail system receives mail on.  By default,
59 # the software claims all active interfaces on the machine. The
60 # parameter also controls delivery of mail to user@[ip.address].
61 #
62 # See also the proxy_interfaces parameter, for network addresses that
63 # are forwarded to us via a proxy or network address translator.
64 #
65 # Note: you need to stop/start Postfix when this parameter changes.
66 #
67 #inet_interfaces = all
68 #inet_interfaces = $myhostname
69 #inet_interfaces = $myhostname, localhost
71 # The proxy_interfaces parameter specifies the network interface
72 # addresses that this mail system receives mail on by way of a
73 # proxy or network address translation unit. This setting extends
74 # the address list specified with the inet_interfaces parameter.
75 #
76 # You must specify your proxy/NAT addresses when your system is a
77 # backup MX host for other domains, otherwise mail delivery loops
78 # will happen when the primary MX host is down.
79 #
80 #proxy_interfaces =
81 #proxy_interfaces = 1.2.3.4
83 # The mydestination parameter specifies the list of domains that this
84 # machine considers itself the final destination for.
85 #
86 # These domains are routed to the delivery agent specified with the
87 # local_transport parameter setting. By default, that is the UNIX
88 # compatible delivery agent that lookups all recipients in /etc/passwd
89 # and /etc/aliases or their equivalent.
90 #
91 # The default is $myhostname + localhost.$mydomain.  On a mail domain
92 # gateway, you should also include $mydomain.
93 #
94 # Do not specify the names of virtual domains - those domains are
95 # specified elsewhere (see samples/virtual.cf).
96 #
97 # Do not specify the names of domains that this machine is backup MX
98 # host for. Specify those names via the relay_domains settings for
99 # the SMTP server, or use permit_mx_backup if you are lazy (see
100 # samples/smtpd.cf).
102 # The local machine is always the final destination for mail addressed
103 # to user@[the.net.work.address] of an interface that the mail system
104 # receives mail on (see the inet_interfaces parameter).
106 # Specify a list of host or domain names, /file/name or type:table
107 # patterns, separated by commas and/or whitespace. A /file/name
108 # pattern is replaced by its contents; a type:table is matched when
109 # a name matches a lookup key (the right-hand side is ignored).
110 # Continue long lines by starting the next line with whitespace.
112 # DO NOT LIST RELAY DESTINATIONS IN MYDESTINATION.
113 # SPECIFY RELAY DESTINATIONS IN RELAY_DOMAINS.
115 # See also below, section "REJECTING MAIL FOR UNKNOWN LOCAL USERS".
117 #mydestination = $myhostname, localhost.$mydomain
118 #mydestination = $myhostname, localhost.$mydomain $mydomain
119 #mydestination = $myhostname, localhost.$mydomain, $mydomain,
120 #       mail.$mydomain, www.$mydomain, ftp.$mydomain
121 mydestination = localhost, $myhostname, localhost.$mydomain, $config_directory/mydestination
123 # REJECTING MAIL FOR UNKNOWN LOCAL USERS
125 # The local_recipient_maps parameter specifies optional lookup tables
126 # with all names or addresses of users that are local with respect
127 # to $mydestination and $inet_interfaces.
129 # If this parameter is defined, then the SMTP server will reject
130 # mail for unknown local users. This parameter is defined by default.
132 # To turn off local recipient checking in the SMTP server, specify
133 # local_recipient_maps = (i.e. empty).
135 # The default setting assumes that you use the default Postfix local
136 # delivery agent for local delivery. You need to update the
137 # local_recipient_maps setting if:
139 # - You define $mydestination domain recipients in files other than
140 #   /etc/passwd, /etc/postfix/aliases, or the $virtual_alias_maps files.
141 #   For example, you define $mydestination domain recipients in    
142 #   the $virtual_mailbox_maps files.
144 # - You redefine the local delivery agent in master.cf.
146 # - You redefine the "local_transport" setting in main.cf.
148 # - You use the "luser_relay", "mailbox_transport", or "fallback_transport"
149 #   feature of the Postfix local delivery agent (see samples/local.cf).
151 # Details are described in the LOCAL_RECIPIENT_README file.
153 # Beware: if the Postfix SMTP server runs chrooted, you probably have
154 # to access the passwd file via the proxymap service, in order to
155 # overcome chroot restrictions. The alternative, having a copy of
156 # the system passwd file in the chroot jail is just not practical.
158 # The right-hand side of the lookup tables is conveniently ignored.
159 # In the left-hand side, specify a bare username, an @domain.tld
160 # wild-card, or specify a user@domain.tld address.
161
162 #local_recipient_maps = unix:passwd.byname $alias_maps
163 #local_recipient_maps = proxy:unix:passwd.byname $alias_maps
164 #local_recipient_maps =
166 # The unknown_local_recipient_reject_code specifies the SMTP server
167 # response code when a recipient domain matches $mydestination or
168 # $inet_interfaces, while $local_recipient_maps is non-empty and the
169 # recipient address or address local-part is not found.
171 # The default setting is 550 (reject mail) but it is safer to start
172 # with 450 (try again later) until you are certain that your
173 # local_recipient_maps settings are OK.
175 unknown_local_recipient_reject_code = 550
177 # TRUST AND RELAY CONTROL
179 # The mynetworks parameter specifies the list of "trusted" SMTP
180 # clients that have more privileges than "strangers".
182 # In particular, "trusted" SMTP clients are allowed to relay mail
183 # through Postfix.  See the smtpd_recipient_restrictions parameter
184 # in file samples/smtpd.cf.
186 # You can specify the list of "trusted" network addresses by hand
187 # or you can let Postfix do it for you (which is the default).
189 # By default (mynetworks_style = host), Postfix "trusts" SMTP
190 # clients of the local machine only.
191
192 # Specify "mynetworks_style = class" when Postfix should "trust" SMTP
193 # clients in the same IP class A/B/C networks as the local machine.
194 # Don't do this with a dialup site - it would cause Postfix to "trust"
195 # your entire provider's network.  Instead, specify an explicit
196 # mynetworks list by hand, as described below.
197 #  
198 # Specify "mynetworks_style = subnet" when Postfix should "trust" SMTP
199 # clients in the same IP subnetworks as the local machine.
200
201 #mynetworks_style = class
202 #mynetworks_style = subnet
203 #mynetworks_style = host
205 # Alternatively, you can specify the mynetworks list by hand, in
206 # which case Postfix ignores the mynetworks_style setting.
208 # Specify an explicit list of network/netmask patterns, where the
209 # mask specifies the number of bits in the network part of a host
210 # address.
212 # You can also specify the absolute pathname of a pattern file instead
213 # of listing the patterns here. Specify type:table for table-based lookups
214 # (the value on the table right-hand side is not used).
216 #mynetworks = 168.100.189.0/28, 127.0.0.0/8
217 #mynetworks = $config_directory/mynetworks
218 #mynetworks = hash:/etc/postfix/network_table
220 # The relay_domains parameter restricts what destinations this system will
221 # relay mail to.  See the smtpd_recipient_restrictions restriction in the
222 # file samples/smtpd.cf for detailed information.
224 # By default, Postfix relays mail
225 # - from "trusted" clients (IP address matches $mynetworks) to any destination,
226 # - from "untrusted" clients to destinations that match $relay_domains or
227 #   subdomains thereof, except addresses with sender-specified routing.
228 # The default relay_domains value is $mydestination.
229
230 # In addition to the above, the Postfix SMTP server by default accepts mail
231 # that Postfix is final destination for:
232 # - destinations that match $inet_interfaces,
233 # - destinations that match $mydestination
234 # - destinations that match $virtual_alias_domains,
235 # - destinations that match $virtual_mailbox_domains.
236 # These destinations do not need to be listed in $relay_domains.
237
238 # Specify a list of hosts or domains, /file/name patterns or type:name
239 # lookup tables, separated by commas and/or whitespace.  Continue
240 # long lines by starting the next line with whitespace. A file name
241 # is replaced by its contents; a type:name table is matched when a
242 # (parent) domain appears as lookup key.
244 # NOTE: Postfix will not automatically forward mail for domains that
245 # list this system as their primary or backup MX host. See the
246 # permit_mx_backup restriction in the file samples/smtpd.cf.
248 #relay_domains = $mydestination
250 # INTERNET OR INTRANET
252 # The relayhost parameter specifies the default host to send mail to
253 # when no entry is matched in the optional transport(5) table. When
254 # no relayhost is given, mail is routed directly to the destination.
256 # On an intranet, specify the organizational domain name. If your
257 # internal DNS uses no MX records, specify the name of the intranet
258 # gateway host instead.
260 # In the case of SMTP, specify a domain, host, host:port, [host]:port,
261 # [address] or [address]:port; the form [host] turns off MX lookups.
263 # If you're connected via UUCP, see also the default_transport parameter.
265 #relayhost = $mydomain
266 #relayhost = gateway.my.domain
267 #relayhost = uucphost
268 #relayhost = [an.ip.add.ress]
270 # REJECTING UNKNOWN RELAY USERS
272 # The relay_recipient_maps parameter specifies optional lookup tables
273 # with all addresses in the domains that match $relay_domains.
275 # If this parameter is defined, then the SMTP server will reject
276 # mail for unknown relay users. This feature is off by default.
278 # The right-hand side of the lookup tables is conveniently ignored.
279 # In the left-hand side, specify an @domain.tld wild-card, or specify
280 # a user@domain.tld address.
281
282 #relay_recipient_maps = hash:/etc/postfix/relay_recipients
284 # INPUT RATE CONTROL
286 # The in_flow_delay configuration parameter implements mail input
287 # flow control. This feature is turned on by default, although it
288 # still needs further development (it's disabled on SCO UNIX due
289 # to an SCO bug).
290
291 # A Postfix process will pause for $in_flow_delay seconds before
292 # accepting a new message, when the message arrival rate exceeds the
293 # message delivery rate. With the default 100 SMTP server process
294 # limit, this limits the mail inflow to 100 messages a second more
295 # than the number of messages delivered per second.
296
297 # Specify 0 to disable the feature. Valid delays are 0..10.
298
299 #in_flow_delay = 1s
301 # ADDRESS REWRITING
303 # Insert text from samples/rewrite.cf if you need to do address
304 # masquerading.
306 # Insert text from samples/canonical.cf if you need to do address
307 # rewriting, or if you need username->Firstname.Lastname mapping.
309 # ADDRESS REDIRECTION (VIRTUAL DOMAIN)
311 # Insert text from samples/virtual.cf if you need virtual domain support.
313 # "USER HAS MOVED" BOUNCE MESSAGES
315 # Insert text from samples/relocated.cf if you need "user has moved"
316 # style bounce messages. Alternatively, you can bounce recipients
317 # with an SMTP server access table. See samples/smtpd.cf.
319 # TRANSPORT MAP
321 # Insert text from samples/transport.cf if you need explicit routing.
323 # ALIAS DATABASE
325 # The alias_maps parameter specifies the list of alias databases used
326 # by the local delivery agent. The default list is system dependent.
328 # On systems with NIS, the default is to search the local alias
329 # database, then the NIS alias database. See aliases(5) for syntax
330 # details.
331
332 # If you change the alias database, run "postalias /etc/postfix/aliases" (or
333 # wherever your system stores the mail alias file), or simply run
334 # "newaliases" to build the necessary DBM or DB file.
336 # It will take a minute or so before changes become visible.  Use
337 # "postfix reload" to eliminate the delay.
339 #alias_maps = dbm:/etc/postfix/aliases
340 alias_maps = hash:/etc/postfix/aliases
341 #, hash:/var/lib/mailman/etc/aliases
342 #alias_maps = hash:/etc/postfix/aliases, nis:mail.aliases
343 #alias_maps = netinfo:/aliases
345 # The alias_database parameter specifies the alias database(s) that
346 # are built with "newaliases" or "sendmail -bi".  This is a separate
347 # configuration parameter, because alias_maps (see above) may specify
348 # tables that are not necessarily all under control by Postfix.
350 #alias_database = dbm:/etc/postfix/aliases
351 alias_database = hash:/etc/postfix/aliases
352 #alias_database = hash:/etc/postfix/aliases, hash:/opt/majordomo/aliases
353 #virtual_maps = hash:/var/lib/mailman/etc/virtual-mailman
355 # ADDRESS EXTENSIONS (e.g., user+foo)
357 # The recipient_delimiter parameter specifies the separator between
358 # user names and address extensions (user+foo). See canonical(5),
359 # local(8), relocated(5) and virtual(5) for the effects this has on
360 # aliases, canonical, virtual, relocated and .forward file lookups.
361 # Basically, the software tries user+foo and .forward+foo before
362 # trying user and .forward.
364 #recipient_delimiter = +
366 # DELIVERY TO MAILBOX
368 # The home_mailbox parameter specifies the optional pathname of a
369 # mailbox file relative to a user's home directory. The default
370 # mailbox file is /var/spool/mail/user or /var/mail/user.  Specify
371 # "Maildir/" for qmail-style delivery (the / is required).
373 #home_mailbox = Mailbox
374 #home_mailbox = Maildir/
376 # The mail_spool_directory parameter specifies the directory where
377 # UNIX-style mailboxes are kept. The default setting depends on the
378 # system type.
380 #mail_spool_directory = /var/mail
381 #mail_spool_directory = /var/spool/mail
383 # The mailbox_command parameter specifies the optional external
384 # command to use instead of mailbox delivery. The command is run as
385 # the recipient with proper HOME, SHELL and LOGNAME environment settings.
386 # Exception:  delivery for root is done as $default_user.
388 # Other environment variables of interest: USER (recipient username),
389 # EXTENSION (address extension), DOMAIN (domain part of address),
390 # and LOCAL (the address localpart).
392 # Unlike other Postfix configuration parameters, the mailbox_command
393 # parameter is not subjected to $parameter substitutions. This is to
394 # make it easier to specify shell syntax (see example below).
396 # Avoid shell meta characters because they will force Postfix to run
397 # an expensive shell process. Procmail alone is expensive enough.
399 # IF YOU USE THIS TO DELIVER MAIL SYSTEM-WIDE, YOU MUST SET UP AN
400 # ALIAS THAT FORWARDS MAIL FOR ROOT TO A REAL USER.
402 #mailbox_command = /usr/bin/procmail -a "$EXTENSION"
403 mailbox_command = /usr/bin/procmail -a $DOMAIN -d $LOGNAME
405 # The mailbox_transport specifies the optional transport in master.cf
406 # to use after processing aliases and .forward files. This parameter
407 # has precedence over the mailbox_command, fallback_transport and
408 # luser_relay parameters.
410 # Specify a string of the form transport:nexthop, where transport is
411 # the name of a mail delivery transport defined in master.cf.  The
412 # :nexthop part is optional. For more details see the sample transport
413 # configuration file.
415 # NOTE: if you use this feature for accounts not in the UNIX password
416 # file, then you must update the "local_recipient_maps" setting in
417 # the main.cf file, otherwise the SMTP server will reject mail for    
418 # non-UNIX accounts with "User unknown in local recipient table".
420 mailbox_transport = lmtp:unix:/public/lmtp
421 #mailbox_transport = cyrus
423 # The fallback_transport specifies the optional transport in master.cf
424 # to use for recipients that are not found in the UNIX passwd database.
425 # This parameter has precedence over the luser_relay parameter.
427 # Specify a string of the form transport:nexthop, where transport is
428 # the name of a mail delivery transport defined in master.cf.  The
429 # :nexthop part is optional. For more details see the sample transport
430 # configuration file.
432 # NOTE: if you use this feature for accounts not in the UNIX password
433 # file, then you must update the "local_recipient_maps" setting in
434 # the main.cf file, otherwise the SMTP server will reject mail for    
435 # non-UNIX accounts with "User unknown in local recipient table".
437 #fallback_transport = lmtp:unix:/private/lmtp
438 fallback_transport = cyrus
439 #fallback_transport =
441 # The luser_relay parameter specifies an optional destination address
442 # for unknown recipients.  By default, mail for unknown@$mydestination
443 # and unknown@[$inet_interfaces] is returned as undeliverable.
445 # The following expansions are done on luser_relay: $user (recipient
446 # username), $shell (recipient shell), $home (recipient home directory),
447 # $recipient (full recipient address), $extension (recipient address
448 # extension), $domain (recipient domain), $local (entire recipient
449 # localpart), $recipient_delimiter. Specify ${name?value} or
450 # ${name:value} to expand value only when $name does (does not) exist.
452 # luser_relay works only for the default Postfix local delivery agent.
454 # NOTE: if you use this feature for accounts not in the UNIX password
455 # file, then you must specify "local_recipient_maps =" (i.e. empty) in
456 # the main.cf file, otherwise the SMTP server will reject mail for    
457 # non-UNIX accounts with "User unknown in local recipient table".
459 #luser_relay = $user@other.host
460 #luser_relay = $local@other.host
461 #luser_relay = admin+$local
463 # JUNK MAIL CONTROLS
464
465 # The controls listed here are only a very small subset. See the file
466 # samples/smtpd.cf for an elaborate list of anti-UCE controls.
468 # The header_checks parameter specifies an optional table with patterns
469 # that each logical message header is matched against, including
470 # headers that span multiple physical lines.
472 # By default, these patterns also apply to MIME headers and to the
473 # headers of attached messages. With older Postfix versions, MIME and
474 # attached message headers were treated as body text.
476 # For details, see the samples/filter.cf file.
478 #header_checks = regexp:/etc/postfix/header_checks
480 # FAST ETRN SERVICE
482 # Postfix maintains per-destination logfiles with information about
483 # deferred mail, so that mail can be flushed quickly with the SMTP
484 # "ETRN domain.tld" command, or by executing "sendmail -qRdomain.tld".
485
486 # By default, Postfix maintains deferred mail logfile information
487 # only for destinations that Postfix is willing to relay to (as
488 # specified in the relay_domains parameter). For other destinations,
489 # Postfix attempts to deliver ALL queued mail after receiving the
490 # SMTP "ETRN domain.tld" command, or after execution of "sendmail
491 # -qRdomain.tld". This can be slow when a lot of mail is queued.
492
493 # The fast_flush_domains parameter controls what destinations are
494 # eligible for this "fast ETRN/sendmail -qR" service.
495
496 #fast_flush_domains = $relay_domains
497 #fast_flush_domains =
499 # SHOW SOFTWARE VERSION OR NOT
501 # The smtpd_banner parameter specifies the text that follows the 220
502 # code in the SMTP server's greeting banner. Some people like to see
503 # the mail version advertised. By default, Postfix shows no version.
505 # You MUST specify $myhostname at the start of the text. That is an
506 # RFC requirement. Postfix itself does not care.
508 #smtpd_banner = $myhostname ESMTP $mail_name
509 #smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
511 # The smtpd_etrn_restrictions parameter restricts what clients are
512 # allowed to issue the ETRN command.
514 # The Postfix ETRN command accepts only destinations that are eligible
515 # for the Postfix "fast flush" service. See the samples/flush.cf file
516 # for details.
518 # The default is to allow ETRN from any host.  The following restrictions
519 # are available:
521 #   reject_unknown_client: reject the request if the client hostname is unknown.
522 #   permit_mynetworks: permit if the client address matches $mynetworks.
523 #   check_client_access maptype:mapname
524 #       look up client name, parent domains, client address,
525 #       or networks obtained by stripping octets.
526 #       see access(5) for possible lookup results.
527 #   reject_rbl_client domain.tld: reject if the reverse client network
528 #       address is listed in an A record under domain.tld.
529 #   reject_rhsbl_client domain.tld: reject if the client hostname is listed
530 #       in an A record under domain.tld.
531 #   reject: reject the request. Place this at the end of a restriction.
532 #   permit: permit the request. Place this at the end of a restriction.
533 #   warn_if_reject: next restriction logs a warning instead of rejecting.
535 # You may also list any helo or client restrictions here (see below).
537 smtpd_etrn_restrictions = permit_mynetworks, reject
539 # The smtpd_helo_required parameter optionally turns on the requirement
540 # that SMTP clients must introduce themselves at the beginning of an
541 # SMTP session.
543 smtpd_helo_required = yes
545 # PARALLEL DELIVERY TO THE SAME DESTINATION
547 # How many parallel deliveries to the same user or domain? With local
548 # delivery, it does not make sense to do massively parallel delivery
549 # to the same user, because mailbox updates must happen sequentially,
550 # and expensive pipelines in .forward files can cause disasters when
551 # too many are run at the same time. With SMTP deliveries, 10
552 # simultaneous connections to the same domain could be sufficient to
553 # raise eyebrows.
554
555 # Each message delivery transport has its XXX_destination_concurrency_limit
556 # parameter.  The default is $default_destination_concurrency_limit for
557 # most delivery transports. For the local delivery agent the default is 2.
559 #local_destination_concurrency_limit = 2
560 #default_destination_concurrency_limit = 20
562 # INSTALL-TIME CONFIGURATION INFORMATION
563 readme_directory = /etc/postfix/README_FILES
564 sample_directory = /etc/postfix/samples
565 sendmail_path = /usr/sbin/sendmail
566 setgid_group = postdrop
567 command_directory = /usr/sbin
568 manpage_directory = /usr/share/man
569 daemon_directory = /usr/lib/postfix
570 newaliases_path = /usr/bin/newaliases
571 mailq_path = /usr/bin/mailq
572 queue_directory = /var/spool/postfix
573 mail_owner = postfix
575 # SASL authenticated SMTPD
576 #smtpd_sasl_auth_enable = yes
577 #broken_sasl_auth_clients = yes
578 #smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, check_relay_domains
579 #smtpd_etrn_restrictions = permit_mynetworks, reject
581 # Virtual users
582 virtual_maps = hash:/etc/postfix/virtual
583 virtual_alias_maps = ldap:vlocal, ldap:vforward
585 # Delivery for Local, Local/Forward and Alias
586 vlocal_server_host = localhost
587 vlocal_search_base = dc=example,dc=com
588 vlocal_query_filter = (&(objectClass=gosaMailAccount)(gosaMailDeliveryMode=[*L*])(|(mail=%s)(gosaMailAlternateAddress=%s)))
589 vlocal_result_attribute = uid,gosaMailForwardingAddress,memberUid
591 # Delivery when Forward only
592 vforward_server_host = localhost
593 vforward_search_base = dc=example,dc=com
594 vforward_query_filter = (&(objectClass=gosaMailAccount)(!(gosaMailDeliveryMode=[*L*]))(|(mail=%s)(gosaMailAlternateAddress=%s)))
595 vforward_result_attribute = gosaMailForwardingAddress