Displaying 20 results from an estimated 120 matches similar to: "Problem sending CallerID Name to Dialogic based phone app"
2010 Apr 16
4
logging details
Are there plans to expand the logging capabilities in OpenSSH, so that the details of what files were moved using sftp is included? If not, does anyone know of a good way to capture this information? Thanks in advance, - Sue
Susan K. Diller
UNIX Systems Administration
PAETEC Communications, Inc.
600 WillowBrook Office Park
Fairport, New York 14450
*(585) 413-2320
* susan.diller at
2012 Sep 27
2
Paetec SIP Trunk
Has anyone had experience using a SIP trunk provided by Paetec over MPLS?
With or without FreePBX
Regards,
Jared Baxley
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120926/436ee928/attachment.htm>
2020 Jul 28
0
Migration from one server to 2 new servers
Hey Kishore?
I believe this is the thread I mentioned earlier. It is quite long and spans a monthly barrier (Feb\Mar 2012) so if you use the ?Next\Previous message? links, you need to be sure to pick up the thread in each monthly archive. I have provided links to the first post of the thread in each archive here:
https://dovecot.org/list/dovecot/2012-February/133718.html
2007 Jun 19
1
Advice
We have an Asterisk box setup and are ready to start offering VOIP to our
Wireless and DSL customers. Who do you guys recommend for DID's, 911, Long
Distance, etc.? We are looking for a solution to use where we can provide
the Asterisk box and they provide everything else.
Thanks,
K
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Feb 22
4
Windstream SIP Trunk settings
Does anyone on this list use Windstream as a SIP trunk provider?
If so, would you mind sharing your peer settings?
I'm using asterisk 13.7.2 and can't seem to get the inbound working
correctly (using registration). Outbound is fine, but they are seeing an
authentication error on their end.
Here are my inbound peer settings:
username=<accountnumber>
secret=<secret>
2020 Jan 09
0
Dovecot HA/Resilience
You can do it using replication,
https://wiki.dovecot.org/Replication
but since you have no staging/test environment, I would advice you to get one.
Aki
> On 09/01/2020 18:45 Kishore Potnuru <kishore.reachme at gmail.com> wrote:
>
>
> Thank you Aki for the reply.?
>
> But I cannot disturb the version at present as it is a live server and thousands of emails will
2020 Jul 27
0
Migration from one server to 2 new servers
No, but there is backup option on the new server. That's why the -R, which means "backup to here".
Aki
> On 27/07/2020 16:20 Kishore Potnuru <kishore.reachme at gmail.com> wrote:
>
>
> Hi,
>
> But there is no "doveadm backup" option in dovecot 2.0.9 version.
>
> [root at production ~]# doveadm -backup
> doveadm: invalid option --
2020 Jul 27
0
Migration from one server to 2 new servers
This is what my understanding. May be I am also wrong here.
Backup option is there in my new server, production2.
When I use the command with -R option from new server, it is connecting to
old server, Production1 and giving the output of the doveadm backup command
in old server to get the data. If you see the command and error I posted,
it shows the same.
Sorry just incase if I am wrong.
2020 Jul 27
2
Migration from one server to 2 new servers
I seem to recall a post a while back where, due to the age of the remote end, the remote side command had to be entered in the command executed on the local side.
Do you have dsync on the 2.0.9 machine?
> On Jul 27, 2020, at 4:16 PM, Kishore Potnuru <kishore.reachme at gmail.com> wrote:
>
> This is what my understanding. May be I am also wrong here.
>
> Backup option
2020 Jul 27
2
Migration from one server to 2 new servers
Hi ,
I have tried the below command from the new server. But I am getting an
error. Anything is missing here?
========
[root at production1 test.org.com]# doveadm backup -R -u kishore at test.org.com
remote:vmail at production2.baplc.com
vmail at production1.baplc.com's password:
usage: doveadm [-Dv] [-f <formatter>] <command> [<args>]
altmove [-u <user>|-A]
2020 Jul 27
0
Migration from one server to 2 new servers
Oh, I am extremely sorry. I was confused when typing the issue. Please help
me in fixing the issue. Production1 is my old server. Production2 is my new
server. Typing here correctly. Ignore all previous one's.
The new version is:
====================
[root at production2 ~]# dovecot --version
2.2.36 (1f10bfa63)
The old version is :
======================
[root at production1 ~]# dovecot
2010 Sep 07
3
Losing first DTMF digit (with ASR)
I'm having a wierd problem. Somewhere around 1-2% of the time, the
first DTMF digit dialed gets dropped. This is occurring during a
SpeechBackground application call. If the caller reenters the digits
when given a second chance, all is OK.
Any suggestions how to debug this intermittent problem?
2020 May 05
4
Urgent - Help needed
Hi All,
Please find the requested details:
[root at testserver new]# doveconf -n
# 2.2.10: /etc/dovecot/dovecot.conf
# OS: Linux 3.10.0-693.17.1.el7.x86_64 x86_64 Red Hat Enterprise Linux
Server release 7.4 (Maipo) xfs
disable_plaintext_auth = no
listen = *
log_path = /var/log/dovecot.log
mail_location = maildir:/kw/home/pop/%d/%n/Maildir/
passdb {
args = /etc/dovecot/passwd
driver =
2020 Jul 27
2
Migration from one server to 2 new servers
Well that option set still doesn?t look correct?
Here is the doveadm option set from my 2.2.2 server which is several weeks\months before 2.2.36?
[Jul-27 @ 15:25:09 ] > dovecot --version
2.2.2
[Jul-27 @ 15:26:53 ] > ls -l /usr/local/bin/doveadm
-rwxr-xr-x 1 root root 1379203 May 22 2013 /usr/local/bin/doveadm
[Jul-27 @ 15:25:12 ] > doveadm
usage: doveadm [-Dv] [-f
2006 Apr 26
12
RE: how to use Effect.BlindUp for resizing a div
var height = someElementReference.offsetHeight;
and to set it:
someElementReference.style.height = "100";
It is worth saying that offsetHeight and offsetWidth are non-standard compliance. They will give you the total rendering height and this will cause problems in IE since they use a different box model than FireFox. So you will have to do some height juggling in IE if you are using
2020 Jan 09
0
Dovecot HA/Resilience
> On 09/01/2020 18:25 Kishore Potnuru <kishore.reachme at gmail.com> wrote:
>
>
> Hi Dovecot team,?
>
> I need help in configuring HA/resilence for my dovecot (POP3/IMAP) server.
>
> I have one RHEL Linux POP3/IMAP server with Dovecot version 2.2.10. I also installed the postfix(version: 2.6.6) in it. At present it have around 10 domains and each domain is having
2020 Apr 23
0
Fwd: Load balancer for dovecot servers - Not able to send emails
>>>>> "Kishore" == Kishore Potnuru <kishore.reachme at gmail.com> writes:
Kishore> I have the dovecot version 2.0.9 installed on RHEL linux 6.10
Kishore> version. It's a single/standalone Live server.?
You should really upgradr your setup.
Kishore> Now I have created another server with the same configuration
Kishore> for the resilince purpose. I
2020 May 05
0
Urgent - Help needed
Thank you for the reply. Actually there are 7 emails sent by the user. 2
emails are delivered successfully. 5 are missing. All are having the same
log with virtual. At present I might not be able to change those
settings.... Is there any way to verify they are delivered to them or not?
do we have any logs to verify the same?
On Tue, May 5, 2020 at 9:16 AM Zhang Huangbin <zhb at
2020 May 05
0
Urgent - Help needed
Hi,
With dovecot 2.2 you can log some events with mail_log plugin.
https://doc.dovecot.org/configuration_manual/plugins/mail_event_logging/ <https://doc.dovecot.org/configuration_manual/plugins/mail_event_logging/>
Sami
> On 5. May 2020, at 16.03, Kishore Potnuru <kishore.reachme at gmail.com> wrote:
>
> Hi Benny and Dovecot,
>
> Thanks for the reply.
>
>
2020 Jul 08
0
Urgent Help required
On 08 Jul 2020, at 12:28, Kishore Potnuru <kishore.reachme at gmail.com> wrote:
> As per our current infrastructure, I can go maximum of the redhat 7.7 version.
If you have artificial constraints that limit your software to only what is available for old Extended Support systems them when that old software is not working, you need to go to the people providing the extended support and