HEX
Server: nginx/1.18.0
System: Linux proba.drlaca.appboxes.co 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64
User: appbox (1000)
PHP: 7.4.3-4ubuntu2.29
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/sendmail/examples/db/genericstable
# /etc/mail/genericstable
# Copyright (c) 1998, Richard Nelson <cowboy@debian.org>.
# Time-stamp: <1998/10/27 10:00:00 cowboy>
# GPL'd config file, please feed any gripes, suggestions, etc. to me
#
# Function:
#    Cause certain addresses originating locally (unqualified), or
#    from a domain in $=G to be rewritten based upon the map below.
#    This mapping may change both the user and domain name.
#
# Usage:
#    FEATURE(genericstable[, type [-o] /etc/mail/genericstable])dnl
#    makemap hash genericstable < genericstable
#
# Format:
#   localuser          realuser@realdomain   <<- implied $j or masq domain
#   user@host          realuser@realhost     <<- tried first
#   user[@host]	       realuser[@realhost]
#
# Examples:
#
# Notes:
#   * Masquerading is *required* for genericstable support!
#   * Then genericstable should only be enabled if needed as it
#     causes every sender to be looked up in the database
#   * Members of $=w are *not* automatically placed in $=G
#   * For local mail, FEATURE(always_add_domain) is necessary
#
# Related:
#   EXPOSED_USER(root uucp)dnl      <<- these are exempt from masquerading
#   FEATURE(allmasquerade)dnl       <<- rewrite recipient addrs too
#   FEATURE(always_add_domain)dnl   <<- add domain to unqualified names
#   FEATURE(limited_masquerade)dnl  <<- only masq domains in $=M
#   FEATURE(masquerade_envelope)dnl <<- rewrite envelope return address too
#   GENERICS_DOMAIN_FILE(`/etc/mail/sendmail.cG')dnl <<- masq From:
#