This is a discussion on PostFix - Address Masqueraid within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> hello there, everyone i was wondering if anyone could help me with this setting. i host a few sites ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hello there, everyone i was wondering if anyone could help me with this setting. i host a few sites and have webmail/postfix setup and i wanted to know how would i go about setting postfix to maskeraid users domains? POSTFIX MAIN.CF queue_directory = /var/spool/postfix command_directory = /usr/sbin daemon_directory = /usr/lib/postfix mail_owner = postfix myhostname = baltazar.fragtheworld.net myorigin = fragtheworld.net inet_interfaces = all mydestination = $myhostname, localhost, localhost.$mydomain, $mydomain, Baltazar.fragtheworld.net, humpme.org unknown_local_recipient_reject_code = 450 mynetworks = 192.168.1.0/24, 127.0.0.0/8 #alias_maps = hash:/etc/aliases, nis:mail.aliases #alias_database = hash:/etc/aliases home_mailbox = .maildir/ #mail_spool_directory = /var/spool/mail #header_checks = regexp:/etc/postfix/header_checks #smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) debug_peer_level = 2 debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin xxgdb $daemon_directory/$process_name $process_id & sleep 5 sendmail_path = /usr/sbin/sendmail newaliases_path = /usr/bin/newaliases mailq_path = /usr/bin/mailq setgid_group = postdrop html_directory = no manpage_directory = /usr/share/man sample_directory = /etc/postfix readme_directory = /usr/share/doc/postfix-2.1.3/readme/ smtpd_tls_key_file = /root/sslcert/fragtheworld.net.key smtpd_tls_cert_file = /root/sslcert/fragtheworld.net.crt smtpd_tls_CAfile = /etc/postfix/CAcert.pem smtpd_use_tls = yes smtpd_tls_auth_only = yes smtpd_tls_session_cache_timeout = 3600s transport_maps = hash:/etc/postfix/transport, nis:transport virtual_alias_maps = hash:/etc/postfix/domains, nis:domains relocated_maps = hash:/etc/postfix/relocated canonical_maps = hash:/etc/postfix/canonical, nis:canonical sender_canonical_maps = hash:/etc/postfix/sender_canonical_maps recipient_canonical_maps = hash:/etc/postfix/recipient_canonical_maps this config seems to work out for me, but if you guys have any suggestions feel free. thanks -M|6 |