Fresh update --force diff errors

Discussion in 'Installation/Configuration' started by Alter Ego, Feb 20, 2024.

  1. Alter Ego

    Alter Ego New Member

    Hello.
    Sorry I don't know how to put the code here because I am new in this forum and I am not seeing code.
    I have found that --force update of latest ISPConfig generate some not critical issues.

    double , ,
    and shifted ,

    Obviously it does is not critical impact.
     
    Last edited: Feb 20, 2024
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You did force what? You do not even mention which software you are talking about, according to what you posted I would guess it is somehow related to a postfix mail server. The post is in the forum for systems without ISPConfig, so how shall we guess what you are using?
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    In the post editor, click on the insert icon (the one that looks like a monitor) and there select code.

    Do you have some custom postfix templates in /usr/local/ispconfig/conf-custom/install/ folder?
     
  4. Alter Ego

    Alter Ego New Member

    Code:
    diff --git a/postfix/main.cf b/postfix/main.cf
    index 00da1f5..68f7f02 100644
    --- a/postfix/main.cf
    +++ b/postfix/main.cf
    @@ -66,10 +66,10 @@ relay_recipient_maps = proxy:mysql:/etc/postfix/mysql-virtual_relayrecipientmaps
     smtpd_sender_login_maps = proxy:mysql:/etc/postfix/mysql-virtual_sender_login_maps.cf
     proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $sender_bcc_maps $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $smtpd_sender_login_maps $virtual_uid_maps $virtual_gid_maps $smtpd_client_restrictions $smtpd_sender_restrictions $smtpd_recipient_restrictions $smtp_sasl_password_maps $sender_dependent_relayhost_maps
     smtpd_helo_required = yes
    -smtpd_helo_restrictions = permit_mynetworks, check_helo_access regexp:/etc/postfix/helo_access, permit_sasl_authenticated, reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname, check_helo_access regexp:/etc/postfix/blacklist_helo, reject_unknown_helo_hostname, permit
    +smtpd_helo_restrictions = permit_mynetworks, check_helo_access regexp:/etc/postfix/helo_access, permit_sasl_authenticated, reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname, check_helo_access regexp:/etc/postfix/blacklist_helo, ,reject_unknown_helo_hostname, permit
     smtpd_sender_restrictions = check_sender_access proxy:mysql:/etc/postfix/mysql-virtual_sender.cf, permit_mynetworks, permit_sasl_authenticated, reject_non_fqdn_sender, reject_unlisted_sender
     smtpd_reject_unlisted_sender = no
    -smtpd_client_restrictions = check_client_access proxy:mysql:/etc/postfix/mysql-virtual_client.cf, permit_inet_interfaces, permit_mynetworks, permit_sasl_authenticated, reject_rbl_client zen.spamhaus.org, reject_unauth_pipelining, permit
    +smtpd_client_restrictions = check_client_access proxy:mysql:/etc/postfix/mysql-virtual_client.cf, permit_inet_interfaces, permit_mynetworks, permit_sasl_authenticated, reject_rbl_client zen.spamhaus.org, reject_unauth_pipelining , permit
     smtpd_etrn_restrictions = permit_mynetworks, reject
     smtpd_data_restrictions = permit_mynetworks, reject_unauth_pipelining, reject_multi_recipient_bounce, permit
     smtpd_client_message_rate_limit = 100
    The path you mentioned not exist. But I remember that I changed some settings in the past. Unfortunately I not remember what exactly I did.
     
    Last edited: Feb 20, 2024
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Sorry, I meant: /usr/local/ispconfig/server/conf-custom/install/

    Then that's the reason what the updater showed you a diff of your custom config compared to the default config. And I do not see any error in the output you posted, you mentioned a diff error, but what you posted is just the diff of your custom config.
     
  6. Alter Ego

    Alter Ego New Member

    It looks that this can be some parse error due my changes in the past.
    I understand.

    The situation is more complicated for me right now because we are talking right now about already moved instance of ISPConfig to the new server. Then my assumption that this is the dev issue is not based on truth and we can ignore this issue.

    I'm not sure If I'm able to find what exactly I changed in the main.cf file, but I remember I added one keyword due some special reasons.

    If I have got you right, no need more actions here.
    Thank you
     
  7. Alter Ego

    Alter Ego New Member

    I have no additional files in path
    /usr/local/ispconfig/server/conf-custom/install/
    than *empty.dir
     
  8. Alter Ego

    Alter Ego New Member

    I have found the culprit. I added in the past to the file /etc/postfix/main.cf keyword: reject_unknown_reverse_client_hostname.
    I had no git this past time and from this reason I didn't find this issue.
    Are you recommending some steps to repair this issue with a double comma in main.cf?

    Thank you
     
  9. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Alter Ego likes this.

Share This Page