Displaying 3 results from an estimated 3 matches for "password123".
2020 Aug 04
1
Migration issue
...is error:
-----
Aug 04 16:42:43 imap-login: Info: Disconnected (auth failed, 1 attempts):
user=<vmail>, method=PLAIN, rip=xxx.xxx.xxx.xxx, lip=xxx.xxx.xxx.xxx
-----
The content on the password file:
-------
[root at production1 log]# cat /etc/dovecot/passwd
karan at test.testorg.com:{PLAIN}Password123
kishore at test.testorg.com:{PLAIN}Password123
[root at production1 log]# cat /etc/dovecot/master-users
karan at test.testorg.com:{PLAIN}Password123
kishore at test.testorg.com:{PLAIN}Password123
-------
I have copied the same content of the "passwd" file to "master-users" file...
2020 Aug 04
3
Migration issue
Thank you for the response.
So, both password files (master and regular user credentials) have the same
contents in this scenario, correct?
-Kishore
On Mon, Aug 3, 2020 at 11:42 PM Joseph Tam <jtam.home at gmail.com> wrote:
> On Mon, 3 Aug 2020, Kishore Potnuru wrote:
>
> > ===============
> > Jul 28 11:14:23 auth: Fatal: Master passdb can't have pass=yes if there
2018 Feb 08
3
pjsip trunking configuration issue
...match=54.172.60.3
[endpoint-basic](!)
type=endpoint
transport=transport-tls
context=from-phones
disallow=all
allow=ulaw
[auth-userpass](!)
type=auth
auth_type=userpass
[aor-single-reg](!)
type=aor
max_contacts=20
[1001](endpoint-basic)
auth=auth1001
aors=1001
[auth1001](auth-userpass)
password=password123
username=1001
[1001](aor-single-reg)
Extensions.conf
[from-twilio]
exten => _+1NXXXXXXXXX,1,Dial(PJSIP/1001)
[from-phones]
exten => _NXXNXXXXXX,1,Set(CALLERID(all)="David" <78451234>)
same => n,Dial(PJSIP/+1${EXTEN}@twilio)