Hi,
i mounted network share on Ubuntu server 12.04 with that command:
mount -t cifs "//
192.168.5.100/hMailServerLogs" /mnt/MailLogs/ -o username=****,password=*****,iocharset=utf8,file_mode=0777,dir_mode=0777
My harvester config looks like:
hMailServer: [
"/mnt/WindowsWeb/hmailserver_awstats.log"
]
Every other log that is in /var/log/ show up without a problem. The only way i succeed to print in web interface from shared folder is when i execute chmode 777 on file hmailserver_awstats.log.