Some Mails are not sent out #1048

Closed
opened 2026-04-06 01:34:11 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Malli88 on 7/16/2024

Subject of the issue

SMTP Settings are correct and test mail to the vault owner Mail address is sent out without issues.
Organization Invite Mail or even the Email Verification to the Vault owner Mail address does not work with no error message.

Deployment environment

Docker Container in Unraid that is routed over Cloudflare

  • vaultwarden version:
    image

  • Install method: Docker

  • Clients used: Desktop, Web, Android

  • Reverse proxy and version: Cloudflare

  • Other relevant details:

Steps to reproduce

image

Expected behaviour

Sending out a Mail

Actual behaviour

Not doing anything

Troubleshooting data

Your environment (Generated via diagnostics page)

  • Vaultwarden version: v1.31.0
  • Web-vault version: v2024.5.1b
  • OS/Arch: linux/x86_64
  • Running within a container: true (Base: Debian)
  • Environment settings overridden: true
  • Uses a reverse proxy: true
  • IP Header check: false (X-Forwarded-For)
  • Internet access: true
  • Internet access via a proxy: false
  • DNS Check: true
  • Browser/Server Time Check: true
  • Server/NTP Time Check: true
  • Domain Configuration Check: true
  • HTTPS Check: true
  • Database type: SQLite
  • Database version: 3.45.0
  • Clients used:
  • Reverse proxy and version:
  • Other relevant information:

Config (Generated via diagnostics page)

Show Running Config

Environment settings which are overridden: SIGNUPS_ALLOWED, INVITATIONS_ALLOWED, ADMIN_TOKEN

{
  "_duo_akey": null,
  "_enable_duo": false,
  "_enable_email_2fa": false,
  "_enable_smtp": true,
  "_enable_yubico": true,
  "_icon_service_csp": "",
  "_icon_service_url": "",
  "_ip_header_enabled": true,
  "_smtp_img_src": "cid:",
  "admin_ratelimit_max_burst": 3,
  "admin_ratelimit_seconds": 300,
  "admin_session_lifetime": 20,
  "admin_token": "***",
  "allowed_iframe_ancestors": "",
  "attachments_folder": "data/attachments",
  "auth_request_purge_schedule": "30 * * * * *",
  "authenticator_disable_time_drift": false,
  "data_folder": "data",
  "database_conn_init": "",
  "database_max_conns": 10,
  "database_timeout": 30,
  "database_url": "***************",
  "db_connection_retries": 15,
  "disable_2fa_remember": false,
  "disable_admin_token": false,
  "disable_icon_download": false,
  "domain": "*****://******************",
  "domain_origin": "*****://******************",
  "domain_path": "",
  "domain_set": true,
  "duo_host": null,
  "duo_ikey": null,
  "duo_skey": null,
  "email_2fa_auto_fallback": false,
  "email_2fa_enforce_on_verified_invite": false,
  "email_attempts_limit": 3,
  "email_change_allowed": true,
  "email_expiration_time": 600,
  "email_token_size": 6,
  "emergency_access_allowed": true,
  "emergency_notification_reminder_schedule": "0 3 * * * *",
  "emergency_request_timeout_schedule": "0 7 * * * *",
  "enable_db_wal": true,
  "enable_websocket": true,
  "event_cleanup_schedule": "0 10 0 * * *",
  "events_days_retain": null,
  "experimental_client_feature_flags": "fido2-vault-credentials",
  "extended_logging": true,
  "helo_name": null,
  "hibp_api_key": null,
  "icon_blacklist_non_global_ips": true,
  "icon_blacklist_regex": null,
  "icon_cache_folder": "data/icon_cache",
  "icon_cache_negttl": 259200,
  "icon_cache_ttl": 2592000,
  "icon_download_timeout": 10,
  "icon_redirect_code": 302,
  "icon_service": "internal",
  "incomplete_2fa_schedule": "30 * * * * *",
  "incomplete_2fa_time_limit": 3,
  "invitation_expiration_hours": 120,
  "invitation_org_name": "Vaultwarden SMallmann",
  "invitations_allowed": true,
  "ip_header": "X-Real-IP",
  "job_poll_interval_ms": 30000,
  "log_file": null,
  "log_level": "Info",
  "log_timestamp_format": "%Y-%m-%d %H:%M:%S.%3f",
  "login_ratelimit_max_burst": 10,
  "login_ratelimit_seconds": 60,
  "org_attachment_limit": null,
  "org_creation_users": "",
  "org_events_enabled": false,
  "org_groups_enabled": false,
  "password_hints_allowed": true,
  "password_iterations": 100000,
  "push_enabled": false,
  "push_identity_uri": "https://identity.bitwarden.com",
  "push_installation_id": "***",
  "push_installation_key": "***",
  "push_relay_uri": "https://push.bitwarden.com",
  "reload_templates": false,
  "require_device_email": false,
  "rsa_key_filename": "data/rsa_key",
  "send_purge_schedule": "0 5 * * * *",
  "sendmail_command": null,
  "sends_allowed": true,
  "sends_folder": "data/sends",
  "show_password_hint": false,
  "signups_allowed": false,
  "signups_domains_whitelist": "",
  "signups_verify": false,
  "signups_verify_resend_limit": 6,
  "signups_verify_resend_time": 3600,
  "smtp_accept_invalid_certs": false,
  "smtp_accept_invalid_hostnames": false,
  "smtp_auth_mechanism": "Login",
  "smtp_debug": false,
  "smtp_embed_images": true,
  "smtp_explicit_tls": null,
  "smtp_from": "************************",
  "smtp_from_name": "Vaultwarden",
  "smtp_host": "************",
  "smtp_password": "***",
  "smtp_port": 587,
  "smtp_security": "starttls",
  "smtp_ssl": null,
  "smtp_timeout": 30,
  "smtp_username": "*********************",
  "templates_folder": "data/templates",
  "tmp_folder": "data/tmp",
  "trash_auto_delete_days": null,
  "trash_purge_schedule": "0 5 0 * * *",
  "use_sendmail": false,
  "use_syslog": false,
  "user_attachment_limit": null,
  "user_send_limit": null,
  "web_vault_enabled": true,
  "web_vault_folder": "web-vault/",
  "yubico_client_id": null,
  "yubico_secret_key": null,
  "yubico_server": null
}

