I have a meteor app which runs locally but on my linux ubuntu with nginx and passenger webserver it gives a 403 error.
I have changed the permission for the meteor and followed this simple guide found on this link metoer setup on ububtu 14.04
I have finished setting up my server but when I sent email it got stuck in queue folder. This was a test email which I put in pickup folder.
So I checked my log file. I have pasted the log files here. I have been looking for solution but none troubleshoots based on the logfile.
I have seen this question asked in the forum, but realized not much was explained about the configuration done on IIS 7.5.
I am using IIS 7.5. Have two websites running. One is using the default folder wwwroot. FTP is working here. I set up file permission for domain users, domain admins, IIS_IURS and administrator to full control. FTP Authorization allowed the user both read and write permission.
I the created applied the file permission to my ftproot file as above, but in IIS 7.5 I allowed authorization to this user created both read and write permission to the folder.
However I get the error:
530 User cannot log in, home directory inaccessible.
Error: Critical error
Error: Could not connect to server.
Its likely I missed something. I am not using FTP Isolation. I used binding and host header in setting these two sites on same IP address.