Displaying 2 results from an estimated 2 matches for "ipaddress3".
Did you mean:
ipaddress
2012 Feb 15
1
mount.cifs gives error 13 after changing servers -- hidden cache??
...erver.
The following worked before the server was replaced:
mount.cifs //ipaddress1/share1$ /mnt/share1 -o
credientials/home/whatever/.smbcredentials,rw
mount.cifs //ipaddress2/share2$ /mnt/share2 -o
credientials/home/whatever/.smbcredentials,ro
Change: server ipaddress2 was replaced with server ipaddress3 and share2$
was created on that server.
mount.cifs //ipaddress1/share1$ /mnt/share1 -o
credientials/home/whatever/.smbcredentials,rw
Still works!
mount.cifs //ipaddress3/share2$ /mnt/share2 -o
credientials/home/whatever/.smbcredentials,ro
FAILS with mount error(13): Permission denied
However, I c...
2016 Mar 26
2
Fw: VS: Re: Need help solving issue
...dress = postmaster at mydomain.com
sendmail_path = /usr/sbin/sendmail
}
protocol imap {
imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
mail_plugins = quota imap_quota
}
protocol pop3 {
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
pop3_uidl_format = %08Xu%08Xv
}
local [ipaddress3] {
protocol imap {
ssl_cert = </etc/postfix/ssl42.cert
ssl_key = </etc/postfix/ssl42.key
}
}
local [ipaddress4] {
protocol imap {
ssl_cert = </etc/postfix/ssl43.crt
ssl_key = </etc/postfix/ssl43.pem
}
}Below is output of postconf -npostconf -n
broken_sasl_auth_cl...