Displaying 20 results from an estimated 10000 matches similar to: "scp and IPv6 address?"
2003 Jan 03
2
rsync feature suggestion
Hi,
I'd like to suggest a new feature to rsync.
Problem:
Currently, rsync generates a recursive list of file
existing a the source directory, modifies this list by
includes and excludes, and then copies these files.
That's pretty good in most, but not all cases.
I am mirroring a debian archive, but unfortunately,
debian mixes all files of several distributions in a
subtree /pool.
2015 Nov 18
2
Shortcomings of Maildir++ layout
> Sounds more like you just introduced a new self-created problem that
would require yet another workaround.. ;-)
Definitely wrong.
Appending .dir to directories and .folder to folder files keeps files
completely distinct and name collissions are not possible.
> But what was not clear from your mail, is what exactly you identified
as "the problems" with standard Maildir++
2015 Aug 23
3
Shortcomings of Maildir++ layout
Hi,
I am trying to deal with the problem, that under regular mbox format a
path can lead to either a file or a directory, but not both, while under
IMAP, a path is usually both, a message folder containing subfolders.
I found dovecot's approach to this problem, the Maildir++ layout
described under http://wiki2.dovecot.org/MboxChildFolders , and was
astonished to see, what problems come with
2023 Dec 25
3
[Bug 3648] New: ssh client blocks itself by leaving unix domain socket alive after user
https://bugzilla.mindrot.org/show_bug.cgi?id=3648
Bug ID: 3648
Summary: ssh client blocks itself by leaving unix domain socket
alive after user
Product: Portable OpenSSH
Version: 9.3p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh
2011 Oct 21
2
Getting the SMTP envelope through IMAP?
Hi,
just a simple question about dovecot:
The mbox file format contains the SMTP envelope sender and transmission
date in a FROM ... line preceding the RFC822 mail header and body.
As far as I see at the moment, the IMAP protocol does not support
transmission of that SMTP envelope data in either way, but confusingly
uses the term ?envelope? for a structure describing the RFC822 mail header.
2003 Jul 06
4
Known hosts and dynamic IP addresses
Hi,
it becomes more and more common to have machines with
dynamically assigned IP addresses online (e.g. DSL), which
can be found through dynamic DNS entries.
Unfortunately, the "Known Hosts" mechanism doesn't work for
these machines: Since the entry is made for the IP address,
there's a new entry every time the address changes.
Therefore, an option should be invented
2007 Mar 08
2
Proposal: RSS-Feed
Hi,
dovecot provides POP and IMAP services.
Proposal:
Would be nice if it also could offer an RSS-Feed for a mailbox,
giving a summery of sender/subject/date and maybe the first lines
of text.
regards
Hadmut
2007 Aug 07
3
dovecot + LDAP-SASL ?
Hi,
just a question:
I know that dovecot supports SASL authentication and supports LDAP.
Which means that dovecot performs the SASL methods itself and stores the
plaintext secret on LDAP.
But it is also possible to have the LDAP do the SASL work and dovecot just
pass SASL messages through? Even when the LDAP server uses a proprietary
SASL method not supported by dovecot?
regards
Hadmut
2015 Dec 09
4
Trouble with Ubuntu 15.10 / syslinux 6.03
Hi,
I'm looking for a hint about what has changed in syslinux 6.03.
Some years ago I had written a script that configures a bootable USB
pen drive with syslinux and some boot images, which still worked well
under Ubuntu 14.04 LTS and previous versions, but does not work
anymore under Ubuntu 15.10 with syslinux 6.03.
I've boiled this down to a test-script that isolates the problem:
2005 May 15
1
Host verification problem
Hi,
I have a problem with the host verification of ssh in several
networks of the same structure:
In all cases there is a router or a firewall with an official
IP address, making the ssh-ports of several hosts with
RFC1918-addresses available through NAT or TCP forwarding.
Thus, different hosts appear on the same IP address, just with
different ports.
Since SSH uses the IP address but not
2007 Mar 08
2
Seen this behavior before?
Hi,
it's not yet a bug report, just a question:
After I was successfully using dovecot-imap and Thunderbird for quite
a while without any problem (debian unstable), I now sometimes
experience that the IMAP-connection hangs and thunderbird waits
forever when accessing a folder. I did not yet analyze the problem and
I am not sure whether it is a thunderbird or a dovecot problem.
Did anyone
2007 Mar 08
1
Different passwords for different IP-Addresses/protocols?
Hi,
I'd like to do the following:
Have an IMAP server, avaible
- at localhost 127.0.0.1 without SSL for local clients and
web based applications such as squirrelmail
- from outside with SSL for mobile users
but - for security reasons - would like to use different passwords
on both ports.
How could I achieve that?
regards
Hadmut
2007 Nov 01
1
dovecot + LDAP + SASL?
Hi,
I would like to setup an IMAP server with SASL and LDAP support.
As far as I can see dovecot supports SASL and LDAP, but not the way I
need it.
If I understand dovecot correctly, it has it's own set of SASL
mechnisms and uses the LDAP server just to store the plaintext
password. In case of authentication dovecot fetches the plaintext
password from LDAP and then performs the SASL
2014 Feb 23
1
Detail improvement: %c variable
Hi,
although dovecot is great and almost exactly solving my problems and
fitting my requirements, there is an odd detail that causes me problems:
The %c variable. (See http://wiki2.dovecot.org/Variables )
I'm managing an IMAP server for an association, which is connected to an
LDAP server. Users can connect in three ways: IMAPS from the internet,
IMAP from local acccounts, and IMAP
2007 Aug 16
1
Migrating NT4->Samba3: Found bogus group member...
Hi,
today I tried to migrate an old NT4 PDC to Samba 3 as described in
http://samba.org/samba/docs/man/Samba-HOWTO-Collection/NT4Migration.html
but with the Samba databases on LDAP: Whenever I tried that
net rpc vampire -S NT4PDC -U administrator%passwd
I received error messages that the users cannot be created. When I set
debugging to level 2, it told me about
Found bogus group
2006 May 24
3
rsync shows poor throughput vs. scp
hi all- been reading through the archives but I still can't seem to find
a solution to my problem. I am using rsync to keep mirror copies of
content which is being served (via http) on both the sender and receiver.
The files on average are 20-50mb each, (mostly already in a compressed
format... mp3, etc) and both sender and receiver pushes around 30mbps on
average.
the sender is a
2002 Jan 18
1
scp between two remote hosts
Hi All,
I am running openssh (OpenSSH_2.9p1, SSH protocols 1.5/2.0). The scenario
is that I have got three machines (A, B and C). The sshd on host A is
listensing on port 1234, and the sshd on host B is listensing on port 5678.
How can I set up a scp from a third host C so as to copy a file from host A
to host B?
scp -P 1234 myname at A:/var/tmp/file1 -P 5678 myname at B:/var/tmp/file1
does
2011 Nov 29
2
template does not print variables
Hello list,
I am having a problem with template file. Why are variables not interpolated?
[root@puppet manifests]# cat /etc/motd
memory free = <%= memoryfree %>
domain = <%= domain %>
operating system = <%= operatingsystem %>
This is the template file
[root@puppet manifests]# cat ../templates/motd.erb
memory free = <%= memoryfree %>
domain = <% domain %>
2007 May 11
1
SCP two remote hosts with non-default ports
Hi,
I'm having trouble finding the correct syntax to scp between two
remote hosts with non-defaults ports.
<scp -P 1234 user at remotehost:/sourcefile -P 4321 user at remotehost:/destfile>
No matter what i've tried i cant get scp to connect both servers with
different ports. Is this even possible?
The workaround i've found is to use <ssh... "scp...">
Thanks,
2009 Apr 27
1
[Code study]should we remove if (motd && *motd) section?
Dear List,
I'm confused when we will run into "if (motd && *motd)"?
As I have found that Globals is set 0 during initialization, and I
didn't find anywhere else assign the value.
If so, should we remove this section?
Or there might be some where I missed? Please correct me, if I'm wrong.
Thanks in advance.
clientserver.c #line 147~160
> if (!am_client) {