Guten Abend/Morgen..
hoffe jmd hat ne Antwort für mich hier
Situation, z.Z. haben wir knapp 3500 "Stamm" - Kunden...so diese sollen jetzt ne Mail bekommen (keine Sorge kein Spam, ein Staffel wurde schon geschickt, um zu Fragen ob die einverstanden sind)
so nun nach der ersten Ladung hab ich mal nachgeschaut, es wurden 4 eMails/s versended..ds is ja bisschen wenig und der Log sieht auch nicht nett aus :\
konfi main postfix
kann es an der statistics: max connection rate liegen :\
habt ihr ne Idee, bzw. ein Link wo man ne Antwort rauslesen könnte..gegooglte hat ich schon bisschen, konnte aber net nach spezielle Zielen googlen :\ gibts ja soooooo viele Konfi möglichkeiten.
Danke für die Hilfe
mfg
hoffe jmd hat ne Antwort für mich hier
Situation, z.Z. haben wir knapp 3500 "Stamm" - Kunden...so diese sollen jetzt ne Mail bekommen (keine Sorge kein Spam, ein Staffel wurde schon geschickt, um zu Fragen ob die einverstanden sind)
so nun nach der ersten Ladung hab ich mal nachgeschaut, es wurden 4 eMails/s versended..ds is ja bisschen wenig und der Log sieht auch nicht nett aus :\
Code:
Nov 18 00:18:49 smtp postfix/smtpd[23224]: disconnect from unknown[204.231.xx.xx]
Nov 18 00:20:04 smtp postfix/smtpd[23224]: warning: 212.79.xx.xx: hostname 83.160.xx.xx.topsxx.net verification failed: Name or service not known
Nov 18 00:20:04 smtp postfix/smtpd[23224]: connect from unknown[212.79.xx.xx]
Nov 18 00:20:04 smtp postfix/smtpd[23224]: NOQUEUE: reject: RCPT from unknown[212.79.xx.xx]: 450 4.7.1 Client host rejected: cannot find your hostname, [212.79.xx.xx]; from=<> to=<[email protected]> proto=ESMTP helo=<xxx.xxx.eu>
Nov 18 00:20:04 smtp postfix/smtpd[23224]: disconnect from unknown[212.79.xx.xx]
Nov 18 00:23:24 smtp postfix/anvil[23226]: statistics: max connection rate 1/60s for (smtp:204.231.xx.xx) at Nov 18 00:18:48
Nov 18 00:23:24 smtp postfix/anvil[23226]: statistics: max connection count 1 for (smtp:204.231.xx.x) at Nov 18 00:18:48
Nov 18 00:23:24 smtp postfix/anvil[23226]: statistics: max cache size 1 at Nov 18 00:18:48
konfi main postfix
Code:
# Postfix programs paths settings
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
program_directory = /usr/lib/postfix
sendmail_path = /usr/sbin/sendmail
## General Postfix configuration
# should be the default domain from your provider eg. "server100.provider.tld"
mydomain = smtp.domain.tpl
# should be different from $mydomain eg. "mail.$mydomain"
myhostname = smtp.domain.tpl
mydestination = $myhostname,
$mydomain,
localhost.$myhostname,
localhost.$mydomain,
localhost,
domain.tpl
mynetworks = ip.0/24
inet_interfaces = ip
append_dot_mydomain = no
biff = no
default_process_limit = 250
in_flow_delay = 0
smtp_connect_timeout = 15s
smtp_helo_timeout = 90s
queue_run_delay = 900s
maximal_queue_lifetime = 30m
# Postfix performance settings
default_destination_concurrency_limit = 40
local_destination_concurrency_limit = 2
# SMTPD Settings
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination,
reject_unauth_pipelining,
reject_non_fqdn_recipient
smtpd_sender_restrictions = permit_mynetworks,
permit_sasl_authenticated,
reject_unknown_recipient_domain
# reject_unknown_sender_domain
smtpd_client_restrictions = permit_mynetworks,
permit_sasl_authenticated,
reject_unknown_client
# Maximum size of Message in bytes (50MB)
message_size_limit = 52428800
## SASL Auth Settings
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
## Dovecot Settings for deliver, SASL Auth and virtual transport
## uncomment those line to use Dovecot
#mailbox_command = /usr/lib/dovecot/deliver
#virtual_transport = dovecot
#dovecot_destination_recipient_limit = 1
# Virtual delivery settings
# Local delivery settings
local_transport = local
alias_database = hash:/etc/aliases
alias_maps = $alias_database
# Default Mailbox size, is set to 0 which means unlimited!
mailbox_size_limit = 0
virtual_mailbox_limit = 0
### TLS settings
###
## TLS for outgoing mails from the server to another server
#smtp_use_tls = yes
#smtp_tls_note_starttls_offer = yes
## TLS for email client
#smtpd_tls_cert_file = /etc/ssl/server/server.ebook-infos.com.pem
#smtpd_tls_key_file = /etc/ssl/server/server.ebook-infos.com.pem
#smtpd_tls_CAfile = /etc/ssl/cacert.class3.crt # Just an example for CACert.org
#smtpd_tls_auth_only = no
#smtpd_tls_loglevel = 1
#smtpd_tls_received_header = yes
#smtpd_tls_session_cache_timeout = 3600s
#tls_random_source = dev:/dev/urandom
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
ddd $daemon_directory/$process_name $process_id & sleep 5
kann es an der statistics: max connection rate liegen :\
habt ihr ne Idee, bzw. ein Link wo man ne Antwort rauslesen könnte..gegooglte hat ich schon bisschen, konnte aber net nach spezielle Zielen googlen :\ gibts ja soooooo viele Konfi möglichkeiten.
Danke für die Hilfe
mfg
Last edited by a moderator: