Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown outgoing mails #290

Open
3 tasks done
Bart1909 opened this issue Jul 3, 2024 · 0 comments
Open
3 tasks done

Unknown outgoing mails #290

Bart1909 opened this issue Jul 3, 2024 · 0 comments

Comments

@Bart1909
Copy link

Bart1909 commented Jul 3, 2024

Support guidelines

I've found a bug and checked that ...

  • ... the documentation does not mention anything about my problem
  • ... there are no open or closed issues that are related to my problem

Description

I'm using Addy as a docker container with AWS SES as SMTP Relay.
As I'm not owning a static IP, I've set up a VPS which is connected via VPN and port 25 is being forwarded to my docker container.

It's working fine, but sometime I see outgoing unknown mails being send.

Sometimes it's a few per day but at some times it's being about hundreds in an hour.

Expected behaviour

No unknown mails are being sent

Actual behaviour

Sometimes unknown mails are being sent.

Steps to reproduce

Don't know

Docker info

Client: Docker Engine - Community
 Version:    26.1.4
 Context:    default
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  v0.14.1
    Path:     /usr/libexec/docker/cli-plugins/docker-buildx
  compose: Docker Compose (Docker Inc.)
    Version:  v2.27.1
    Path:     /usr/libexec/docker/cli-plugins/docker-compose

Server:
 Containers: 75
  Running: 71
  Paused: 0
  Stopped: 4
 Images: 65
 Server Version: 26.1.4
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: false
  userxattr: true
 Logging Driver: json-file
 Cgroup Driver: systemd
 Cgroup Version: 2
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
 Swarm: active
  NodeID:
  Is Manager: true
  ClusterID:
  Managers: 1
  Nodes: 2
  Default Address Pool: 10.0.0.0/8  
  SubnetSize: 24
  Data Path Port: 4789
  Orchestration:
   Task History Retention Limit: 5
  Raft:
   Snapshot Interval: 10000
   Number of Old Snapshots to Retain: 0
   Heartbeat Tick: 1
   Election Tick: 10
  Dispatcher:
   Heartbeat Period: 5 seconds
  CA Configuration:
   Expiry Duration: 3 months
   Force Rotate: 0
  Autolock Managers: false
  Root Rotation In Progress: false
  Node Address: 192.168.191.14
  Manager Addresses:
   192.168.191.14:2377
 Runtimes: runc io.containerd.runc.v2
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: d2d58213f83a351ca8f528a95fbd145f5654e957
 runc version: v1.1.12-0-g51d5e94
 init version: de40ad0
 Security Options:
  seccomp
   Profile: builtin
  cgroupns
 Kernel Version: 5.15.136-1-pve
 Operating System: Debian GNU/Linux 10 (buster)
 OSType: linux
 Architecture: x86_64
 CPUs: 6
 Total Memory: 12GiB
 Name: docker
 ID: 
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false
 Default Address Pools:
   Base: 10.10.0.0/16, Size: 24

Docker Compose config

version: "3.5"

services:
  redis:
    image: redis:4.0-alpine
    container_name: anonaddy_redis
    restart: always
    networks:
      - udm_docker

  anonaddy:
    image: anonaddy/anonaddy:latest
    container_name: anonaddy
    depends_on:
      - redis
    ports:
      - "0.0.0.0:25:25"
      - "8000:8000"
      - "11334:11334"
    networks:
      udm_docker:
        ipv4_address: 192.168.8.5
    volumes:
      - "./data:/data"
      - "./conf/16_add_dmarc_allow_header.sh:/etc/cont-init.d/16_add_dmarc_allow_header.sh"
    env_file:
      - "./anonaddy.env"
    environment:
      - "DB_HOST=mysql.local"
      - "DB_DATABASE=anonaddy"
      - "DB_USERNAME=anonaddy"
      - "DB_PASSWORD=xxx"
      - "REDIS_HOST=redis"
    restart: always


networks:
  udm_docker:
    name: udm_docker
    external: true

Logs

