[pfx] Re: difference between relay and smtp
Relay uses SMTP protocol, as well as submission. On 2023-03-22 20:32, Gino Ferguson via Postfix-users wrote: Hi, Can you explain me the practical difference between relay and smtp delivery on a relay server? Thanks! G. ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org
[pfx] externel MX question
Hello I have a domain setup in postfix as virtual domains. But MX records for this domain point to external systems currently, such as google workspace. When other users in this postfix system send email to users in this domain, will it be delivered locally? How can I force postfix to deliver messages just following MX records? Thanks a lot. ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org
[pfx] Re: Test Post - Please Ignore
On 2023-03-24 10:49, Antonio Leding via Postfix-users wrote: Got it… Also, just an FYI - But I’ve always been able to confirm my posts are working properly by reviewing the list archive. Posts seem to appear almost as fast as received by the list members so typically a good way to verify everything is working ok… can gmail check mail log for delivery result? If going with owned mailserver, this should not be an issue. Thanks. ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org
[pfx] question on relay_domains
Hi I plan to add a backup mx for the domain. When I checked the doc for "relay_domains" which says, Note: Postfix will not automatically forward mail for domains that list this system as their primary or backup MX host. See the permit_mx_backup restriction in the postconf(5) manual page. I can't understand for this point. can you help? Thanks. ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org
[pfx] Re: destination based rate limiting
On 2023-03-27 19:21, Gino Ferguson via Postfix-users wrote: Hi, How can one set up outbound rate limiting for a certain mail service provider? Can postfix 'recognise' that recipientdomainA, recipientdomainB and recipientdomainC are hosted at the same mail service provider (bigmxprovider.com) so this limiting must be applied automatically? You can use this one: /usr/bin/python3 /usr/bin/policyd-rate-limit regards. ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org
[pfx] Re: question on relay_domains
On 2023-03-27 19:23, Matus UHLAR - fantomas via Postfix-users wrote: On 27.03.23 18:08, fh--- via Postfix-users wrote: I plan to add a backup mx for the domain. When I checked the doc for "relay_domains" which says, Note: Postfix will not automatically forward mail for domains that list this system as their primary or backup MX host. See the permit_mx_backup restriction in the postconf(5) manual page. This is for domains that are NOT in your relay_domains list. I can't understand for this point. can you help? If you put "permit_mx_backup" into smtpd_recipient_restrictions or smtpd_relay_restrictions, your server will behave as MX backup for any domain. you can restrict this to configure permit_mx_backup_networks in which case your server will behave as backup MX only for domains that point into IP addresses listed there. so, if you have two servers with multiple domains, you can put the primary IP Address into permit_mx_backup_networks and configure permit_mx_backup restriction on the backup server. all domains pointing to your primary will be accept by your secondary. Thanks a lot .that describe clearly. ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org
[pfx] Re: secondary MX server
If I remember correctly, someone mentioned NoListing recently on that list. For this, you *need* a secondary MX, and it is actually your main mail server - the primary MX never accepts mail... Hallo, 1. what's the advantage of this architecture? 2. how to make primary MX not accepting messages? Thanks. ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org
[pfx] virtual_alias_domains user in dovecot-users
Hello, if a domain is in virtual_alias_domains only, not in the virtual_mailbox_domains. But there is a user on this domain putting in dovecot-users. Can this user get authorized by dovecot SASL and have a mailbox access? (just like the regular domain user.) Thanks. ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org