Merhaba, Postfix mail sunucuyu birden fazla domain için nasıl yapılandırırız?
Mevcut konfigürasyonda, deneme.com.tr domaini için yapılandırılmış ve mail kullanıcılar passwd dosyasında tutuluyor. Örnek olarak dene.net.tr için de aynı mail server'ı kullanmak istiyorum. postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases bounce_size_limit = 100000 broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix content_filter = smtp:XXX.XXX.XXX.XXX:26 daemon_directory = /usr/libexec/postfix debug_peer_level = 2 disable_vrfy_command = yes html_directory = no inet_interfaces = all mail_owner = postfix mailbox_size_limit = 1296000000 mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man message_size_limit = 40480000 mydestination = deneme.com.tr, localhost.localdomain, localhost, mail.deneme.com.tr mydomain = deneme.com.tr myhostname = mail.deneme.com.tr mynetworks = XXX,XXX myorigin = $mydomain newaliases_path = /usr/bin/newaliases.postfix queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES sample_directory = /usr/share/doc/postfix-2.3.3/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop smtpd_banner = $myhostname ESMTP smtpd_helo_required = yes smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,check_relay_domains smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = smtpd_sasl_path = private/auth smtpd_sasl_security_options = noanonymous smtpd_sasl_type = dovecot smtpd_sender_restrictions = permit_mynetworks smtpd_tls_auth_only = no unknown_local_recipient_reject_code = 550
_______________________________________________ Linux-sunucu E-Posta Listesi [email protected] Liste kurallarını http://liste.linux.org.tr/kurallar.php bağlantısından okuyabilirsiniz; Bu Listede neden bulunduğunuzu bilmiyorsanız veya artık bu listeden gelen e-postaları almak istemiyorsanız aşağıdaki bağlantı adresini kullanarak 1 dakika içinde üyeliğinizi sonlandırabilirsiniz. https://liste.linux.org.tr/mailman/listinfo/linux-sunucu