2024-07-03T17:18:06.602367007Z Jul 03 19:18:06 mail postfix/smtpd[7610]: name_mask: ipv4
2024-07-03T17:18:06.602393868Z Jul 03 19:18:06 mail postfix/smtpd[7610]: inet_addr_local: configured 2 IPv4 addresses
2024-07-03T17:18:06.602397744Z Jul 03 19:18:06 mail postfix/smtpd[7610]: process generation: 262 (262)
2024-07-03T17:18:06.602400614Z Jul 03 19:18:06 mail postfix/smtpd[7610]: dict_open: regexp:{{/^[^A-Z]/ Bogus}}
2024-07-03T17:18:06.602403792Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: smtpd_client_event_limit_exceptions ~? debug_peer_list
2024-07-03T17:18:06.602406445Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: smtpd_client_event_limit_exceptions ~? fast_flush_domains
2024-07-03T17:18:06.602409197Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: smtpd_client_event_limit_exceptions ~? mynetworks
2024-07-03T17:18:06.602411758Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: smtpd_client_event_limit_exceptions ~? permit_mx_backup_networks
2024-07-03T17:18:06.602414442Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: smtpd_client_event_limit_exceptions ~? qmqpd_authorized_clients
2024-07-03T17:18:06.602426981Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: smtpd_client_event_limit_exceptions ~? relay_domains
2024-07-03T17:18:06.602430285Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: smtpd_client_event_limit_exceptions ~? smtpd_access_maps
2024-07-03T17:18:06.602433060Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_list_match: smtpd_client_event_limit_exceptions: no match
2024-07-03T17:18:06.602435916Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: mynetworks ~? debug_peer_list
2024-07-03T17:18:06.602438620Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: mynetworks ~? fast_flush_domains
2024-07-03T17:18:06.602441595Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: mynetworks ~? mynetworks
2024-07-03T17:18:06.602444515Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: mynetworks ~? debug_peer_list
2024-07-03T17:18:06.602450994Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: mynetworks ~? fast_flush_domains
2024-07-03T17:18:06.602454054Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: mynetworks ~? mynetworks
2024-07-03T17:18:06.602457007Z Jul 03 19:18:06 mail postfix/smtpd[7610]: name_mask: host
2024-07-03T17:18:06.602459710Z Jul 03 19:18:06 mail postfix/smtpd[7610]: been_here: 127.0.0.1/32: 0
2024-07-03T17:18:06.602462662Z Jul 03 19:18:06 mail postfix/smtpd[7610]: been_here: 192.168.8.5/32: 0
2024-07-03T17:18:06.602465441Z Jul 03 19:18:06 mail postfix/smtpd[7610]: mynetworks_core: 127.0.0.1/32 192.168.8.5/32 
2024-07-03T17:18:06.602468303Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: mynetworks ~? debug_peer_list
2024-07-03T17:18:06.602471201Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: mynetworks ~? fast_flush_domains
2024-07-03T17:18:06.602474178Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: mynetworks ~? mynetworks
2024-07-03T17:18:06.602477115Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: relay_domains ~? debug_peer_list
2024-07-03T17:18:06.602480113Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: relay_domains ~? fast_flush_domains
2024-07-03T17:18:06.602483044Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: relay_domains ~? mynetworks
2024-07-03T17:18:06.602486167Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: relay_domains ~? permit_mx_backup_networks
2024-07-03T17:18:06.602490001Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: relay_domains ~? qmqpd_authorized_clients
2024-07-03T17:18:06.602493082Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: relay_domains ~? relay_domains
2024-07-03T17:18:06.602496075Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: permit_mx_backup_networks ~? debug_peer_list
2024-07-03T17:18:06.602502361Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: permit_mx_backup_networks ~? fast_flush_domains
2024-07-03T17:18:06.602505489Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: permit_mx_backup_networks ~? mynetworks
2024-07-03T17:18:06.602508326Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: permit_mx_backup_networks ~? permit_mx_backup_networks
2024-07-03T17:18:06.602511701Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: smtpd_access_maps ~? debug_peer_list
2024-07-03T17:18:06.602515695Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: smtpd_access_maps ~? fast_flush_domains
2024-07-03T17:18:06.602518810Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: smtpd_access_maps ~? mynetworks
2024-07-03T17:18:06.602521825Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: smtpd_access_maps ~? permit_mx_backup_networks
2024-07-03T17:18:06.602525033Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: smtpd_access_maps ~? qmqpd_authorized_clients
2024-07-03T17:18:06.602544846Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: smtpd_access_maps ~? relay_domains
2024-07-03T17:18:06.602555900Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: smtpd_access_maps ~? smtpd_access_maps
2024-07-03T17:18:06.602580919Z Jul 03 19:18:06 mail postfix/smtpd[7610]: policy_client_register: name="unix:private/policy" default_action="451 4.3.5 Server configuration problem" max_idle=300 max_ttl=1000 request_limit=0 retry_delay=1 timeout=100 try_limit=2 policy_context=""
2024-07-03T17:18:06.602587661Z Jul 03 19:18:06 mail postfix/smtpd[7610]: auto_clnt_create: transport=unix endpoint=private/policy
2024-07-03T17:18:06.602590845Z Jul 03 19:18:06 mail postfix/smtpd[7610]: attr_clnt_control: new request limit 0
2024-07-03T17:18:06.602593900Z Jul 03 19:18:06 mail postfix/smtpd[7610]: attr_clnt_control: new retry limit 2
2024-07-03T17:18:06.602596521Z Jul 03 19:18:06 mail postfix/smtpd[7610]: attr_clnt_control: new retry delay 1
2024-07-03T17:18:06.602606903Z Jul 03 19:18:06 mail postfix/smtpd[7610]: unknown_helo_hostname_tempfail_action = defer_if_permit
2024-07-03T17:18:06.602614055Z Jul 03 19:18:06 mail postfix/smtpd[7610]: unknown_address_tempfail_action = defer_if_permit
2024-07-03T17:18:06.602616495Z Jul 03 19:18:06 mail postfix/smtpd[7610]: unverified_recipient_tempfail_action = defer_if_permit
2024-07-03T17:18:06.602674639Z Jul 03 19:18:06 mail postfix/smtpd[7610]: unverified_sender_tempfail_action = defer_if_permit
2024-07-03T17:18:06.602682529Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: fast_flush_domains ~? debug_peer_list
2024-07-03T17:18:06.602684852Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: parent_domain_matches_subdomains: fast_flush_domains ~? fast_flush_domains
2024-07-03T17:18:06.602777446Z Jul 03 19:18:06 mail postfix/smtpd[7610]: auto_clnt_create: transport=local endpoint=private/anvil
2024-07-03T17:18:06.602784981Z Jul 03 19:18:06 mail postfix/smtpd[7610]: connection established
2024-07-03T17:18:06.602787316Z Jul 03 19:18:06 mail postfix/smtpd[7610]: master_notify: status 0
2024-07-03T17:18:06.602812570Z Jul 03 19:18:06 mail postfix/smtpd[7610]: name_mask: resource
2024-07-03T17:18:06.602821359Z Jul 03 19:18:06 mail postfix/smtpd[7610]: name_mask: software
2024-07-03T17:18:06.603714476Z Jul 03 19:18:06 mail postfix/smtpd[7610]: connect from unknown[10.5.0.1]
2024-07-03T17:18:06.603732347Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_list_match: unknown: no match
2024-07-03T17:18:06.603736282Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_list_match: 10.5.0.1: no match
2024-07-03T17:18:06.603739728Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_list_match: unknown: no match
2024-07-03T17:18:06.603742589Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_list_match: 10.5.0.1: no match
2024-07-03T17:18:06.603745542Z Jul 03 19:18:06 mail postfix/smtpd[7610]: smtp_stream_setup: maxtime=300 enable_deadline=0 min_data_rate=0
2024-07-03T17:18:06.603749058Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostname: smtpd_client_event_limit_exceptions: unknown ~? 127.0.0.0/8
2024-07-03T17:18:06.603753335Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostaddr: smtpd_client_event_limit_exceptions: 10.5.0.1 ~? 127.0.0.0/8
2024-07-03T17:18:06.603756200Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostname: smtpd_client_event_limit_exceptions: unknown ~? [::ffff:127.0.0.0]/104
2024-07-03T17:18:06.603759229Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostaddr: smtpd_client_event_limit_exceptions: 10.5.0.1 ~? [::ffff:127.0.0.0]/104
2024-07-03T17:18:06.603762124Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostname: smtpd_client_event_limit_exceptions: unknown ~? [::1]/128
2024-07-03T17:18:06.603765460Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostaddr: smtpd_client_event_limit_exceptions: 10.5.0.1 ~? [::1]/128
2024-07-03T17:18:06.603772482Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostname: smtpd_client_event_limit_exceptions: unknown ~? 10.0.0.0/8
2024-07-03T17:18:06.603775480Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostaddr: smtpd_client_event_limit_exceptions: 10.5.0.1 ~? 10.0.0.0/8
2024-07-03T17:18:06.603777350Z Jul 03 19:18:06 mail postfix/smtpd[7610]: report connect to all milters
2024-07-03T17:18:06.603779499Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter8_connect: non-protocol events for protocol version 6: 
2024-07-03T17:18:06.603782415Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter8_connect: transport=inet endpoint=127.0.0.1:11332
2024-07-03T17:18:06.603867291Z Jul 03 19:18:06 mail postfix/smtpd[7610]: trying... [127.0.0.1]
2024-07-03T17:18:06.603877484Z Jul 03 19:18:06 mail postfix/smtpd[7610]: vstream_tweak_tcp: TCP_MAXSEG 32741
2024-07-03T17:18:06.603880833Z Jul 03 19:18:06 mail postfix/smtpd[7610]: fd=13: stream buffer size old=0 new=130964
2024-07-03T17:18:06.603893439Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter8_connect: my_version=0x6
2024-07-03T17:18:06.603896441Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter8_connect: my_actions=0x1ff SMFIF_ADDHDRS SMFIF_CHGBODY SMFIF_ADDRCPT SMFIF_DELRCPT SMFIF_CHGHDRS SMFIF_QUARANTINE SMFIF_CHGFROM SMFIF_ADDRCPT_PAR SMFIF_SETSYMLIST
2024-07-03T17:18:06.603898859Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter8_connect: my_events=0x1fffff SMFIP_NOCONNECT SMFIP_NOHELO SMFIP_NOMAIL SMFIP_NORCPT SMFIP_NOBODY SMFIP_NOHDRS SMFIP_NOEOH SMFIP_NR_HDR SMFIP_NOUNKNOWN SMFIP_NODATA SMFIP_SKIP SMFIP_RCPT_REJ SMFIP_NR_CONN SMFIP_NR_HELO SMFIP_NR_MAIL SMFIP_NR_RCPT SMFIP_NR_DATA SMFIP_NR_UNKN SMFIP_NR_EOH SMFIP_NR_BODY SMFIP_HDR_LEADSPC
2024-07-03T17:18:06.603987297Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter8_connect: milter inet:127.0.0.1:11332 version 6
2024-07-03T17:18:06.603997609Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter8_connect: events SMFIP_NR_HDR SMFIP_NR_CONN SMFIP_NR_HELO SMFIP_NR_MAIL SMFIP_NR_RCPT SMFIP_NR_DATA SMFIP_NR_UNKN SMFIP_NR_EOH SMFIP_NR_BODY
2024-07-03T17:18:06.604001200Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter8_connect: requests SMFIF_ADDHDRS SMFIF_CHGBODY SMFIF_ADDRCPT SMFIF_DELRCPT SMFIF_CHGHDRS SMFIF_QUARANTINE SMFIF_CHGFROM SMFIF_ADDRCPT_PAR SMFIF_SETSYMLIST
2024-07-03T17:18:06.604004816Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: "j"
2024-07-03T17:18:06.604007649Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: result "mail.mydomain.com"
2024-07-03T17:18:06.604010244Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: "{daemon_name}"
2024-07-03T17:18:06.604016921Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: result "mail.mydomain.com"
2024-07-03T17:18:06.604020401Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: "{daemon_addr}"
2024-07-03T17:18:06.604023053Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: result "192.168.8.5"
2024-07-03T17:18:06.604059891Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: "v"
2024-07-03T17:18:06.604065881Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: result "Postfix 3.8.6"
2024-07-03T17:18:06.604068776Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: "_"
2024-07-03T17:18:06.604070543Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: result "unknown [10.5.0.1]"
2024-07-03T17:18:06.604072290Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter8_conn_event: milter inet:127.0.0.1:11332: connect unknown/10.5.0.1
2024-07-03T17:18:06.604074169Z Jul 03 19:18:06 mail postfix/smtpd[7610]: event: SMFIC_CONNECT; macros: j=mail.mydomain.com {daemon_name}=mail.mydomain.com {daemon_addr}=192.168.8.5 v=Postfix 3.8.6 _=unknown [10.5.0.1]
2024-07-03T17:18:06.604076045Z Jul 03 19:18:06 mail postfix/smtpd[7610]: skipping reply for event SMFIC_CONNECT from milter inet:127.0.0.1:11332
2024-07-03T17:18:06.604077805Z Jul 03 19:18:06 mail postfix/smtpd[7610]: > unknown[10.5.0.1]: 220 mail.mydomain.com ESMTP
2024-07-03T17:18:06.604079735Z Jul 03 19:18:06 mail postfix/smtpd[7610]: smtp_stream_setup: maxtime=300 enable_deadline=0 min_data_rate=0
2024-07-03T17:18:06.665663241Z Jul 03 19:18:06 mail postfix/smtpd[7610]: < unknown[10.5.0.1]: HELO tsYaLjKuxK
2024-07-03T17:18:06.665693561Z Jul 03 19:18:06 mail postfix/smtpd[7610]: report helo to all milters
2024-07-03T17:18:06.665696603Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: "{tls_version}"
2024-07-03T17:18:06.665698644Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: "{cipher}"
2024-07-03T17:18:06.665700691Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: "{cipher_bits}"
2024-07-03T17:18:06.665702634Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: "{cert_subject}"
2024-07-03T17:18:06.665704522Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: "{cert_issuer}"
2024-07-03T17:18:06.665706423Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter8_helo_event: milter inet:127.0.0.1:11332: helo tsYaLjKuxK
2024-07-03T17:18:06.665708280Z Jul 03 19:18:06 mail postfix/smtpd[7610]: event: SMFIC_HELO; macros: (none)
2024-07-03T17:18:06.665710167Z Jul 03 19:18:06 mail postfix/smtpd[7610]: skipping reply for event SMFIC_HELO from milter inet:127.0.0.1:11332
2024-07-03T17:18:06.665712014Z Jul 03 19:18:06 mail postfix/smtpd[7610]: > unknown[10.5.0.1]: 250 mail.mydomain.com
2024-07-03T17:18:06.665713924Z Jul 03 19:18:06 mail postfix/smtpd[7610]: smtp_stream_setup: maxtime=300 enable_deadline=0 min_data_rate=0
2024-07-03T17:18:06.728096662Z Jul 03 19:18:06 mail postfix/smtpd[7610]: < unknown[10.5.0.1]: MAIL FROM:<[email protected]>
2024-07-03T17:18:06.728151257Z Jul 03 19:18:06 mail postfix/smtpd[7610]: extract_addr: input: <[email protected]>
2024-07-03T17:18:06.728154809Z Jul 03 19:18:06 mail postfix/smtpd[7610]: smtpd_check_addr: [email protected]
2024-07-03T17:18:06.728157412Z Jul 03 19:18:06 mail postfix/smtpd[7610]: connect to subsystem private/rewrite
2024-07-03T17:18:06.731807100Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: protocol
2024-07-03T17:18:06.731830103Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: protocol
2024-07-03T17:18:06.731832729Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: trivial_rewrite_protocol
2024-07-03T17:18:06.731834580Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: (list terminator)
2024-07-03T17:18:06.731836471Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: (end)
2024-07-03T17:18:06.731838135Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr request = rewrite
2024-07-03T17:18:06.731839800Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr rule = local
2024-07-03T17:18:06.731841500Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr address = ""
2024-07-03T17:18:06.731843207Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: flags
2024-07-03T17:18:06.731844904Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: flags
2024-07-03T17:18:06.731846557Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: 0
2024-07-03T17:18:06.731857405Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: address
2024-07-03T17:18:06.731859469Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: address
2024-07-03T17:18:06.731861173Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: ""
2024-07-03T17:18:06.731862941Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: (list terminator)
2024-07-03T17:18:06.731864655Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: (end)
2024-07-03T17:18:06.731866292Z Jul 03 19:18:06 mail postfix/smtpd[7610]: rewrite_clnt: local: "" -> ""
2024-07-03T17:18:06.731868306Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr request = rewrite
2024-07-03T17:18:06.731869970Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr rule = local
2024-07-03T17:18:06.731871672Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr address = [email protected]
2024-07-03T17:18:06.731919975Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: flags
2024-07-03T17:18:06.731931668Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: flags
2024-07-03T17:18:06.731935323Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: 0
2024-07-03T17:18:06.731937179Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: address
2024-07-03T17:18:06.731938851Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: address
2024-07-03T17:18:06.731941269Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: [email protected]
2024-07-03T17:18:06.731944148Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: (list terminator)
2024-07-03T17:18:06.731946618Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: (end)
2024-07-03T17:18:06.731949148Z Jul 03 19:18:06 mail postfix/smtpd[7610]: rewrite_clnt: local: [email protected] -> [email protected]
2024-07-03T17:18:06.731951907Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr request = resolve
2024-07-03T17:18:06.731954668Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr sender = 
2024-07-03T17:18:06.731957453Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr address = [email protected]
2024-07-03T17:18:06.732016083Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: flags
2024-07-03T17:18:06.732024280Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: flags
2024-07-03T17:18:06.732026725Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: 0
2024-07-03T17:18:06.732028556Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: transport
2024-07-03T17:18:06.732030236Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: transport
2024-07-03T17:18:06.732031855Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: anonaddy
2024-07-03T17:18:06.732033471Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: nexthop
2024-07-03T17:18:06.732038977Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: nexthop
2024-07-03T17:18:06.732040847Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: mydomain.com
2024-07-03T17:18:06.732042481Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: recipient
2024-07-03T17:18:06.732044118Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: recipient
2024-07-03T17:18:06.732045858Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: [email protected]
2024-07-03T17:18:06.732047545Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: flags
2024-07-03T17:18:06.732049241Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: flags
2024-07-03T17:18:06.732052728Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: 1024
2024-07-03T17:18:06.732054432Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: (list terminator)
2024-07-03T17:18:06.732056095Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: (end)
2024-07-03T17:18:06.732057759Z Jul 03 19:18:06 mail postfix/smtpd[7610]: resolve_clnt: `' -> `[email protected]' -> transp=`anonaddy' host=`mydomain.com' rcpt=`[email protected]' flags= class=virtual
2024-07-03T17:18:06.732059696Z Jul 03 19:18:06 mail postfix/smtpd[7610]: ctable_locate: install entry key [email protected]
2024-07-03T17:18:06.732169211Z Jul 03 19:18:06 mail postfix/smtpd[7610]: extract_addr: in: <[email protected]>, result: [email protected]
2024-07-03T17:18:06.732176583Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr request = rewrite
2024-07-03T17:18:06.732178878Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr rule = local
2024-07-03T17:18:06.732180615Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr address = double-bounce
2024-07-03T17:18:06.732182288Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: flags
2024-07-03T17:18:06.732184000Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: flags
2024-07-03T17:18:06.732185687Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: 0
2024-07-03T17:18:06.732187331Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: address
2024-07-03T17:18:06.732189001Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: address
2024-07-03T17:18:06.732190664Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: [email protected]
2024-07-03T17:18:06.732192445Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: (list terminator)
2024-07-03T17:18:06.732194171Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: (end)
2024-07-03T17:18:06.732195854Z Jul 03 19:18:06 mail postfix/smtpd[7610]: rewrite_clnt: local: double-bounce -> [email protected]
2024-07-03T17:18:06.732197728Z Jul 03 19:18:06 mail postfix/smtpd[7610]: report sender to all milters
2024-07-03T17:18:06.732203225Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: "i"
2024-07-03T17:18:06.732208314Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: "{mail_addr}"
2024-07-03T17:18:06.732212409Z Jul 03 19:18:06 mail postfix/smtpd[7610]: ctable_locate: leave existing entry key [email protected]
2024-07-03T17:18:06.732214206Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: result "[email protected]"
2024-07-03T17:18:06.732216049Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: "{client_addr}"
2024-07-03T17:18:06.732217848Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: result "10.5.0.1"
2024-07-03T17:18:06.732219592Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: "{client_name}"
2024-07-03T17:18:06.732221397Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: result "unknown"
2024-07-03T17:18:06.732223576Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: "{auth_authen}"
2024-07-03T17:18:06.732225299Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter8_mail_event: milter inet:127.0.0.1:11332: mail <[email protected]>
2024-07-03T17:18:06.732238187Z Jul 03 19:18:06 mail postfix/smtpd[7610]: event: SMFIC_MAIL; macros: {mail_addr}[email protected] {client_addr}=10.5.0.1 {client_name}=unknown
2024-07-03T17:18:06.732245267Z Jul 03 19:18:06 mail postfix/smtpd[7610]: skipping reply for event SMFIC_MAIL from milter inet:127.0.0.1:11332
2024-07-03T17:18:06.732251353Z Jul 03 19:18:06 mail postfix/smtpd[7610]: smtpd_check_rewrite: trying: permit_inet_interfaces
2024-07-03T17:18:06.732254557Z Jul 03 19:18:06 mail postfix/smtpd[7610]: permit_inet_interfaces: unknown 10.5.0.1
2024-07-03T17:18:06.732276000Z Jul 03 19:18:06 mail postfix/smtpd[7610]: fsspace: .: block size 4096, blocks free 1228851
2024-07-03T17:18:06.732280699Z Jul 03 19:18:06 mail postfix/smtpd[7610]: smtpd_check_queue: blocks 4096 avail 1228851 min_free 0 msg_size_limit 26214400
2024-07-03T17:18:06.732287705Z Jul 03 19:18:06 mail postfix/smtpd[7610]: > unknown[10.5.0.1]: 250 2.1.0 Ok
2024-07-03T17:18:06.732293239Z Jul 03 19:18:06 mail postfix/smtpd[7610]: smtp_stream_setup: maxtime=300 enable_deadline=0 min_data_rate=0
2024-07-03T17:18:06.804840467Z Jul 03 19:18:06 mail postfix/smtpd[7610]: < unknown[10.5.0.1]: RCPT TO:<[email protected]>
2024-07-03T17:18:06.804862263Z Jul 03 19:18:06 mail postfix/smtpd[7610]: extract_addr: input: <[email protected]>
2024-07-03T17:18:06.804864618Z Jul 03 19:18:06 mail postfix/smtpd[7610]: smtpd_check_addr: [email protected]
2024-07-03T17:18:06.804866508Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr request = rewrite
2024-07-03T17:18:06.804868308Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr rule = local
2024-07-03T17:18:06.804870030Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr address = [email protected]
2024-07-03T17:18:06.804871766Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: flags
2024-07-03T17:18:06.804883520Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: flags
2024-07-03T17:18:06.804885484Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: 0
2024-07-03T17:18:06.804887153Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: address
2024-07-03T17:18:06.804888827Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: address
2024-07-03T17:18:06.804890573Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: [email protected]
2024-07-03T17:18:06.804892287Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: (list terminator)
2024-07-03T17:18:06.804894028Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: (end)
2024-07-03T17:18:06.804895748Z Jul 03 19:18:06 mail postfix/smtpd[7610]: rewrite_clnt: local: [email protected] -> [email protected]
2024-07-03T17:18:06.804900138Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr request = rewrite
2024-07-03T17:18:06.804901949Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr rule = local
2024-07-03T17:18:06.804903609Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr address = [email protected]
2024-07-03T17:18:06.804932543Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: flags
2024-07-03T17:18:06.804941355Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: flags
2024-07-03T17:18:06.804944941Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: 0
2024-07-03T17:18:06.804947769Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: address
2024-07-03T17:18:06.804950638Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: address
2024-07-03T17:18:06.804953811Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: [email protected]
2024-07-03T17:18:06.804957313Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: (list terminator)
2024-07-03T17:18:06.804959116Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: (end)
2024-07-03T17:18:06.804960759Z Jul 03 19:18:06 mail postfix/smtpd[7610]: rewrite_clnt: local: [email protected] -> [email protected]
2024-07-03T17:18:06.804962590Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr request = resolve
2024-07-03T17:18:06.804965825Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr sender = [email protected]
2024-07-03T17:18:06.804971232Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr address = [email protected]
2024-07-03T17:18:06.808715919Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: flags
2024-07-03T17:18:06.808732066Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: flags
2024-07-03T17:18:06.808734475Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: 0
2024-07-03T17:18:06.808736394Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: transport
2024-07-03T17:18:06.808745727Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: transport
2024-07-03T17:18:06.808747631Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: smtp
2024-07-03T17:18:06.808749240Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: nexthop
2024-07-03T17:18:06.808750957Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: nexthop
2024-07-03T17:18:06.808752702Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: email-smtp.eu-west-1.amazonaws.com:587
2024-07-03T17:18:06.808754397Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: recipient
2024-07-03T17:18:06.808756055Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: recipient
2024-07-03T17:18:06.808757806Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: [email protected]
2024-07-03T17:18:06.808759489Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: flags
2024-07-03T17:18:06.808761195Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: flags
2024-07-03T17:18:06.808762876Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: 4096
2024-07-03T17:18:06.808764534Z Jul 03 19:18:06 mail postfix/smtpd[7610]: private/rewrite socket: wanted attribute: (list terminator)
2024-07-03T17:18:06.808766230Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: (end)
2024-07-03T17:18:06.808770123Z Jul 03 19:18:06 mail postfix/smtpd[7610]: resolve_clnt: `[email protected]' -> `[email protected]' -> transp=`smtp' host=`email-smtp.eu-west-1.amazonaws.com:587' rcpt=`[email protected]' flags= class=default
2024-07-03T17:18:06.808772462Z Jul 03 19:18:06 mail postfix/smtpd[7610]: ctable_locate: install entry key [email protected][email protected]
2024-07-03T17:18:06.808774272Z Jul 03 19:18:06 mail postfix/smtpd[7610]: extract_addr: in: <[email protected]>, result: [email protected]
2024-07-03T17:18:06.808776121Z Jul 03 19:18:06 mail postfix/smtpd[7610]: >>> START Helo command RESTRICTIONS <<<
2024-07-03T17:18:06.808778062Z Jul 03 19:18:06 mail postfix/smtpd[7610]: generic_checks: name=permit_mynetworks
2024-07-03T17:18:06.808779748Z Jul 03 19:18:06 mail postfix/smtpd[7610]: permit_mynetworks: unknown 10.5.0.1
2024-07-03T17:18:06.808781742Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostname: mynetworks: unknown ~? 127.0.0.0/8
2024-07-03T17:18:06.808785136Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostaddr: mynetworks: 10.5.0.1 ~? 127.0.0.0/8
2024-07-03T17:18:06.808789173Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostname: mynetworks: unknown ~? [::ffff:127.0.0.0]/104
2024-07-03T17:18:06.808791771Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostaddr: mynetworks: 10.5.0.1 ~? [::ffff:127.0.0.0]/104
2024-07-03T17:18:06.808842870Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostname: mynetworks: unknown ~? [::1]/128
2024-07-03T17:18:06.808853538Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostaddr: mynetworks: 10.5.0.1 ~? [::1]/128
2024-07-03T17:18:06.808862353Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostname: mynetworks: unknown ~? 10.0.0.0/8
2024-07-03T17:18:06.808864461Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostaddr: mynetworks: 10.5.0.1 ~? 10.0.0.0/8
2024-07-03T17:18:06.808866473Z Jul 03 19:18:06 mail postfix/smtpd[7610]: smtpd_acl_permit: checking smtpd_log_access_permit_actions settings
2024-07-03T17:18:06.808868160Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_list_match: permit_mynetworks: no match
2024-07-03T17:18:06.808869849Z Jul 03 19:18:06 mail postfix/smtpd[7610]: smtpd_acl_permit: smtpd_log_access_permit_actions: no match
2024-07-03T17:18:06.808871518Z Jul 03 19:18:06 mail postfix/smtpd[7610]: generic_checks: name=permit_mynetworks status=1
2024-07-03T17:18:06.808873181Z Jul 03 19:18:06 mail postfix/smtpd[7610]: >>> END Helo command RESTRICTIONS <<<
2024-07-03T17:18:06.808875085Z Jul 03 19:18:06 mail postfix/smtpd[7610]: >>> START Sender address RESTRICTIONS <<<
2024-07-03T17:18:06.808877821Z Jul 03 19:18:06 mail postfix/smtpd[7610]: generic_checks: name=permit_mynetworks
2024-07-03T17:18:06.808879561Z Jul 03 19:18:06 mail postfix/smtpd[7610]: permit_mynetworks: unknown 10.5.0.1
2024-07-03T17:18:06.808881552Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostname: mynetworks: unknown ~? 127.0.0.0/8
2024-07-03T17:18:06.808883274Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostaddr: mynetworks: 10.5.0.1 ~? 127.0.0.0/8
2024-07-03T17:18:06.808885547Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostname: mynetworks: unknown ~? [::ffff:127.0.0.0]/104
2024-07-03T17:18:06.808887270Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostaddr: mynetworks: 10.5.0.1 ~? [::ffff:127.0.0.0]/104
2024-07-03T17:18:06.808888962Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostname: mynetworks: unknown ~? [::1]/128
2024-07-03T17:18:06.808897357Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostaddr: mynetworks: 10.5.0.1 ~? [::1]/128
2024-07-03T17:18:06.808906704Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostname: mynetworks: unknown ~? 10.0.0.0/8
2024-07-03T17:18:06.808911959Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostaddr: mynetworks: 10.5.0.1 ~? 10.0.0.0/8
2024-07-03T17:18:06.808915176Z Jul 03 19:18:06 mail postfix/smtpd[7610]: smtpd_acl_permit: checking smtpd_log_access_permit_actions settings
2024-07-03T17:18:06.808918113Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_list_match: permit_mynetworks: no match
2024-07-03T17:18:06.808920907Z Jul 03 19:18:06 mail postfix/smtpd[7610]: smtpd_acl_permit: smtpd_log_access_permit_actions: no match
2024-07-03T17:18:06.808928556Z Jul 03 19:18:06 mail postfix/smtpd[7610]: generic_checks: name=permit_mynetworks status=1
2024-07-03T17:18:06.808932511Z Jul 03 19:18:06 mail postfix/smtpd[7610]: >>> END Sender address RESTRICTIONS <<<
2024-07-03T17:18:06.808941398Z Jul 03 19:18:06 mail postfix/smtpd[7610]: >>> START Recipient address RESTRICTIONS <<<
2024-07-03T17:18:06.808946472Z Jul 03 19:18:06 mail postfix/smtpd[7610]: generic_checks: name=permit_mynetworks
2024-07-03T17:18:06.808968215Z Jul 03 19:18:06 mail postfix/smtpd[7610]: permit_mynetworks: unknown 10.5.0.1
2024-07-03T17:18:06.808973690Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostname: mynetworks: unknown ~? 127.0.0.0/8
2024-07-03T17:18:06.808975708Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostaddr: mynetworks: 10.5.0.1 ~? 127.0.0.0/8
2024-07-03T17:18:06.808977382Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostname: mynetworks: unknown ~? [::ffff:127.0.0.0]/104
2024-07-03T17:18:06.808979064Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostaddr: mynetworks: 10.5.0.1 ~? [::ffff:127.0.0.0]/104
2024-07-03T17:18:06.808980772Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostname: mynetworks: unknown ~? [::1]/128
2024-07-03T17:18:06.808985821Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostaddr: mynetworks: 10.5.0.1 ~? [::1]/128
2024-07-03T17:18:06.808987897Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostname: mynetworks: unknown ~? 10.0.0.0/8
2024-07-03T17:18:06.808989636Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostaddr: mynetworks: 10.5.0.1 ~? 10.0.0.0/8
2024-07-03T17:18:06.808991376Z Jul 03 19:18:06 mail postfix/smtpd[7610]: smtpd_acl_permit: checking smtpd_log_access_permit_actions settings
2024-07-03T17:18:06.808995207Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_list_match: permit_mynetworks: no match
2024-07-03T17:18:06.808997257Z Jul 03 19:18:06 mail postfix/smtpd[7610]: smtpd_acl_permit: smtpd_log_access_permit_actions: no match
2024-07-03T17:18:06.809000865Z Jul 03 19:18:06 mail postfix/smtpd[7610]: generic_checks: name=permit_mynetworks status=1
2024-07-03T17:18:06.809002929Z Jul 03 19:18:06 mail postfix/smtpd[7610]: >>> END Recipient address RESTRICTIONS <<<
2024-07-03T17:18:06.809006847Z Jul 03 19:18:06 mail postfix/smtpd[7610]: >>> START Recipient address RESTRICTIONS <<<
2024-07-03T17:18:06.809014090Z Jul 03 19:18:06 mail postfix/smtpd[7610]: generic_checks: name=permit_mynetworks
2024-07-03T17:18:06.809016323Z Jul 03 19:18:06 mail postfix/smtpd[7610]: permit_mynetworks: unknown 10.5.0.1
2024-07-03T17:18:06.809027178Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostname: mynetworks: unknown ~? 127.0.0.0/8
2024-07-03T17:18:06.809030003Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostaddr: mynetworks: 10.5.0.1 ~? 127.0.0.0/8
2024-07-03T17:18:06.809048015Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostname: mynetworks: unknown ~? [::ffff:127.0.0.0]/104
2024-07-03T17:18:06.809051186Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostaddr: mynetworks: 10.5.0.1 ~? [::ffff:127.0.0.0]/104
2024-07-03T17:18:06.809052995Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostname: mynetworks: unknown ~? [::1]/128
2024-07-03T17:18:06.809054697Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostaddr: mynetworks: 10.5.0.1 ~? [::1]/128
2024-07-03T17:18:06.809056377Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostname: mynetworks: unknown ~? 10.0.0.0/8
2024-07-03T17:18:06.809070806Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_hostaddr: mynetworks: 10.5.0.1 ~? 10.0.0.0/8
2024-07-03T17:18:06.809081549Z Jul 03 19:18:06 mail postfix/smtpd[7610]: smtpd_acl_permit: checking smtpd_log_access_permit_actions settings
2024-07-03T17:18:06.809084876Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_list_match: permit_mynetworks: no match
2024-07-03T17:18:06.809087805Z Jul 03 19:18:06 mail postfix/smtpd[7610]: smtpd_acl_permit: smtpd_log_access_permit_actions: no match
2024-07-03T17:18:06.809092014Z Jul 03 19:18:06 mail postfix/smtpd[7610]: generic_checks: name=permit_mynetworks status=1
2024-07-03T17:18:06.809095213Z Jul 03 19:18:06 mail postfix/smtpd[7610]: >>> END Recipient address RESTRICTIONS <<<
2024-07-03T17:18:06.809098340Z Jul 03 19:18:06 mail postfix/smtpd[7610]: >>> CHECKING Recipient address VALIDATION MAPS <<<
2024-07-03T17:18:06.809101513Z Jul 03 19:18:06 mail postfix/smtpd[7610]: ctable_locate: leave existing entry key [email protected][email protected]
2024-07-03T17:18:06.809104382Z Jul 03 19:18:06 mail postfix/smtpd[7610]: maps_find: recipient_canonical_maps: [email protected]: not found
2024-07-03T17:18:06.809107909Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: mydestination: cox.net ~? localhost.mydomain.com
2024-07-03T17:18:06.809123082Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: mydestination: cox.net ~? localhost
2024-07-03T17:18:06.809128751Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_list_match: cox.net: no match
2024-07-03T17:18:06.809132929Z Jul 03 19:18:06 mail postfix/smtpd[7610]: maps_find: recipient_canonical_maps: @cox.net: not found
2024-07-03T17:18:06.809136130Z Jul 03 19:18:06 mail postfix/smtpd[7610]: mail_addr_find: [email protected] -> (not found)
2024-07-03T17:18:06.809139148Z Jul 03 19:18:06 mail postfix/smtpd[7610]: maps_find: canonical_maps: [email protected]: not found
2024-07-03T17:18:06.809141961Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: mydestination: cox.net ~? localhost.mydomain.com
2024-07-03T17:18:06.809144884Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: mydestination: cox.net ~? localhost
2024-07-03T17:18:06.809148454Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_list_match: cox.net: no match
2024-07-03T17:18:06.809151452Z Jul 03 19:18:06 mail postfix/smtpd[7610]: maps_find: canonical_maps: @cox.net: not found
2024-07-03T17:18:06.809154293Z Jul 03 19:18:06 mail postfix/smtpd[7610]: mail_addr_find: [email protected] -> (not found)
2024-07-03T17:18:06.809157252Z Jul 03 19:18:06 mail postfix/smtpd[7610]: maps_find: virtual_alias_maps: [email protected]: not found
2024-07-03T17:18:06.809162198Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: mydestination: cox.net ~? localhost.mydomain.com
2024-07-03T17:18:06.809165323Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_string: mydestination: cox.net ~? localhost
2024-07-03T17:18:06.809168126Z Jul 03 19:18:06 mail postfix/smtpd[7610]: match_list_match: cox.net: no match
2024-07-03T17:18:06.809171431Z Jul 03 19:18:06 mail postfix/smtpd[7610]: maps_find: virtual_alias_maps: @cox.net: not found
2024-07-03T17:18:06.809178867Z Jul 03 19:18:06 mail postfix/smtpd[7610]: mail_addr_find: [email protected] -> (not found)
2024-07-03T17:18:06.809182315Z Jul 03 19:18:06 mail postfix/smtpd[7610]: report recipient to all milters (flags=0x0)
2024-07-03T17:18:06.809185814Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: "i"
2024-07-03T17:18:06.809189501Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: "{rcpt_addr}"
2024-07-03T17:18:06.809193140Z Jul 03 19:18:06 mail postfix/smtpd[7610]: ctable_locate: leave existing entry key [email protected][email protected]
2024-07-03T17:18:06.809206815Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: result "[email protected]"
2024-07-03T17:18:06.809212141Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: "{rcpt_host}"
2024-07-03T17:18:06.809214210Z Jul 03 19:18:06 mail postfix/smtpd[7610]: ctable_locate: leave existing entry key [email protected][email protected]
2024-07-03T17:18:06.809232638Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: result "email-smtp.eu-west-1.amazonaws.com:587"
2024-07-03T17:18:06.809235407Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: "{rcpt_mailer}"
2024-07-03T17:18:06.809237218Z Jul 03 19:18:06 mail postfix/smtpd[7610]: ctable_locate: leave existing entry key [email protected][email protected]
2024-07-03T17:18:06.809238909Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: result "smtp"
2024-07-03T17:18:06.809243193Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter8_rcpt_event: milter inet:127.0.0.1:11332: rcpt <[email protected]>
2024-07-03T17:18:06.809245427Z Jul 03 19:18:06 mail postfix/smtpd[7610]: event: SMFIC_RCPT; macros: {rcpt_addr}[email protected] {rcpt_host}=email-smtp.eu-west-1.amazonaws.com:587 {rcpt_mailer}=smtp
2024-07-03T17:18:06.809247349Z Jul 03 19:18:06 mail postfix/smtpd[7610]: skipping reply for event SMFIC_RCPT from milter inet:127.0.0.1:11332
2024-07-03T17:18:06.809251354Z Jul 03 19:18:06 mail postfix/smtpd[7610]: before input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mapping enable_milters
2024-07-03T17:18:06.809253594Z Jul 03 19:18:06 mail postfix/smtpd[7610]: after input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mapping enable_milters
2024-07-03T17:18:06.809262953Z Jul 03 19:18:06 mail postfix/smtpd[7610]: name_mask: sendmail
2024-07-03T17:18:06.809267460Z Jul 03 19:18:06 mail postfix/smtpd[7610]: name_mask: verify
2024-07-03T17:18:06.809305012Z Jul 03 19:18:06 mail postfix/smtpd[7610]: connect to subsystem public/cleanup
2024-07-03T17:18:06.812121259Z Jul 03 19:18:06 mail postfix/smtpd[7610]: public/cleanup socket: wanted attribute: protocol
2024-07-03T17:18:06.812135356Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: protocol
2024-07-03T17:18:06.812138552Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: cleanup_protocol
2024-07-03T17:18:06.812140946Z Jul 03 19:18:06 mail postfix/smtpd[7610]: public/cleanup socket: wanted attribute: queue_id
2024-07-03T17:18:06.812150993Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: queue_id
2024-07-03T17:18:06.812154527Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: C63BF3D2F3F
2024-07-03T17:18:06.812157077Z Jul 03 19:18:06 mail postfix/smtpd[7610]: public/cleanup socket: wanted attribute: (list terminator)
2024-07-03T17:18:06.812159808Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: (end)
2024-07-03T17:18:06.812192547Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr flags = 242
2024-07-03T17:18:06.812228154Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send 0 milters
2024-07-03T17:18:06.812233742Z Jul 03 19:18:06 mail postfix/smtpd[7610]: C63BF3D2F3F: client=unknown[10.5.0.1]
2024-07-03T17:18:06.812235702Z Jul 03 19:18:06 mail postfix/smtpd[7610]: > unknown[10.5.0.1]: 250 2.1.5 Ok
2024-07-03T17:18:06.812237493Z Jul 03 19:18:06 mail postfix/smtpd[7610]: smtp_stream_setup: maxtime=300 enable_deadline=0 min_data_rate=0
2024-07-03T17:18:06.883639315Z Jul 03 19:18:06 mail postfix/smtpd[7610]: < unknown[10.5.0.1]: DATA
2024-07-03T17:18:06.883666762Z Jul 03 19:18:06 mail postfix/smtpd[7610]: >>> START Data command RESTRICTIONS <<<
2024-07-03T17:18:06.883670919Z Jul 03 19:18:06 mail postfix/smtpd[7610]: generic_checks: name=reject_unauth_pipelining
2024-07-03T17:18:06.883674186Z Jul 03 19:18:06 mail postfix/smtpd[7610]: reject_unauth_pipelining: DATA
2024-07-03T17:18:06.883676968Z Jul 03 19:18:06 mail postfix/smtpd[7610]: generic_checks: name=reject_unauth_pipelining status=0
2024-07-03T17:18:06.883679719Z Jul 03 19:18:06 mail postfix/smtpd[7610]: >>> END Data command RESTRICTIONS <<<
2024-07-03T17:18:06.883682490Z Jul 03 19:18:06 mail postfix/smtpd[7610]: report data to all milters
2024-07-03T17:18:06.883685205Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: "i"
2024-07-03T17:18:06.883687561Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter_macro_lookup: result "C63BF3D2F3F"
2024-07-03T17:18:06.883693984Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter8_data_event: milter inet:127.0.0.1:11332: data command
2024-07-03T17:18:06.883696703Z Jul 03 19:18:06 mail postfix/smtpd[7610]: event: SMFIC_DATA; macros: i=C63BF3D2F3F
2024-07-03T17:18:06.883699691Z Jul 03 19:18:06 mail postfix/smtpd[7610]: skipping reply for event SMFIC_DATA from milter inet:127.0.0.1:11332
2024-07-03T17:18:06.883703454Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send 1 milters
2024-07-03T17:18:06.883705704Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr conn_macros = j {daemon_name} {daemon_addr} v _
2024-07-03T17:18:06.883708555Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr helo_macros = {tls_version} {cipher} {cipher_bits} {cert_subject} {cert_issuer}
2024-07-03T17:18:06.883711132Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr mail_macros = i {mail_addr} {client_addr} {client_name} {auth_authen}
2024-07-03T17:18:06.883713811Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr rcpt_macros = i {rcpt_addr} {rcpt_host} {rcpt_mailer}
2024-07-03T17:18:06.883729679Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr data_macros = i
2024-07-03T17:18:06.883732951Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr eoh_macros = i
2024-07-03T17:18:06.883735581Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr eod_macros = i
2024-07-03T17:18:06.883738151Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr unk_macros = 
2024-07-03T17:18:06.883740941Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr size = 0
2024-07-03T17:18:06.883743616Z Jul 03 19:18:06 mail postfix/smtpd[7610]: milter8_send: milter inet:127.0.0.1:11332
2024-07-03T17:18:06.883749777Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr milter_name = inet:127.0.0.1:11332
2024-07-03T17:18:06.883752926Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr milter_version = 6
2024-07-03T17:18:06.883755639Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr milter_actions = 511
2024-07-03T17:18:06.883758409Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr milter_events = 1044608
2024-07-03T17:18:06.883761241Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr milter_non_events = 0
2024-07-03T17:18:06.883763830Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr milter_state = 4
2024-07-03T17:18:06.883766184Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr milter_conn_timeout = 30
2024-07-03T17:18:06.883768805Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr milter_cmd_timeout = 30
2024-07-03T17:18:06.883771497Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr milter_msg_timeout = 300
2024-07-03T17:18:06.883774195Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr milter_action = accept
2024-07-03T17:18:06.883776015Z Jul 03 19:18:06 mail postfix/smtpd[7610]: send attr milter_macro_list = 0
2024-07-03T17:18:06.883831897Z Jul 03 19:18:06 mail postfix/smtpd[7610]: public/cleanup socket: wanted attribute: dummy
2024-07-03T17:18:06.883863449Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: dummy
2024-07-03T17:18:06.883871576Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: (end)
2024-07-03T17:18:06.883873888Z Jul 03 19:18:06 mail postfix/smtpd[7610]: public/cleanup socket: wanted attribute: (list terminator)
2024-07-03T17:18:06.883875698Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: (end)
2024-07-03T17:18:06.883877609Z Jul 03 19:18:06 mail postfix/smtpd[7610]: public/cleanup socket: wanted attribute: dummy
2024-07-03T17:18:06.883879324Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: dummy
2024-07-03T17:18:06.883880976Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: (end)
2024-07-03T17:18:06.883882625Z Jul 03 19:18:06 mail postfix/smtpd[7610]: public/cleanup socket: wanted attribute: (list terminator)
2024-07-03T17:18:06.883884281Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: (end)
2024-07-03T17:18:06.883885913Z Jul 03 19:18:06 mail postfix/smtpd[7610]: public/cleanup socket: wanted attribute: status
2024-07-03T17:18:06.883893992Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: status
2024-07-03T17:18:06.883896054Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute value: 0
2024-07-03T17:18:06.883897864Z Jul 03 19:18:06 mail postfix/smtpd[7610]: public/cleanup socket: wanted attribute: (list terminator)
2024-07-03T17:18:06.883899619Z Jul 03 19:18:06 mail postfix/smtpd[7610]: input attribute name: (end)
2024-07-03T17:18:06.883901784Z Jul 03 19:18:06 mail postfix/smtpd[7610]: > unknown[10.5.0.1]: 354 End data with <CR><LF>.<CR><LF>
2024-07-03T17:18:06.883904329Z Jul 03 19:18:06 mail postfix/smtpd[7610]: smtp_stream_setup: maxtime=300 enable_deadline=0 min_data_rate=500
2024-07-03T17:18:07.066845058Z Jul 03 19:18:07 mail postfix/cleanup[7613]: C63BF3D2F3F: message-id=<[email protected]>
2024-07-03T17:18:07.066865799Z Jul 03 19:18:07 mail postfix/cleanup[7613]: C63BF3D2F3F: prepend: header From: gera bara <[email protected]> from unknown[10.5.0.1]; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<tsYaLjKuxK>: X-AnonAddy-Dmarc-Allow: Yes
2024-07-03T17:18:07.330009347Z Jul 03 19:18:07 mail postfix/smtpd[7610]: public/cleanup socket: wanted attribute: status
2024-07-03T17:18:07.330033177Z Jul 03 19:18:07 mail postfix/smtpd[7610]: input attribute name: status
2024-07-03T17:18:07.330038154Z Jul 03 19:18:07 mail postfix/smtpd[7610]: input attribute value: 0
2024-07-03T17:18:07.330042164Z Jul 03 19:18:07 mail postfix/smtpd[7610]: public/cleanup socket: wanted attribute: reason
2024-07-03T17:18:07.330046411Z Jul 03 19:18:07 mail postfix/smtpd[7610]: input attribute name: reason
2024-07-03T17:18:07.330050296Z Jul 03 19:18:07 mail postfix/smtpd[7610]: input attribute value: (end)
2024-07-03T17:18:07.330054226Z Jul 03 19:18:07 mail postfix/smtpd[7610]: public/cleanup socket: wanted attribute: (list terminator)
2024-07-03T17:18:07.330057973Z Jul 03 19:18:07 mail postfix/smtpd[7610]: input attribute name: (end)
2024-07-03T17:18:07.330062261Z Jul 03 19:18:07 mail postfix/smtpd[7610]: > unknown[10.5.0.1]: 250 2.0.0 Ok: queued as C63BF3D2F3F
2024-07-03T17:18:07.330067321Z Jul 03 19:18:07 mail postfix/smtpd[7610]: abort all milters
2024-07-03T17:18:07.330142405Z Jul 03 19:18:07 mail postfix/smtpd[7610]: milter8_abort: abort milter inet:127.0.0.1:11332
2024-07-03T17:18:07.330159233Z Jul 03 19:18:07 mail postfix/smtpd[7610]: smtp_stream_setup: maxtime=300 enable_deadline=0 min_data_rate=0
2024-07-03T17:18:07.330390865Z Jul 03 19:18:07 mail postfix/qmgr[2028]: C63BF3D2F3F: from=<[email protected]>, size=1432, nrcpt=1 (queue active)
2024-07-03T17:18:07.403715823Z Jul 03 19:18:07 mail postfix/smtpd[7610]: < unknown[10.5.0.1]: QUIT
2024-07-03T17:18:07.403737808Z Jul 03 19:18:07 mail postfix/smtpd[7610]: > unknown[10.5.0.1]: 221 2.0.0 Bye
2024-07-03T17:18:07.403741536Z Jul 03 19:18:07 mail postfix/smtpd[7610]: match_hostname: smtpd_client_event_limit_exceptions: unknown ~? 127.0.0.0/8
2024-07-03T17:18:07.403755830Z Jul 03 19:18:07 mail postfix/smtpd[7610]: match_hostaddr: smtpd_client_event_limit_exceptions: 10.5.0.1 ~? 127.0.0.0/8
2024-07-03T17:18:07.403760905Z Jul 03 19:18:07 mail postfix/smtpd[7610]: match_hostname: smtpd_client_event_limit_exceptions: unknown ~? [::ffff:127.0.0.0]/104
2024-07-03T17:18:07.403764925Z Jul 03 19:18:07 mail postfix/smtpd[7610]: match_hostaddr: smtpd_client_event_limit_exceptions: 10.5.0.1 ~? [::ffff:127.0.0.0]/104
2024-07-03T17:18:07.403769209Z Jul 03 19:18:07 mail postfix/smtpd[7610]: match_hostname: smtpd_client_event_limit_exceptions: unknown ~? [::1]/128
2024-07-03T17:18:07.403772853Z Jul 03 19:18:07 mail postfix/smtpd[7610]: match_hostaddr: smtpd_client_event_limit_exceptions: 10.5.0.1 ~? [::1]/128
2024-07-03T17:18:07.403776721Z Jul 03 19:18:07 mail postfix/smtpd[7610]: match_hostname: smtpd_client_event_limit_exceptions: unknown ~? 10.0.0.0/8
2024-07-03T17:18:07.403780951Z Jul 03 19:18:07 mail postfix/smtpd[7610]: match_hostaddr: smtpd_client_event_limit_exceptions: 10.5.0.1 ~? 10.0.0.0/8
2024-07-03T17:18:07.403784453Z Jul 03 19:18:07 mail postfix/smtpd[7610]: abort all milters
2024-07-03T17:18:07.403788089Z Jul 03 19:18:07 mail postfix/smtpd[7610]: milter8_abort: abort milter inet:127.0.0.1:11332
2024-07-03T17:18:07.403792163Z Jul 03 19:18:07 mail postfix/smtpd[7610]: disconnect event to all milters
2024-07-03T17:18:07.403795597Z Jul 03 19:18:07 mail postfix/smtpd[7610]: milter8_disc_event: quit milter inet:127.0.0.1:11332
2024-07-03T17:18:07.403868801Z Jul 03 19:18:07 mail postfix/smtpd[7610]: disconnect from unknown[10.5.0.1] helo=1 mail=1 rcpt=1 data=1 quit=1 commands=5
2024-07-03T17:18:07.403884844Z Jul 03 19:18:07 mail postfix/smtpd[7610]: free all milters
2024-07-03T17:18:07.403890954Z Jul 03 19:18:07 mail postfix/smtpd[7610]: free milter inet:127.0.0.1:11332
2024-07-03T17:18:07.403945716Z Jul 03 19:18:07 mail postfix/smtpd[7610]: master_notify: status 1
2024-07-03T17:18:07.403960136Z Jul 03 19:18:07 mail postfix/smtpd[7610]: connection closed
2024-07-03T17:18:07.623839927Z Jul 03 19:18:07 mail postfix/smtp[7614]: Trusted TLS connection established to email-smtp.eu-west-1.amazonaws.com[99.81.178.80]:587: TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256
2024-07-03T17:18:07.890624688Z Jul 03 19:18:07 mail postfix/smtp[7614]: C63BF3D2F3F: to=<[email protected]>, relay=email-smtp.eu-west-1.amazonaws.com[99.81.178.80]:587, delay=1.2, delays=0.6/0.01/0.37/0.18, dsn=2.0.0, status=sent (250 Ok 01020190799a83b4-93894649-9348-487b-9cc6-7d804bc1f9d3-000000)
2024-07-03T17:18:07.891064387Z Jul 03 19:18:07 mail postfix/qmgr[2028]: C63BF3D2F3F: removed


### Additional info

My VPS is connected as 10.5.0.1, the Docker Container got the IP 192.168.8.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant