Возник интересная ситуация с отправкой почты
Настроил я постфикс как смог...отправляет и принимает почту из вне НО
наткнулся на параметр
smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated permit_auth_destination reject_unauth_destination
Так вот что происходит, когда я убираю значение reject_unauth_destination Postfix отказывается принимать и отправлять почту вообще...
пришлось прописывать
relay_domains =
но это маразм этих доменов милионы....
# By default, Postfix relays mail
# - from "trusted" clients (IP address matches $mynetworks) to any destination,
# - from "untrusted" clients to destinations that match $relay_domains or
# subdomains thereof, except addresses with sender-specified routing.
Появился еще один вопрос
Как можно ражрешить strangers отправлять почту куда угодно
10.6 - What relay destinations to accept from strangers
If your machine is on an open network then you must also specify whether Postfix will forward mail from strangers. The default setting will forward mail to all domains (and subdomains of) what is listed in $mydestination. This may give relay permission for too many destinations. Recommended settings (use only one):
/etc/postfix/main.cf:
relay_domains = (do not forward mail from strangers)
relay_domains = $mydomain (my domain and subdomains)
relay_domains = $mydomain, other.domain.tld, ...
все что нашел о strangers
МОЖЕТ КТО ПОДСКАЖЕТ КУДА КОПАТЬ