Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
DROP path UNC
-
Hello,
I would like to configure a drop path for a asset but after configure the UNC i have the above message in diagnostic center:Drop path
\\mail-gateway\test
does not existmy proget is a docker install on a debian on a vlan and my mail-gateway is a server on a different vlan, so i can see the traffic on my network firewall and i see nothing.
is it the correct syntax to write the UNC ? i try with IP\\192.168.9.27\test
and same problem.
I configure SMTP settings on proget and my internal SMTP server is on the same Vlan than mail-gateway and the mail works... so it's not a network problem... for testing all ports are open beetwen proget and my server test, but i see no traffic on my network firewall... i don't understand.
Some one can help me?
-
Hi @jerome-virot_4088 ,
Linux does not support UNC paths, so you'll need to mount the appropriate machine and drive to a local directory under the Linux OS. Once this has been done, you can then map the volume in your Docker container, and configure the Drop Path in ProGet.
Best,
Steve