[2024-07-16 03:35:14.824][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK
[2024-07-16 03:35:14.825][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/collections/details
[2024-07-16 03:35:14.826][response][INFO] (get_org_collections_details) GET /api/organizations/<org_id>/collections/details => 200 OK
[2024-07-16 03:35:16.636][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/users?includeCollections=true
[2024-07-16 03:35:16.637][response][INFO] (get_org_users) GET /api/organizations/<org_id>/users?<data..> => 200 OK
[2024-07-16 03:35:16.638][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/collections
[2024-07-16 03:35:16.639][response][INFO] (get_org_collections) GET /api/organizations/<org_id>/collections => 200 OK
[2024-07-16 03:35:18.853][request][INFO] POST /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/users/e3c00871-0de6-4093-ac56-63ca8f4057f4/reinvite
[2024-07-16 03:35:19.646][response][INFO] (reinvite_user) POST /api/organizations/<org_id>/users/<user_org>/reinvite => 200 OK
[2024-07-16 03:37:43.111][vaultwarden::api::notifications][INFO] Closing WS connection from 172.20.0.1
[2024-07-16 03:37:54.670][request][INFO] POST /identity/connect/token
[2024-07-16 03:37:54.677][response][INFO] (login) POST /identity/connect/token => 200 OK
[2024-07-16 03:37:54.774][request][INFO] GET /api/sync?excludeDomains=true
[2024-07-16 03:37:54.833][response][INFO] (sync) GET /api/sync?<data..> => 200 OK
[2024-07-16 03:38:05.402][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/users?includeCollections=true
[2024-07-16 03:38:05.403][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/collections
[2024-07-16 03:38:05.403][response][INFO] (get_org_collections) GET /api/organizations/<org_id>/collections => 200 OK
[2024-07-16 03:38:05.404][response][INFO] (get_org_users) GET /api/organizations/<org_id>/users?<data..> => 200 OK
[2024-07-16 03:38:05.471][request][INFO] GET /notifications/hub?access_token=eyJ0eXAiOiJKV1QiL
[2024-07-16 03:38:05.471][vaultwarden::api::notifications][INFO] Accepting Rocket WS connection from 172.20.0.1
[2024-07-16 03:38:05.471][response][INFO] (websockets_hub) GET /notifications/hub?<data..> => 200 OK
[2024-07-16 03:38:09.575][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/users/e3c00871-0de6-4093-ac56-63ca8f4057f4?includeGroups=true
[2024-07-16 03:38:09.579][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/collections/details
[2024-07-16 03:38:09.579][response][INFO] (get_user) GET /api/organizations/<org_id>/users/<org_user_id>?<data..> => 200 OK
[2024-07-16 03:38:09.581][response][INFO] (get_org_collections_details) GET /api/organizations/<org_id>/collections/details => 200 OK
[2024-07-16 03:39:41.373][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01
[2024-07-16 03:39:41.374][response][INFO] (get_organization) GET /api/organizations/<org_id> => 200 OK
[2024-07-16 03:39:41.374][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/keys
[2024-07-16 03:39:41.374][response][INFO] (get_organization_keys) GET /api/organizations/<org_id>/keys => 200 OK
[2024-07-16 03:39:44.385][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/policies
[2024-07-16 03:39:44.386][response][INFO] (list_policies) GET /api/organizations/<org_id>/policies => 200 OK
[2024-07-16 03:39:45.512][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/collections/details
[2024-07-16 03:39:45.514][response][INFO] (get_org_collections_details) GET /api/organizations/<org_id>/collections/details => 200 OK
[2024-07-16 03:39:47.795][request][INFO] GET /api/ciphers/organization-details?organizationId=ef08a02c-0e3f-4
[2024-07-16 03:39:47.800][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/groups
[2024-07-16 03:39:47.800][response][INFO] (get_groups) GET /api/organizations/<org_id>/groups => 200 OK
[2024-07-16 03:39:47.801][request][INFO] GET /api/ciphers/organization-details?organizationId=ef08a02c-0e3f-4
[2024-07-16 03:39:47.801][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK
[2024-07-16 03:39:47.802][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/collections/details
[2024-07-16 03:39:47.803][response][INFO] (get_org_collections_details) GET /api/organizations/<org_id>/collections/details => 200 OK
[2024-07-16 03:39:47.804][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK
[2024-07-16 03:39:56.620][request][INFO] GET /api/ciphers/organization-details?organizationId=f5722450-6afd-4
[2024-07-16 03:39:56.624][request][INFO] GET /api/organizations/f5722450-6afd-423c-9727-a31a69c8b75a/collections/details
[2024-07-16 03:39:56.626][request][INFO] GET /api/organizations/f5722450-6afd-423c-9727-a31a69c8b75a/groups
[2024-07-16 03:39:56.626][response][INFO] (get_org_collections_details) GET /api/organizations/<org_id>/collections/details => 200 OK
[2024-07-16 03:39:56.626][response][INFO] (get_groups) GET /api/organizations/<org_id>/groups => 200 OK
[2024-07-16 03:39:56.627][request][INFO] GET /api/ciphers/organization-details?organizationId=f5722450-6afd-4
[2024-07-16 03:39:56.630][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK
[2024-07-16 03:39:56.630][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK
[2024-07-16 03:39:59.289][request][INFO] GET /api/organizations/f5722450-6afd-423c-9727-a31a69c8b75a/keys
[2024-07-16 03:39:59.290][response][INFO] (get_organization_keys) GET /api/organizations/<org_id>/keys => 200 OK
[2024-07-16 03:39:59.291][request][INFO] GET /api/organizations/f5722450-6afd-423c-9727-a31a69c8b75a
[2024-07-16 03:39:59.291][response][INFO] (get_organization) GET /api/organizations/<org_id> => 200 OK
[2024-07-16 03:40:06.616][request][INFO] GET /api/ciphers/organization-details?organizationId=f5722450-6afd-4
[2024-07-16 03:40:06.616][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK
[2024-07-16 03:40:06.624][request][INFO] GET /api/organizations/f5722450-6afd-423c-9727-a31a69c8b75a/collections/details
[2024-07-16 03:40:06.624][response][INFO] (get_org_collections_details) GET /api/organizations/<org_id>/collections/details => 200 OK
[2024-07-16 03:40:06.645][request][INFO] GET /api/organizations/f5722450-6afd-423c-9727-a31a69c8b75a/groups
[2024-07-16 03:40:06.645][response][INFO] (get_groups) GET /api/organizations/<org_id>/groups => 200 OK
[2024-07-16 03:40:06.647][request][INFO] GET /api/ciphers/organization-details?organizationId=f5722450-6afd-4
[2024-07-16 03:40:06.648][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK
[2024-07-16 03:40:09.489][request][INFO] GET /api/ciphers/organization-details?organizationId=4299b456-89ce-4
[2024-07-16 03:40:09.490][request][INFO] GET /api/ciphers/organization-details?organizationId=4299b456-89ce-4
[2024-07-16 03:40:09.492][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK
[2024-07-16 03:40:09.492][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK
[2024-07-16 03:40:09.497][request][INFO] GET /api/organizations/4299b456-89ce-4049-8885-4fb5a327c245/collections/details
[2024-07-16 03:40:09.497][response][INFO] (get_org_collections_details) GET /api/organizations/<org_id>/collections/details => 200 OK
[2024-07-16 03:40:09.523][request][INFO] GET /api/organizations/4299b456-89ce-4049-8885-4fb5a327c245/groups
[2024-07-16 03:40:09.524][response][INFO] (get_groups) GET /api/organizations/<org_id>/groups => 200 OK
[2024-07-16 03:40:12.270][request][INFO] GET /api/organizations/4299b456-89ce-4049-8885-4fb5a327c245
[2024-07-16 03:40:12.271][response][INFO] (get_organization) GET /api/organizations/<org_id> => 200 OK
[2024-07-16 03:40:12.292][request][INFO] GET /api/organizations/4299b456-89ce-4049-8885-4fb5a327c245/keys
[2024-07-16 03:40:12.292][response][INFO] (get_organization_keys) GET /api/organizations/<org_id>/keys => 200 OK
[2024-07-16 03:40:13.623][request][INFO] GET /api/organizations/4299b456-89ce-4049-8885-4fb5a327c245/policies
[2024-07-16 03:40:13.624][response][INFO] (list_policies) GET /api/organizations/<org_id>/policies => 200 OK
[2024-07-16 03:40:14.603][request][INFO] GET /api/organizations/4299b456-89ce-4049-8885-4fb5a327c245/users?includeCollections=true
[2024-07-16 03:40:14.606][response][INFO] (get_org_users) GET /api/organizations/<org_id>/users?<data..> => 200 OK
[2024-07-16 03:40:14.610][request][INFO] GET /api/organizations/4299b456-89ce-4049-8885-4fb5a327c245/collections
[2024-07-16 03:40:14.611][response][INFO] (get_org_collections) GET /api/organizations/<org_id>/collections => 200 OK
[2024-07-16 03:40:27.026][request][INFO] POST /api/organizations/4299b456-89ce-4049-8885-4fb5a327c245/users/ae5e364f-f6c5-46fc-b502-50c0adbb88eb/reinvite
[2024-07-16 03:40:27.731][response][INFO] (reinvite_user) POST /api/organizations/<org_id>/users/<user_org>/reinvite => 200 OK
[2024-07-16 03:40:33.509][request][INFO] GET /api/ciphers/organization-details?organizationId=18a45a3e-49e7-4
[2024-07-16 03:40:33.511][request][INFO] GET /api/organizations/18a45a3e-49e7-45be-90ea-e1af09670347/collections/details
[2024-07-16 03:40:33.511][request][INFO] GET /api/organizations/18a45a3e-49e7-45be-90ea-e1af09670347/groups
[2024-07-16 03:40:33.511][request][INFO] GET /api/ciphers/organization-details?organizationId=18a45a3e-49e7-4
[2024-07-16 03:40:33.512][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK
[2024-07-16 03:40:33.512][response][INFO] (get_org_collections_details) GET /api/organizations/<org_id>/collections/details => 200 OK
[2024-07-16 03:40:33.512][response][INFO] (get_groups) GET /api/organizations/<org_id>/groups => 200 OK
[2024-07-16 03:40:33.514][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK
[2024-07-16 03:40:35.860][request][INFO] GET /api/organizations/18a45a3e-49e7-45be-90ea-e1af09670347/users?includeCollections=true
[2024-07-16 03:40:35.863][response][INFO] (get_org_users) GET /api/organizations/<org_id>/users?<data..> => 200 OK
[2024-07-16 03:40:35.864][request][INFO] GET /api/organizations/18a45a3e-49e7-45be-90ea-e1af09670347/collections
[2024-07-16 03:40:35.865][response][INFO] (get_org_collections) GET /api/organizations/<org_id>/collections => 200 OK
[2024-07-16 03:41:08.055][request][INFO] GET /api/organizations/18a45a3e-49e7-45be-90ea-e1af09670347/collections/details
[2024-07-16 03:41:08.055][request][INFO] GET /api/ciphers/organization-details?organizationId=18a45a3e-49e7-4
[2024-07-16 03:41:08.056][request][INFO] GET /api/organizations/18a45a3e-49e7-45be-90ea-e1af09670347/groups
[2024-07-16 03:41:08.056][request][INFO] GET /api/ciphers/organization-details?organizationId=18a45a3e-49e7-4
[2024-07-16 03:41:08.057][response][INFO] (get_org_collections_details) GET /api/organizations/<org_id>/collections/details => 200 OK
[2024-07-16 03:41:08.057][response][INFO] (get_groups) GET /api/organizations/<org_id>/groups => 200 OK
[2024-07-16 03:41:08.059][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK
[2024-07-16 03:41:08.059][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK
[2024-07-16 03:41:10.424][request][INFO] GET /api/ciphers/organization-details?organizationId=4299b456-89ce-4
[2024-07-16 03:41:10.426][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK
[2024-07-16 03:41:10.434][request][INFO] GET /api/organizations/4299b456-89ce-4049-8885-4fb5a327c245/collections/details
[2024-07-16 03:41:10.434][request][INFO] GET /api/organizations/4299b456-89ce-4049-8885-4fb5a327c245/groups
[2024-07-16 03:41:10.435][response][INFO] (get_org_collections_details) GET /api/organizations/<org_id>/collections/details => 200 OK
[2024-07-16 03:41:10.435][response][INFO] (get_groups) GET /api/organizations/<org_id>/groups => 200 OK
[2024-07-16 03:41:10.438][request][INFO] GET /api/ciphers/organization-details?organizationId=4299b456-89ce-4
[2024-07-16 03:41:10.438][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK
[2024-07-16 03:44:56.537][request][INFO] GET /admin
[2024-07-16 03:44:56.537][response][INFO] (admin_page_login) GET /admin/ [2] => 200 OK
[2024-07-16 03:45:00.296][request][INFO] POST /admin
[2024-07-16 03:45:00.304][response][INFO] (post_admin_login) POST /admin/ => 200 OK
[2024-07-16 03:45:05.879][request][INFO] GET /admin/diagnostics
[2024-07-16 03:45:08.067][request][INFO] GET /admin/diagnostics
[2024-07-16 03:45:14.013][request][INFO] GET /admin
[2024-07-16 03:45:14.018][response][INFO] (admin_page) GET /admin/ => 200 OK
[2024-07-16 03:45:15.338][request][INFO] GET /admin
[2024-07-16 03:45:15.343][response][INFO] (admin_page) GET /admin/ => 200 OK
[2024-07-16 03:45:17.007][response][INFO] (diagnostics) GET /admin/diagnostics => 200 OK
[2024-07-16 03:45:18.088][response][INFO] (diagnostics) GET /admin/diagnostics => 200 OK
[2024-07-16 03:45:26.990][request][INFO] GET /admin/users/overview
[2024-07-16 03:45:27.009][response][INFO] (users_overview) GET /admin/users/overview => 200 OK
[2024-07-16 03:45:28.413][request][INFO] GET /admin/organizations/overview
[2024-07-16 03:45:28.415][response][INFO] (organizations_overview) GET /admin/organizations/overview => 200 OK
[2024-07-16 03:45:30.227][request][INFO] GET /admin/diagnostics
[2024-07-16 03:45:40.725][response][INFO] (diagnostics) GET /admin/diagnostics => 200 OK
[2024-07-16 03:48:18.000][request][INFO] GET /admin
[2024-07-16 03:48:18.007][response][INFO] (admin_page) GET /admin/ => 200 OK
[2024-07-16 03:48:41.059][request][INFO] POST /admin/test/smtp
[2024-07-16 03:48:41.779][response][INFO] (test_smtp) POST /admin/test/smtp => 200 OK
[2024-07-16 03:48:55.288][request][INFO] GET /admin
[2024-07-16 03:48:55.288][response][INFO] (admin_page_login) GET /admin/ [2] => 200 OK
[2024-07-16 03:49:01.058][request][INFO] POST /admin
[2024-07-16 03:49:01.061][response][INFO] (post_admin_login) POST /admin/ => 200 OK
[2024-07-16 03:49:18.677][request][INFO] POST /admin/test/smtp
[2024-07-16 03:49:19.382][response][INFO] (test_smtp) POST /admin/test/smtp => 200 OK
[2024-07-16 03:52:18.995][request][INFO] GET /admin/diagnostics
[2024-07-16 03:52:20.097][response][INFO] (diagnostics) GET /admin/diagnostics => 200 OK
[2024-07-16 03:52:23.284][request][INFO] GET /admin/diagnostics/config
[2024-07-16 03:52:23.285][response][INFO] (get_diagnostics_config) GET /admin/diagnostics/config => 200 OK

*Originally created by @Malli88 on 7/16/2024* ### Subject of the issue SMTP Settings are correct and test mail to the vault owner Mail address is sent out without issues. Organization Invite Mail or even the Email Verification to the Vault owner Mail address does not work with no error message. ### Deployment environment Docker Container in Unraid that is routed over Cloudflare * vaultwarden version: ![image](https://github.com/user-attachments/assets/844e165b-8fe9-47e7-8713-8038f922638d) * Install method: Docker * Clients used: Desktop, Web, Android * Reverse proxy and version: Cloudflare * Other relevant details: ### Steps to reproduce <!-- Tell us how to reproduce this issue. What parameters did you set (differently from the defaults) and how did you start vaultwarden? --> ![image](https://github.com/user-attachments/assets/745f5866-7210-4a9d-8d16-0d375c35f936) ### Expected behaviour Sending out a Mail ### Actual behaviour Not doing anything ### Troubleshooting data ### Your environment (Generated via diagnostics page) * Vaultwarden version: v1.31.0 * Web-vault version: v2024.5.1b * OS/Arch: linux/x86_64 * Running within a container: true (Base: Debian) * Environment settings overridden: true * Uses a reverse proxy: true * IP Header check: false (X-Forwarded-For) * Internet access: true * Internet access via a proxy: false * DNS Check: true * Browser/Server Time Check: true * Server/NTP Time Check: true * Domain Configuration Check: true * HTTPS Check: true * Database type: SQLite * Database version: 3.45.0 * Clients used: * Reverse proxy and version: * Other relevant information: ### Config (Generated via diagnostics page) <details><summary>Show Running Config</summary> **Environment settings which are overridden:** SIGNUPS_ALLOWED, INVITATIONS_ALLOWED, ADMIN_TOKEN ```json { "_duo_akey": null, "_enable_duo": false, "_enable_email_2fa": false, "_enable_smtp": true, "_enable_yubico": true, "_icon_service_csp": "", "_icon_service_url": "", "_ip_header_enabled": true, "_smtp_img_src": "cid:", "admin_ratelimit_max_burst": 3, "admin_ratelimit_seconds": 300, "admin_session_lifetime": 20, "admin_token": "***", "allowed_iframe_ancestors": "", "attachments_folder": "data/attachments", "auth_request_purge_schedule": "30 * * * * *", "authenticator_disable_time_drift": false, "data_folder": "data", "database_conn_init": "", "database_max_conns": 10, "database_timeout": 30, "database_url": "***************", "db_connection_retries": 15, "disable_2fa_remember": false, "disable_admin_token": false, "disable_icon_download": false, "domain": "*****://******************", "domain_origin": "*****://******************", "domain_path": "", "domain_set": true, "duo_host": null, "duo_ikey": null, "duo_skey": null, "email_2fa_auto_fallback": false, "email_2fa_enforce_on_verified_invite": false, "email_attempts_limit": 3, "email_change_allowed": true, "email_expiration_time": 600, "email_token_size": 6, "emergency_access_allowed": true, "emergency_notification_reminder_schedule": "0 3 * * * *", "emergency_request_timeout_schedule": "0 7 * * * *", "enable_db_wal": true, "enable_websocket": true, "event_cleanup_schedule": "0 10 0 * * *", "events_days_retain": null, "experimental_client_feature_flags": "fido2-vault-credentials", "extended_logging": true, "helo_name": null, "hibp_api_key": null, "icon_blacklist_non_global_ips": true, "icon_blacklist_regex": null, "icon_cache_folder": "data/icon_cache", "icon_cache_negttl": 259200, "icon_cache_ttl": 2592000, "icon_download_timeout": 10, "icon_redirect_code": 302, "icon_service": "internal", "incomplete_2fa_schedule": "30 * * * * *", "incomplete_2fa_time_limit": 3, "invitation_expiration_hours": 120, "invitation_org_name": "Vaultwarden SMallmann", "invitations_allowed": true, "ip_header": "X-Real-IP", "job_poll_interval_ms": 30000, "log_file": null, "log_level": "Info", "log_timestamp_format": "%Y-%m-%d %H:%M:%S.%3f", "login_ratelimit_max_burst": 10, "login_ratelimit_seconds": 60, "org_attachment_limit": null, "org_creation_users": "", "org_events_enabled": false, "org_groups_enabled": false, "password_hints_allowed": true, "password_iterations": 100000, "push_enabled": false, "push_identity_uri": "https://identity.bitwarden.com", "push_installation_id": "***", "push_installation_key": "***", "push_relay_uri": "https://push.bitwarden.com", "reload_templates": false, "require_device_email": false, "rsa_key_filename": "data/rsa_key", "send_purge_schedule": "0 5 * * * *", "sendmail_command": null, "sends_allowed": true, "sends_folder": "data/sends", "show_password_hint": false, "signups_allowed": false, "signups_domains_whitelist": "", "signups_verify": false, "signups_verify_resend_limit": 6, "signups_verify_resend_time": 3600, "smtp_accept_invalid_certs": false, "smtp_accept_invalid_hostnames": false, "smtp_auth_mechanism": "Login", "smtp_debug": false, "smtp_embed_images": true, "smtp_explicit_tls": null, "smtp_from": "************************", "smtp_from_name": "Vaultwarden", "smtp_host": "************", "smtp_password": "***", "smtp_port": 587, "smtp_security": "starttls", "smtp_ssl": null, "smtp_timeout": 30, "smtp_username": "*********************", "templates_folder": "data/templates", "tmp_folder": "data/tmp", "trash_auto_delete_days": null, "trash_purge_schedule": "0 5 0 * * *", "use_sendmail": false, "use_syslog": false, "user_attachment_limit": null, "user_send_limit": null, "web_vault_enabled": true, "web_vault_folder": "web-vault/", "yubico_client_id": null, "yubico_secret_key": null, "yubico_server": null } ``` </details> [2024-07-16 03:35:14.824][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK [2024-07-16 03:35:14.825][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/collections/details [2024-07-16 03:35:14.826][response][INFO] (get_org_collections_details) GET /api/organizations/<org_id>/collections/details => 200 OK [2024-07-16 03:35:16.636][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/users?includeCollections=true [2024-07-16 03:35:16.637][response][INFO] (get_org_users) GET /api/organizations/<org_id>/users?<data..> => 200 OK [2024-07-16 03:35:16.638][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/collections [2024-07-16 03:35:16.639][response][INFO] (get_org_collections) GET /api/organizations/<org_id>/collections => 200 OK [2024-07-16 03:35:18.853][request][INFO] POST /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/users/e3c00871-0de6-4093-ac56-63ca8f4057f4/reinvite [2024-07-16 03:35:19.646][response][INFO] (reinvite_user) POST /api/organizations/<org_id>/users/<user_org>/reinvite => 200 OK [2024-07-16 03:37:43.111][vaultwarden::api::notifications][INFO] Closing WS connection from 172.20.0.1 [2024-07-16 03:37:54.670][request][INFO] POST /identity/connect/token [2024-07-16 03:37:54.677][response][INFO] (login) POST /identity/connect/token => 200 OK [2024-07-16 03:37:54.774][request][INFO] GET /api/sync?excludeDomains=true [2024-07-16 03:37:54.833][response][INFO] (sync) GET /api/sync?<data..> => 200 OK [2024-07-16 03:38:05.402][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/users?includeCollections=true [2024-07-16 03:38:05.403][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/collections [2024-07-16 03:38:05.403][response][INFO] (get_org_collections) GET /api/organizations/<org_id>/collections => 200 OK [2024-07-16 03:38:05.404][response][INFO] (get_org_users) GET /api/organizations/<org_id>/users?<data..> => 200 OK [2024-07-16 03:38:05.471][request][INFO] GET /notifications/hub?access_token=eyJ0eXAiOiJKV1QiL [2024-07-16 03:38:05.471][vaultwarden::api::notifications][INFO] Accepting Rocket WS connection from 172.20.0.1 [2024-07-16 03:38:05.471][response][INFO] (websockets_hub) GET /notifications/hub?<data..> => 200 OK [2024-07-16 03:38:09.575][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/users/e3c00871-0de6-4093-ac56-63ca8f4057f4?includeGroups=true [2024-07-16 03:38:09.579][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/collections/details [2024-07-16 03:38:09.579][response][INFO] (get_user) GET /api/organizations/<org_id>/users/<org_user_id>?<data..> => 200 OK [2024-07-16 03:38:09.581][response][INFO] (get_org_collections_details) GET /api/organizations/<org_id>/collections/details => 200 OK [2024-07-16 03:39:41.373][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01 [2024-07-16 03:39:41.374][response][INFO] (get_organization) GET /api/organizations/<org_id> => 200 OK [2024-07-16 03:39:41.374][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/keys [2024-07-16 03:39:41.374][response][INFO] (get_organization_keys) GET /api/organizations/<org_id>/keys => 200 OK [2024-07-16 03:39:44.385][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/policies [2024-07-16 03:39:44.386][response][INFO] (list_policies) GET /api/organizations/<org_id>/policies => 200 OK [2024-07-16 03:39:45.512][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/collections/details [2024-07-16 03:39:45.514][response][INFO] (get_org_collections_details) GET /api/organizations/<org_id>/collections/details => 200 OK [2024-07-16 03:39:47.795][request][INFO] GET /api/ciphers/organization-details?organizationId=ef08a02c-0e3f-4 [2024-07-16 03:39:47.800][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/groups [2024-07-16 03:39:47.800][response][INFO] (get_groups) GET /api/organizations/<org_id>/groups => 200 OK [2024-07-16 03:39:47.801][request][INFO] GET /api/ciphers/organization-details?organizationId=ef08a02c-0e3f-4 [2024-07-16 03:39:47.801][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK [2024-07-16 03:39:47.802][request][INFO] GET /api/organizations/ef08a02c-0e3f-4b9a-a67d-cb6f83ff8b01/collections/details [2024-07-16 03:39:47.803][response][INFO] (get_org_collections_details) GET /api/organizations/<org_id>/collections/details => 200 OK [2024-07-16 03:39:47.804][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK [2024-07-16 03:39:56.620][request][INFO] GET /api/ciphers/organization-details?organizationId=f5722450-6afd-4 [2024-07-16 03:39:56.624][request][INFO] GET /api/organizations/f5722450-6afd-423c-9727-a31a69c8b75a/collections/details [2024-07-16 03:39:56.626][request][INFO] GET /api/organizations/f5722450-6afd-423c-9727-a31a69c8b75a/groups [2024-07-16 03:39:56.626][response][INFO] (get_org_collections_details) GET /api/organizations/<org_id>/collections/details => 200 OK [2024-07-16 03:39:56.626][response][INFO] (get_groups) GET /api/organizations/<org_id>/groups => 200 OK [2024-07-16 03:39:56.627][request][INFO] GET /api/ciphers/organization-details?organizationId=f5722450-6afd-4 [2024-07-16 03:39:56.630][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK [2024-07-16 03:39:56.630][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK [2024-07-16 03:39:59.289][request][INFO] GET /api/organizations/f5722450-6afd-423c-9727-a31a69c8b75a/keys [2024-07-16 03:39:59.290][response][INFO] (get_organization_keys) GET /api/organizations/<org_id>/keys => 200 OK [2024-07-16 03:39:59.291][request][INFO] GET /api/organizations/f5722450-6afd-423c-9727-a31a69c8b75a [2024-07-16 03:39:59.291][response][INFO] (get_organization) GET /api/organizations/<org_id> => 200 OK [2024-07-16 03:40:06.616][request][INFO] GET /api/ciphers/organization-details?organizationId=f5722450-6afd-4 [2024-07-16 03:40:06.616][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK [2024-07-16 03:40:06.624][request][INFO] GET /api/organizations/f5722450-6afd-423c-9727-a31a69c8b75a/collections/details [2024-07-16 03:40:06.624][response][INFO] (get_org_collections_details) GET /api/organizations/<org_id>/collections/details => 200 OK [2024-07-16 03:40:06.645][request][INFO] GET /api/organizations/f5722450-6afd-423c-9727-a31a69c8b75a/groups [2024-07-16 03:40:06.645][response][INFO] (get_groups) GET /api/organizations/<org_id>/groups => 200 OK [2024-07-16 03:40:06.647][request][INFO] GET /api/ciphers/organization-details?organizationId=f5722450-6afd-4 [2024-07-16 03:40:06.648][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK [2024-07-16 03:40:09.489][request][INFO] GET /api/ciphers/organization-details?organizationId=4299b456-89ce-4 [2024-07-16 03:40:09.490][request][INFO] GET /api/ciphers/organization-details?organizationId=4299b456-89ce-4 [2024-07-16 03:40:09.492][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK [2024-07-16 03:40:09.492][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK [2024-07-16 03:40:09.497][request][INFO] GET /api/organizations/4299b456-89ce-4049-8885-4fb5a327c245/collections/details [2024-07-16 03:40:09.497][response][INFO] (get_org_collections_details) GET /api/organizations/<org_id>/collections/details => 200 OK [2024-07-16 03:40:09.523][request][INFO] GET /api/organizations/4299b456-89ce-4049-8885-4fb5a327c245/groups [2024-07-16 03:40:09.524][response][INFO] (get_groups) GET /api/organizations/<org_id>/groups => 200 OK [2024-07-16 03:40:12.270][request][INFO] GET /api/organizations/4299b456-89ce-4049-8885-4fb5a327c245 [2024-07-16 03:40:12.271][response][INFO] (get_organization) GET /api/organizations/<org_id> => 200 OK [2024-07-16 03:40:12.292][request][INFO] GET /api/organizations/4299b456-89ce-4049-8885-4fb5a327c245/keys [2024-07-16 03:40:12.292][response][INFO] (get_organization_keys) GET /api/organizations/<org_id>/keys => 200 OK [2024-07-16 03:40:13.623][request][INFO] GET /api/organizations/4299b456-89ce-4049-8885-4fb5a327c245/policies [2024-07-16 03:40:13.624][response][INFO] (list_policies) GET /api/organizations/<org_id>/policies => 200 OK [2024-07-16 03:40:14.603][request][INFO] GET /api/organizations/4299b456-89ce-4049-8885-4fb5a327c245/users?includeCollections=true [2024-07-16 03:40:14.606][response][INFO] (get_org_users) GET /api/organizations/<org_id>/users?<data..> => 200 OK [2024-07-16 03:40:14.610][request][INFO] GET /api/organizations/4299b456-89ce-4049-8885-4fb5a327c245/collections [2024-07-16 03:40:14.611][response][INFO] (get_org_collections) GET /api/organizations/<org_id>/collections => 200 OK [2024-07-16 03:40:27.026][request][INFO] POST /api/organizations/4299b456-89ce-4049-8885-4fb5a327c245/users/ae5e364f-f6c5-46fc-b502-50c0adbb88eb/reinvite [2024-07-16 03:40:27.731][response][INFO] (reinvite_user) POST /api/organizations/<org_id>/users/<user_org>/reinvite => 200 OK [2024-07-16 03:40:33.509][request][INFO] GET /api/ciphers/organization-details?organizationId=18a45a3e-49e7-4 [2024-07-16 03:40:33.511][request][INFO] GET /api/organizations/18a45a3e-49e7-45be-90ea-e1af09670347/collections/details [2024-07-16 03:40:33.511][request][INFO] GET /api/organizations/18a45a3e-49e7-45be-90ea-e1af09670347/groups [2024-07-16 03:40:33.511][request][INFO] GET /api/ciphers/organization-details?organizationId=18a45a3e-49e7-4 [2024-07-16 03:40:33.512][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK [2024-07-16 03:40:33.512][response][INFO] (get_org_collections_details) GET /api/organizations/<org_id>/collections/details => 200 OK [2024-07-16 03:40:33.512][response][INFO] (get_groups) GET /api/organizations/<org_id>/groups => 200 OK [2024-07-16 03:40:33.514][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK [2024-07-16 03:40:35.860][request][INFO] GET /api/organizations/18a45a3e-49e7-45be-90ea-e1af09670347/users?includeCollections=true [2024-07-16 03:40:35.863][response][INFO] (get_org_users) GET /api/organizations/<org_id>/users?<data..> => 200 OK [2024-07-16 03:40:35.864][request][INFO] GET /api/organizations/18a45a3e-49e7-45be-90ea-e1af09670347/collections [2024-07-16 03:40:35.865][response][INFO] (get_org_collections) GET /api/organizations/<org_id>/collections => 200 OK [2024-07-16 03:41:08.055][request][INFO] GET /api/organizations/18a45a3e-49e7-45be-90ea-e1af09670347/collections/details [2024-07-16 03:41:08.055][request][INFO] GET /api/ciphers/organization-details?organizationId=18a45a3e-49e7-4 [2024-07-16 03:41:08.056][request][INFO] GET /api/organizations/18a45a3e-49e7-45be-90ea-e1af09670347/groups [2024-07-16 03:41:08.056][request][INFO] GET /api/ciphers/organization-details?organizationId=18a45a3e-49e7-4 [2024-07-16 03:41:08.057][response][INFO] (get_org_collections_details) GET /api/organizations/<org_id>/collections/details => 200 OK [2024-07-16 03:41:08.057][response][INFO] (get_groups) GET /api/organizations/<org_id>/groups => 200 OK [2024-07-16 03:41:08.059][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK [2024-07-16 03:41:08.059][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK [2024-07-16 03:41:10.424][request][INFO] GET /api/ciphers/organization-details?organizationId=4299b456-89ce-4 [2024-07-16 03:41:10.426][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK [2024-07-16 03:41:10.434][request][INFO] GET /api/organizations/4299b456-89ce-4049-8885-4fb5a327c245/collections/details [2024-07-16 03:41:10.434][request][INFO] GET /api/organizations/4299b456-89ce-4049-8885-4fb5a327c245/groups [2024-07-16 03:41:10.435][response][INFO] (get_org_collections_details) GET /api/organizations/<org_id>/collections/details => 200 OK [2024-07-16 03:41:10.435][response][INFO] (get_groups) GET /api/organizations/<org_id>/groups => 200 OK [2024-07-16 03:41:10.438][request][INFO] GET /api/ciphers/organization-details?organizationId=4299b456-89ce-4 [2024-07-16 03:41:10.438][response][INFO] (get_org_details) GET /api/ciphers/organization-details?<data..> => 200 OK [2024-07-16 03:44:56.537][request][INFO] GET /admin [2024-07-16 03:44:56.537][response][INFO] (admin_page_login) GET /admin/ [2] => 200 OK [2024-07-16 03:45:00.296][request][INFO] POST /admin [2024-07-16 03:45:00.304][response][INFO] (post_admin_login) POST /admin/ => 200 OK [2024-07-16 03:45:05.879][request][INFO] GET /admin/diagnostics [2024-07-16 03:45:08.067][request][INFO] GET /admin/diagnostics [2024-07-16 03:45:14.013][request][INFO] GET /admin [2024-07-16 03:45:14.018][response][INFO] (admin_page) GET /admin/ => 200 OK [2024-07-16 03:45:15.338][request][INFO] GET /admin [2024-07-16 03:45:15.343][response][INFO] (admin_page) GET /admin/ => 200 OK [2024-07-16 03:45:17.007][response][INFO] (diagnostics) GET /admin/diagnostics => 200 OK [2024-07-16 03:45:18.088][response][INFO] (diagnostics) GET /admin/diagnostics => 200 OK [2024-07-16 03:45:26.990][request][INFO] GET /admin/users/overview [2024-07-16 03:45:27.009][response][INFO] (users_overview) GET /admin/users/overview => 200 OK [2024-07-16 03:45:28.413][request][INFO] GET /admin/organizations/overview [2024-07-16 03:45:28.415][response][INFO] (organizations_overview) GET /admin/organizations/overview => 200 OK [2024-07-16 03:45:30.227][request][INFO] GET /admin/diagnostics [2024-07-16 03:45:40.725][response][INFO] (diagnostics) GET /admin/diagnostics => 200 OK [2024-07-16 03:48:18.000][request][INFO] GET /admin [2024-07-16 03:48:18.007][response][INFO] (admin_page) GET /admin/ => 200 OK [2024-07-16 03:48:41.059][request][INFO] POST /admin/test/smtp [2024-07-16 03:48:41.779][response][INFO] (test_smtp) POST /admin/test/smtp => 200 OK [2024-07-16 03:48:55.288][request][INFO] GET /admin [2024-07-16 03:48:55.288][response][INFO] (admin_page_login) GET /admin/ [2] => 200 OK [2024-07-16 03:49:01.058][request][INFO] POST /admin [2024-07-16 03:49:01.061][response][INFO] (post_admin_login) POST /admin/ => 200 OK [2024-07-16 03:49:18.677][request][INFO] POST /admin/test/smtp [2024-07-16 03:49:19.382][response][INFO] (test_smtp) POST /admin/test/smtp => 200 OK [2024-07-16 03:52:18.995][request][INFO] GET /admin/diagnostics [2024-07-16 03:52:20.097][response][INFO] (diagnostics) GET /admin/diagnostics => 200 OK [2024-07-16 03:52:23.284][request][INFO] GET /admin/diagnostics/config [2024-07-16 03:52:23.285][response][INFO] (get_diagnostics_config) GET /admin/diagnostics/config => 200 OK
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1048