Hi,
In Proxmox 1.5 I get the following message when trying to deliver mail to my licensed domain:
This is an automatically generated Delivery Status Notification
Delivery to the following recipient failed permanently:
xxxxx@xxxxxxx.com
Technical details of permanent failure:
PERM_FAILURE: SMTP Error (state 9): 550 xxxxx@xxxxxxx.com: Recipient address rejected: User unknown in local recipient table
When I edit /etc/postfix/master.cf and add -o local_recipient_maps= to the port 25 definition (see below) it is working ok, however any change using the web interface overrides this setting again.....Note that I've hidden my real addresses and replaced the config with some fake ones just for posting to this forum.
Is there any specific config that needs to be done to get this working ?
Kind regards,
Rene
From master.cf
scan unix - - n - 3 lmtp
-o lmtp_send_xforward_command=yes
-o lmtp_cache_connection=no
1.1.1.1:26 inet n - - - - smtpd
-o content_filter=scan:127.0.0.1:10023
-o smtpd_recipient_restrictions=permit_mynetworks,reject_unauth_destination
-o smtpd_helo_restrictions=
-o smtpd_client_restrictions=
-o smtpd_sender_restrictions=
1.1.1.1:25 inet n - - - - smtpd
-o content_filter=scan:127.0.0.1:10024
-o mynetworks=127.0.0.0/8
-o local_recipient_maps=
127.0.0.1:10025 inet n - n - - smtpd
-o content_filter=
-o relay_recipient_maps=
-o receive_override_options=no_unknown_recipient_checks,no_header_body_checks
-o smtpd_helo_restrictions=
-o smtpd_client_restrictions=
-o smtpd_restriction_classes=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
-o smtpd_error_sleep_time=0
-o smtpd_client_connection_count_limit=0
-o smtpd_client_connection_rate_limit=0
-o smtpd_authorized_xforward_hosts=127.0.0.0/8
In Proxmox 1.5 I get the following message when trying to deliver mail to my licensed domain:
This is an automatically generated Delivery Status Notification
Delivery to the following recipient failed permanently:
xxxxx@xxxxxxx.com
Technical details of permanent failure:
PERM_FAILURE: SMTP Error (state 9): 550 xxxxx@xxxxxxx.com: Recipient address rejected: User unknown in local recipient table
When I edit /etc/postfix/master.cf and add -o local_recipient_maps= to the port 25 definition (see below) it is working ok, however any change using the web interface overrides this setting again.....Note that I've hidden my real addresses and replaced the config with some fake ones just for posting to this forum.
Is there any specific config that needs to be done to get this working ?
Kind regards,
Rene
From master.cf
scan unix - - n - 3 lmtp
-o lmtp_send_xforward_command=yes
-o lmtp_cache_connection=no
1.1.1.1:26 inet n - - - - smtpd
-o content_filter=scan:127.0.0.1:10023
-o smtpd_recipient_restrictions=permit_mynetworks,reject_unauth_destination
-o smtpd_helo_restrictions=
-o smtpd_client_restrictions=
-o smtpd_sender_restrictions=
1.1.1.1:25 inet n - - - - smtpd
-o content_filter=scan:127.0.0.1:10024
-o mynetworks=127.0.0.0/8
-o local_recipient_maps=
127.0.0.1:10025 inet n - n - - smtpd
-o content_filter=
-o relay_recipient_maps=
-o receive_override_options=no_unknown_recipient_checks,no_header_body_checks
-o smtpd_helo_restrictions=
-o smtpd_client_restrictions=
-o smtpd_restriction_classes=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
-o smtpd_error_sleep_time=0
-o smtpd_client_connection_count_limit=0
-o smtpd_client_connection_rate_limit=0
-o smtpd_authorized_xforward_hosts=127.0.0.0/8