linuxserver / docker-snipe-it

Alpine/Nginx container for the Asset Management software Snipe-IT
GNU General Public License v3.0
123 stars 26 forks source link

Outlook Email Server 501 invalid domain #44

Closed jayket closed 1 year ago

jayket commented 2 years ago

linuxserver.io


Expected Behavior

Email should sent without issue and return 250 code to complete email process

Current Behavior

Email server is returning error code 501 with message "501 5.5.4 Invalid domain name [BL1PR13CA0360.namprd13.prod.outlook.com]

Steps to Reproduce

  1. use any outlook email for the default settings

Environment

OS:Raspbian v11 lite CPU architecture:arm32 How docker service was installed: from the official docker repo

Command used to create docker container (run/create/compose/screenshot)

version: "3" services: mysql: image: linuxserver/mariadb container_name: Snipe_mysql restart: unless-stopped volumes:

Docker logs

[s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-envfile: executing... [cont-init.d] 01-envfile: exited 0. [cont-init.d] 02-tamper-check: executing... [cont-init.d] 02-tamper-check: exited 0. [cont-init.d] 10-adduser: executing...


      _         ()
     | |  ___   _    __
     | | / __| | |  /  \
     | | \__ \ | | | () |
     |_| |___/ |_|  \__/

Brought to you by linuxserver.io

To support the app dev(s) visit: Snipe-IT: https://snipeitapp.com/donate

To support LSIO projects visit: https://www.linuxserver.io/donate/

GID/UID

User uid: 1000 User gid: 1000

[cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 40-config: executing... [cont-init.d] 40-config: exited 0. [cont-init.d] 90-custom-folders: executing... [cont-init.d] 90-custom-folders: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done.

App run in debug: Expected response code 250 but got code "501", with message "501 5.5.4 Invalid domain name [BL1PR13CA0360.namprd13.prod.outlook.com] " /var/www/html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php#459

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

drizuid commented 1 year ago

This looks like an upstream issue and should be taken up with the devs of snipe-it. We support the container, not the application within.