On Sun, 16 Dec 2012 10:00:56 -0800 Mark Sapiro <m...@msapiro.net> wrote:
> On 12/16/2012 7:20 AM, ДП wrote: > > Hi, all > > > > After reading kilometers of posts looks like that subject is a stone of > > stumble when integratnig mailman with postfix. But, please, don`t scold at > > me, because I really don`nt get how to glue together my working postfix > > with virtual domains and one single mailman list. > > > > system info: archlinux, postfix 2.9.4, kernel 3.6.9 x64, mailman 2.1.15 > > > > <code> > > $ postconf|grep alias > > > Sigh... where to start ... > > First of all, when trying to communicate Postfix configurations, > unedited, full output from `postconf -n` with possible munging of domain > names (only if done consistently) is almost always preferable. > Also main.cf in attachment.
allow_mail_to_commands = alias, forward, include allow_mail_to_files = alias, forward, include smtpd_sasl_auth_enable = yes smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination smtpd_sasl_security_options = noanonymous smtpd_sasl_tls_security_options = $smtpd_sasl_security_options smtpd_tls_security_level = may #encrypt smtpd_tls_auth_only = yes smtpd_sasl_path = private/auth smtpd_sasl_type = dovecot smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, check_policy_service unix:private/policy-spf smtpd_client_restrictions = permit_mynetworks, permit_auth_destination, permit_sasl_authenticated, reject sender_bcc_maps = hash:/etc/postfix/sender_bcc recipient_bcc_maps = hash:/etc/postfix/recipient_bcc smtpd_etrn_restrictions = reject disable_vrfy_command = yes smtpd_helo_required = yes transport_maps = hash:/etc/postfix/transport smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem smtpd_tls_session_cache_timeout = 3600s smtpd_sasl_local_domain = $myhostname smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_use_tls = yes smtp_sasl_auth_enable = yes smtpd_sasl_local_domain = $myhostname smtp_sasl_security_options = noanonymous broken_sasl_auth_clients = yes smtpd_tls_loglevel = 1 queue_directory = /var/spool/postfix command_directory = /usr/sbin daemon_directory = /usr/lib/postfix data_directory = /var/lib/postfix mail_owner = postfix myhostname = mail.my-domain.com.ua myorigin = $myhostname mydomain = my-domain.com.ua inet_interfaces = all mydestination = localhost, localhost.localdomain, $myhostname, localhost.$myhostname, mail2.my-domain.com.ua #, $myhostname, localhost.$myhostname, # local_recipient_maps = unix:passwd.byname $alias_maps unknown_local_recipient_reject_code = 550 mynetworks_style = host in_flow_delay = 1s home_mailbox = Maildir/ mail_spool_directory = /var/mail smtpd_banner = 'Pastaman here. Da maan from my-domain.com.' local_destination_concurrency_limit = 2 default_destination_concurrency_limit = 5 debug_peer_level = 2 debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $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/sample readme_directory = no virtual_transport = dovecot # and mailman virtual_alias_maps = hash:/var/lib/mailman/data/virtual-mailman, mysql:/etc/postfix/mysql_virtual_alias_maps.cf alias_maps = hash:/var/lib/mailman/data/aliases, hash:/etc/postfix/aliases alias_database = $alias_maps virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf virtual_mailbox_limit = 51200000 virtual_minimum_uid = 666 virtual_uid_maps = static:666 virtual_gid_maps = static:666 virtual_mailbox_base = /home/themail virtual_transport = virtual dovecot_destination_recipient_limit = 2 message_size_limit = 20848640 # policy-spf_time_limit = 3600s recipient_delimiter = +
------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org