ChangemakerStudios / Papercut-SMTP

Papercut SMTP -- The Simple Desktop Email Server
2.92k stars 269 forks source link

Smtp Server does not run on Windows 11 #206

Open snovak7 opened 2 years ago

snovak7 commented 2 years ago

When running either Service or Smtp (Client), I cannot send any email to local smtp port

when I am running from PowerShell it stops here, and doesn't continue [19:34:59 INF] Starting Smtp Server on 0.0.0.0:25...

This should pass the above point.

Desktop (please complete the following information): Windows 11 (Version 21H2 OS Build 22000.376)

Jaben commented 2 years ago

I currently don't have a Windows 11 test machine. My first thought is a permission problem. Please run the terminal as administrator and see if that works.

snovak7 commented 2 years ago

Well I did all I could, so I exhausted my resources. I did allow some permissions for network, but it kind of stalls at opening. I did remember I somehow manually could run, but then when I returned after a month, I forgot. It would be good to somehow fix this, and that there would be a solution to it.

As a workaround I found the docker version of some fork which is ported to Core version, which can run in docker...

Jaben commented 2 years ago

Yeah that's the version I'm working on now. I'm also improving the web email ui.

On January 16, 2022 1:22:27 PM Simon Novak @.***> wrote:

Well I did all I could, so I exhausted my resources. I did allow some permissions for network, but it kind of stalls at opening. I did remember I somehow manually could run, but then when I returned after a month, I forgot. It would be good to somehow fix this, and that there would be a solution to it. As a workaround I found the docker version of some fork which is ported to Core version, which can run in docker... — Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you commented.Message ID: @.***>

michael-freidgeim-webjet commented 1 year ago

As a workaround I found the docker version of some fork which is ported to Core version, which can run in docker...

@snovak7 Where can I find the docker version?

bangush commented 1 year ago

Working on Microsoft Windows [Version 10.0.22621.1265]

snovak7 commented 1 year ago

@michael-freidgeim-webjet https://hub.docker.com/r/jijiechen/papercut

Kissaki commented 3 months ago

Papercut runs fine on Windows 11 for me. It's not a general Windows 11 issue. (Which behaves like Windows 10 in pretty much everything.)

log… ``` 11.06.2024 21:09:46 [Information] IPComm Server Ready: Listening for New Connections at "127.0.0.1:37402" 11.06.2024 21:09:46 [Information] Attempting to Load Rules from "C:\Program Files (x86)\Papercut SMTP\rules.json" on AppReady 11.06.2024 21:09:46 [Information] Starting Smtp Server on "0.0.0.0":25... 11.06.2024 21:09:45 [Information] Papercut Backend Service is not running. SMTP enabled in UI. 11.06.2024 21:09:43 [Information] Setting WebView2 User Data Folder: "C:\Users\redacted\AppData\Roaming\Changemaker Studios\Papercut SMTP\WebView2" 11.06.2024 21:09:43 [Information] Setting WebView2 User Data Folder: "C:\Users\redacted\AppData\Roaming\Changemaker Studios\Papercut SMTP\WebView2" 11.06.2024 21:09:41 [Information] Default Save Path is Set to "C:\Users\redacted\AppData\Roaming\Changemaker Studios\Papercut SMTP" 11.06.2024 21:09:41 [Information] Loading from the Following Path(s) ["C:\Users\redacted\AppData\Roaming\Changemaker Studios\Papercut SMTP", "C:\Users\redacted\AppData\Roaming\Papercut", "C:\Program Files (x86)\Papercut SMTP\Incoming", "C:\ProgramData\Changemaker Studios\Papercut SMTP\Incoming"] ```