Posts by ciscllc

    Hallo.


    Ich hab auch einem Server das Problem, das manche Domains keine Mails mehr senden können.
    Es kommt dann immer


    SMTP Fehler: [451] 4.7.1 Service unavailable - try again later


    egal ob in Thunderbird, K9 oder Roundcube


    Andere Domains lassen Mails ganz normal senden.


    Code: mail.log
    1. postfix/cleanup[2375]: 6FFD481338: milter-reject: END-OF-MESSAGE from server.name.local[127.0.0.1]: 4.7.1 Service unavailable - try again later;

    Danke für Lösungsansätze!


    Debian 8.7
    imscp 1.4.2
    dovecot
    plugins: clamav, postgrey, opendkim, spamassassin

    @Nuxwin it's the same problem I have on some servers, that I get the wrong permissions...
    644 instead of 666
    I did a complete reinstall (apt purge install) of opendkim and the plugin.
    A restart does not change this.
    correct owner (opendkim:opendkim)

    Code
    1. root@srv:~# service opendkim status
    2. * opendkim.service - LSB: Start the OpenDKIM service
    3. Loaded: loaded (/etc/init.d/opendkim)
    4. Active: active (running) since Thu 2017-04-20 13:53:20 CEST; 20s ago
    5. Process: 13478 ExecStop=/etc/init.d/opendkim stop (code=exited, status=0/SUCCESS)
    6. Process: 7649 ExecReload=/etc/init.d/opendkim reload (code=exited, status=0/SUCCESS)
    7. Process: 13505 ExecStart=/etc/init.d/opendkim start (code=exited, status=0/SUCCESS)
    8. CGroup: /system.slice/opendkim.service
    9. |-13510 /usr/sbin/opendkim -x /etc/opendkim.conf -u opendkim -P /var/run/opendkim/opendkim.pid -p local:/var/spool/postfix/opendkim/opendkim.sock
    10. `-13511 /usr/sbin/opendkim -x /etc/opendkim.conf -u opendkim -P /var/run/opendkim/opendkim.pid -p local:/var/spool/postfix/opendkim/opendkim.sock

    Hi,


    after upgrading to 1.4.3 on my debian 8.7 machine I get this opendkim error:


    Code
    1. postfix/cleanup[7421]: E3F2281382: milter-reject: END-OF-MESSAGE from 77.118.000.99.wireless.dyn.three.com[77.118.000.99]: 4.7.1 Service unavailable - try again later; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<[192.168.2.80]>


    This must be opendkim, as it is no problem sending mails, when opendkim plugin is disabled.



    Regards

    Thank you. I will do the upgrade, but not at the moment. Thanks.


    I do not know, what to do wrong ;-)


    But for sure, I have no such entries in my mail_users table. And therefor I cannot delete them...


    Strange.

    Hallo!


    Debian 8.6
    i-mscp 1.3.16
    ein paar plugins (DomainAutoApprove, Clamav, serverdefaultpage, panelredirect, postgrex, postscreen, spamassassin)


    Ich bekomme beim Anlegen der Alias Domains folgenden Fehler:


    Code
    1. System was unable to create the `aliasdomain.com` domain alias:
    2. SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry
    3. '[email protected]' for key 'mail_addr'

    Möchte aber noch nicht auf die 1.4er updaten.


    Bitte um Hilfe. Danke!

    I do not know why, but after any reconfiguration I have to manually reset priviliges


    chmod 766 /var/spool/postfix/opendkim/opendkim.sock


    and for the keys:


    chmod -R 700 /etc/opendkim/keys


    This solves it.