Displaying 20 results from an estimated 1000 matches similar to: "20070605 still hanging with SSL"
2009 Jan 24
7
Dovecot-1.1.9 fails to work with Thunderbird
When Thunderbird starts up 1.1.8 log entries reflect:
Jan 24 06:44:56 net1 dovecot: imap-login: Login: user=<yemiah at coolsurf.com>, method=PLAIN,
rip=71.155.185.14, lip=69.94.137.124, TLS
Jan 24 06:44:56 net1 dovecot: imap-login: Login: user=<david-xfer at coolsurf.com>, method=PLAIN,
rip=71.155.185.14, lip=69.94.137.124, TLS
Jan 24 06:44:56 net1 dovecot: imap-login: Login:
2007 Oct 23
0
beta2-beta4 moving mail between accounts broken
I've upgraded to latest Thunderbird client and recompiled latest
dovecot source repository code and this problem still persists.
I have two accounts which I've been transferring email between
for months. Now when I attempt this the following loop begins
and the only way to stop it is to restart both Thunderbird and
dovecot. Let me know how to
Oct 23 07:53:49 net1 dovecot: imap-login:
2007 Jun 11
2
dovecot-20070605 runtime problems
I've build this nightly snapshot with my installed openssl,
which is 0.9.8b (Fedora 6) and the latest openssl development
tree.
The 20070605 version of dovecot starts up doing ssl protocol perfect,
then after clicking a few directories, then when clicking back to INBOX,
dovecot hangs. There is no logging info, even with --enable-debug
on and all .conf file directives I can find. Doing a
2007 Sep 01
1
Today's dovecot-1.1.alpha3 checkins fail to build
net1#uname -a
Linux net1.coolsurf.com 2.6.22.4-65.fc7 #1 SMP \
Tue Aug 21 21:50:50 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux
make[5]: Entering directory `/build/work/dovecot-1.1.alpha3/src/lib-storage/index/dbox'
gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src/lib -I../../../../src/lib-mail
-I../../../../src/lib-imap -I../../../../src/lib-index -I../../../../src/lib-storage
2002 May 27
1
Complex samba setup, requesting advise
I have a rather unusual setup within which I'd like to run samba.
At this point I have:
a) 3 networks (all private IP's)
b) net1, net2 are interconnected by a router.
net1 has a host that also acts as a WINS server and is local master,
domain master, preferred master for it's group. (linux slack7.0, samba
2.0.5)
router between net1, net2 has an IP in each network and samba
1998 Jan 22
1
1.9.18p1 and problems w/ multiple interfaces
Hi,
CONFIGURATION:
the important part of my setup looks like that (smb.conf):
[global]
interfaces = net1 net2 net3 net4 net0
; this is a router which acts as cross-subnet domain master + wins
; server
local master = yes
preferred master = yes
domain master = yes
wins support = yes
dns proxy = no
os level = 99
net1 - net4 are Win95, WinNT, Linux
net0 are two samba-1.9.18p1 fileservers
2007 Jul 30
1
dovecot-1.1-alpha1 prefetch appears broken
Config shows...
# 1.1.alpha1: /usr/local/conf/dovecot.conf
protocols: imaps
ssl_listen: 69.94.137.124:10943
login_dir: /common/pkgs/dovecot-1.1-alpha1/var/run/dovecot/login
login_executable: /common/pkgs/dovecot-1.1-alpha1/libexec/dovecot/imap-login
mail_debug: yes
auth default:
verbose: yes
debug: yes
debug_passwords: yes
passdb:
driver: sql
args:
2004 Sep 02
5
DNAT and ping
I have the following
interfaces
loc eth0
net0 eth1
net1 eth2
(net0 and net1 are the two ISP networks)
policy
loc net0 ACCEPT
loc net1 ACCEPT
net0 all DROP info
proxyarp
209.189.103.204 eth0 eth1 no no
params
Pellucidar=192.168.124.232
rules
DNAT net0 loc:$Pellucidar tcp 22,80,1950,50005 - 209.189.103.204
ACCEPT all all icmp
2006 Jul 08
1
Combining a list of similar dataframes into a single dataframe
I would be very grateful to anyone who could point to the error of my
ways in the following.
I have a dataframe called net1, as such:
> str(net1)
`data.frame': 114192 obs. of 9 variables:
$ server : Factor w/ 122 levels "AB93-99","AMP93-1",..: 1 1 1
1 1 1 1 1 1 1 ...
$ ts :'POSIXct', format: chr "2006-06-30 12:31:44"
2008 Oct 04
4
Add independent interface from domU to internal bridge?
Hi,
I have what I believe is an elementary problem, but I haven''t yet
figured out the solution.
Within my domU host, I have a bridge named "net1". There is no routing
performed between the real LAN and this bridge, intentionally. I have a
virtual machine that connects to the bridge. It seems to work fine, (in
fact I have several and I can bring them all up and they can
2014 Jul 24
1
Re: vhost-net requested but could not be initialized
Currently in the VM XML, I am passing the following command line argument
as a passthrough argument:
-netdev type=tap,id=net1,script=no,downscript=no,ifname=port3,vhost=on
-device
virtio-net-pci,netdev=net1,mac=00:00:00:00:00:01,csum=off,gso=off,guest_tso4=off,guest_tso6=off,guest_ecn=off
Is there another way to represent this in the XML file? maybe that may
solve the problem.
On 24 July 2014
2005 Oct 11
5
The effects of queueing on delay
I have a router with 3 network interfaces like in the following ASCII
diagram below. All interfaces are 100mbit. There is tcp traffic being
sent from net1 to net3 and from net2 to net3 and the tcp connections
consume as much bandwidth as possible. There is a pfifo queue on the
egress interface eth0 of the core router with a limit of 10 packets.
net1 --> (eth1) router (eth0) -> net3
2014 Jul 24
2
Re: vhost-net requested but could not be initialized
The qemu that I am using isn't modified at all. It's the VHOST drivers
that are mounted elsewhere i.e., not on default /dev/vhost-net.
Here is the command that I use to launch my qemu VM:
qemu-system-x86_64 -cpu host -boot order=c -hda /root/Disks/ubuntu1.qcow2
-m 1024M -smp 2 --enable-kvm -name 'client 1' -nographic -vnc :2 -net none
-no-reboot -mem-path /dev/hugepages
2012 Sep 10
2
Basic KVM networking question
A CentOS 6.3 box ("host") runs several KVM virtual machines, each of which
has two interfaces attached to the two bridges br1 and br2 (and each thus
has two IP's; one on 192.168.0.0/22 and one on 192.168.4.0/22);
net.ipv4.ip_forward on the host is 1. Simplified diagram:
host
+---------------+
|
2007 Jun 18
1
Problem with deliver
Per the wiki page:
http://wiki.dovecot.org/LDA
Doing the following should create a Maildir directory structure
in an arbitrary directory, deposit a message and create/update
any dovecot indexes:
mkdir /common/foo
export HOME=/common/foo
export PATH=/usr/libexec/dovecot:$PATH
cat 1180102308.88215.4145.davidfavor.com:2,RS | deliver -f doda at foobar.com
This gives an error
2004 Aug 02
1
Split Access Routing and SNAT
Hi all,
i got the following configuration:
* NET1: DSL Line with /28 network, let''s call it 10.1.0.0/28
* NET2: DSL Line with /28 network, let''s call it 10.2.0.0/28
* INTNET: Internal Network with productive servers and workstations,
192.168.1.0/24
Obvisiously the 10er networks are official networks but censored to
protect my customer.
The routerbox assigns on eth0 all
2002 Oct 11
3
Help - Moutning XP Drives on Linux box using.
Hey all.
I've got four computers in a small network (Actually more, but keeping it
simple to get to the point)
1> Linux Server (RH7.3) Running Samba (Default version with RH7.3)
2> Windows 2000 Workstation
3> Windows XP Pro.
4> Windows 98SE
All of the windows boxes can connect, without problems, to the SAMBA server,
and all the shares. No problems
2004 Jan 13
2
Bridge + leased line + tc
Hi,
I can''t get traffic shaping working.
This is my situation:
-------- ------
Net1 ----- |router| -------------------- | TC | ----------- Net2
-------- leased line ------
eth1 eth0
We use the leased line for normal traffic but also for synchronisation
between 2 servers. The leased line is 2mbit. The synchronisation
2005 Jan 30
5
simple questions about imq
Hi!
I have read all informations i could find, but some things are still not
clear.
My setup is:
---INTERNET1(eth0)-\ /- Local net1 (eth2)
GW
---INTERNET2(eth1)-/ \- Local net2 (eth3)
I have NAT and a working setup using HTB,SFQ, classifying with the
iptables -j CLASSIFY way. I shape only the traffic coming from the
internet heading to the intranet.
I would like
2010 Mar 11
5
Question about setting up in a colo environment
Hello all,
We are looking to retire our ancient PIX box at the colo and replace it with
Shorewall, which we''ve been successfully using (along with OpenVPN) at the
headquarters for quite a while.
However, I''m missing something basic in the config. I have the base
configuration set up, but cannot seem to get our routed IPs to be picked up.
Here is the basic config:
We have a