|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: 62mkv (62mkv
mail.ru)
Date: Wed Oct 17 2007 - 22:22:58 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> you'll have to provide us with a clue to your setup, by following the
> directions you got in the list welcome message ;-p
there's nothing so special about my setup, it's almost "out-of-the-box"
(main.cf is completely present lower).
I'm not applying any content-filter, nor amavisd, or anything else alike,
just a "virtual" domain with mailboxes and aliases,
stored in MySQL database
main.cf:
queue_directory = /var/spool/postfix
command_directory = /usr/local/sbin
base = /usr/local/etc/postfix
daemon_directory = /usr/local/libexec/postfix
mail_owner = postfix
default_privs = nobody
myhostname = bla-blah
mydomain= bla-blah
myorigin = $mydomain
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain, localhost
local_recipient_maps = $virtual_mailbox_maps, $virtual_alias_maps,
$alias_maps
unknown_local_recipient_reject_code = 550
mynetworks_style = host
mynetworks = $config_directory/mynetworks
relay_domains = $mydestination
alias_maps = hash:/etc/mail/aliases
alias_database = hash:/etc/aliases
header_checks = regexp:$base/header_checks
smtpd_banner = $myhostname ESMTP
debug_peer_level = 1
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/local/sbin/sendmail
newaliases_path = /usr/local/bin/newaliases
mailq_path = /usr/local/bin/mailq
setgid_group = maildrop
html_directory = no
manpage_directory = /usr/local/man
sample_directory = /usr/local/etc/postfix
readme_directory = no
smtpd_client_restrictions = permit_mynetworks,
smtpd_helo_restrictions = check_helo_access hash:$base/hello_access,
permit_mynetworks,
smtpd_sender_restrictions = permit_mynetworks,
check_recipient_access hash:$base/recipient_access,
smtpd_data_restrictions =
smtpd_etrn_restrictions = reject
smtpd_reject_unlisted_sender = no
disable_vrfy_command = yes
strict_rfc821_envelopes = yes
show_user_unknown_table_name = no
address_verify_sender = <>
smtpd_helo_required = yes
smtp_always_send_ehlo = yes
smtpd_hard_error_limit = 8
smtpd_timeout = 120s
smtp_helo_timeot = 60s
smtp_mail_timeout = 60s
smtp_rcpt_timeout = 90s
smtpd_sasl_auth_enable = no
smtpd_sasl_application_name = smtpd
broken_sasl_auth_clients = yes
smtpd_sender_login_maps = mysql:$base/mysqlLookupMaps/sender.conf
transport_maps = mysql:$base/mysqlLookupMaps/transport.conf
virtual_alias_maps = mysql:$base/mysqlLookupMaps/alias.conf
virtual_mailbox_domains = mysql:$base/mysqlLookupMaps/domain.conf
virtual_mailbox_maps = mysql:$base/mysqlLookupMaps/mailbox.conf
virtual_mailbox_base = /var/spool/mail/virtual
virtual_mailbox_limit_maps = mysql:$base/mysqlLookupMaps/quota.conf
virtual_maildir_extended=yes
virtual_mailbox_limit_override=yes
virtual_create_maildirsize = yes
virtual_overquota_bounce = yes
virtual_maildir_limit_message="Sorry, the user's maildir has overdrawn his
diskspace quota, please try again later"
message_size_limit = 5242880
virtual_gid_maps = static:1981
virtual_uid_maps = static:1981
virtual_minimum_uid = 1000
> If using a content filter, you must disable address rewrite in all but one
> smtpd (the keyword is no_address_mappings). see the FILTER README for more
> infos. You MUST read this document if using a content filter. if using
> amavisd-new, then its README.postfix is must read as well.
>
>
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]