Hallo Joachim,

On 25.02.21 17:40, [email protected] wrote:
Ein Kunde muss kurzfristig einige hunderte Mails auf dem Mail Gateway einliefern.
Es sieht so aus dass bei ca. 50 E-Mail´s Schluss ist.
Ich finde aber keine Einstellung wo das einschränken könnte.

# man 8 qmgr

RECIPIENT SCHEDULING CONTROLS
       default_destination_recipient_limit (50)
              The default maximal number of recipients per message delivery.

transport_destination_recipient_limit ($default_destination_recipient_limit) A transport-specific override for the default_destination_recipient_limit parameter value, where transport is the master.cf name of the message delivery transport.


# postconf -d|grep destination_recipient_limit
[...]
default_destination_recipient_limit = 50
relay_destination_recipient_limit = $default_destination_recipient_limit
smtp_destination_recipient_limit = $default_destination_recipient_limit
[...]

http://www.postfix.org/postconf.5.html#default_destination_recipient_limit

Ohne Dein 'postconf -n' gesehen zu haben: Vielleicht ist das ja bei Dir noch auf default? Klingt zumindest so.

Viele Grüße
Markus

Antwort per Email an