Displaying 20 results from an estimated 4000 matches similar to: "Mail Question"
2008 May 12
3
Automounted home dirs not working
I'm testing Dovecot as a possible replacement for UW. In my environment
the home directories are automounted via NFS from a NetApp. In general
this works fine, but Dovecot isn't picking up the automounted
directories. Consider the case of Arthur Dent, test user:
May 12 10:30:24 testbed dovecot: [ID 107833 mail.info] imap-login:
Login: user=<adent>, method=PLAIN,
2014 Apr 03
2
RFC: slow-down option
Hello,
I've been using rsync on some backup servers for years. In 2011 we had a situation where the FS of the backup server was
behaving strange, even thou there was enough available I/O, the fs(ext4 on 16TB partition with a lot of inodes) was
lagging. After much testing we found that rsync was hammering the fs too hard.
At that point I patched rsync to add a stupid option which will sleep
2011 Apr 04
6
sshd: Authentication Failures: 137 Time(s)
Hi,
to prevent scripted dictionary attacks to sshd
I applied those iptables rules:
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -m recent
--update --seconds 60 --hitcount 4 --name SSH --rsource -j DROP
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -m recent --set
--name SSH --rsource
And this is part of logwatch:
sshd:
Authentication Failures:
unknown
2011 May 14
2
Apache in chroot reporting every client is 16.0.0.0
Not sure where to start on this. I went to examine a log file today and noticed
a password protected internal file was being accessed from 16.0.0.0. Upon
further review every log entry has the same IP. Accessing apache from localhost
also reports 16.0.0.0.
Google is not being my friend right now, any advice?
Kernel: 2.6.9-89.0.29.Elsmp
In the chroot:
httpd-suexec-2.0.52-41.ent.7.centos4
2011 Jun 26
2
iptables port forwarding
Dear all,
I would like to forward a port to an internet server, but failed. can you help me?
Server: eth0: 192.168.1.250, Port: 8080 TCP, CentOS 5.6
Remote server: IP: a.b.c.d Port: 8181
Forward path: client1(192.168.1.10) -> 192.168.1.250:8080 (forward) -> a.b.c.d Port: 8181
-----------------------------------------
In Fedora, I successfully to config the firewall using
2009 Jan 07
17
Email/GroupWare Suite
Just wanted to get some thoughts from the list.....
We are a public k-12 school and are looking to migrate to a groupware
style system for out staff to collaborate better. Currently we are using
Squirrelmail/postfix for email. Does anyone have any
recommendations/opinions. Any input would be greatly appreciated.
Thank you
--
Bo Lynch
Systems Administrator
RedHat Academy Instructor
Energy Manager
2011 Mar 30
1
ksplice within CentOS
Hello guys,
I saw that a few days back there was a talk about encorporating the ksplice
toolchain into CentOS and creating rebootless upgrades to the CentOS kernel.
I'm really interested in helping for that.
Where/how we can start work ?
Best regards,
Marian Marinov
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type:
2014 Jul 03
1
Miredo server for Centos 6
On delving deeper into Miredo support, it seems that Miredo Server is a
separate program from the Miredo client/relay. And that there is no
Miredo Server available for Centos 6. Not in EPEL 6, or repoforge.
So far the maintainer of Miredo for Fedora/EPEL has not reponded to a
query on its status for EPEL 6. I have to ask on repoforge about
miredo-server.
Anyone know of anywhere else to
2006 Mar 08
12
best way to combine results from two tables
I want to combine a selection of data from two tables and display it as
list. Note that this isn''t a join.
i''m looking for something like this:
Table 1: Sheep
Name, Age, Farmer, etc. (sheep specific columns)
Table 2: Cows:
Name, Age, Farmer, etc. (cow specific columns)
For my display I nneed something like this:
Farmer Jone''s Livestock:
TYPE NAME AGE
Cow
2007 Mar 26
1
[LLVMdev] llvm installation failure
I am trying to make and install a version of llvm that I check out of
cvs last night. When I configured LLVM, I set the prefix to a directory
inside my home directory. However, when I did a make install I got the
following errors:
llvm[3]: Installing Debug Bytecode Archive /lib/libc.a
/usr/bin/install: cannot create regular file `/lib/libc.a': Permission
denied
make[3]: ***
2004 Sep 10
3
Asterisk testbed for teaching connecting to a PRI-ISDN
Hi,
I would like to realize a voip testbed that should simulate the scenario
in which two companies have an asterisk PBX connected through a PRI-ISDN
to the Telco operator.
I have no experience of T1/E1 connection but I think that the above
could be relized with 3 asterisk boxes equipped with Digium TE405P cards.
One of the box will represent the Telco, the other two, the two
companies PBX.
I
2008 Nov 23
4
mbox file too large error with deliver
Hi,
I am using dovecot on debian, with version 1.0.rc15-2etch4. Along with postfix.
The deliver binary cannot deliver to large mailboxes. I cannot state an exact
size limit but mbox mailboxes above 1GB seem to be affected.
I have these in in postfix/main.cf
mailbox_command = /usr/lib/dovecot/deliver
mailbox_size_limit = 5120000000
The user.log file shows these (I believe if no logging is
2015 Jan 25
2
Postfix (I think) problem
Gordon Messmer wrote:
> On 01/24/2015 07:10 AM, Timothy Murphy wrote:
>> mailbox_size_limit = 20000000
>
> I think you meant message_size_limit.
Actually, I appended both to /etc/postfix/mail.cf
--------------------------
mailbox_size_limit = 20000000
message_size_limit = 19000000
-------------------------
--
Timothy Murphy
gayleard /at/ eircom.net
School of Mathematics,
2006 Jul 02
2
:include breaks has_many :order
It would appear that using :include on a model that has_many with an
:order on another model makes it so that the order is ignored. Is this
supposed to happen? Strikes me as odd behavior.
For example
class Farmer < ActiveRecord::Base
has_many :cows, :order => ''position''
end
class Cow < ActiveRecord::Base
acts_as_list :scope => :farmer
end
If I do
2011 Jun 23
6
ext4 in CentOS 5.6?
I'm sure many are running ext4 FS's in production, but just want to be
re-assured that there are not currently any major issues before
starting a new project that looks like it will be using ext4.
I've previously been using xfs but the software for this project
requires ext3/ext4.
I'm always very cautious before jumping onto a new FS, (new in the
sense it is officially supported
2011 Apr 16
1
WebSite V2 - progress
Hello guys,
we have done some progress on the new web site project.
We need your comments for the design of the front page.
We have 3 proposals or the design of the frontpage.
Please look at them, we need your help :)
http://qaweb.dev.centos.org/websitever2/
Best regards,
Marian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type:
2011 Jan 16
4
persistence by reachability
Hello guys, I have these models
class Farmer < ActiveRecord::Base
has_many :cows
end
class Cow < ActiveRecord::Base
set_table_name :cows
belongs_to :farmer
end
...
graph = Farmer.find(x) # Retrieves four cows of x
graph.cows[1].name = "Trottolina"
graph.save
while adding a new cow to collection works perfectly fine, ActiveRecord
doesn''t
2010 Sep 16
5
AGI Delimiter in 1.6
Hi
I am currently using 1.2.x and 1.4.x behind OpenSER. One of the things
I do on INVITES is to re-authenticate the user from OpenSER. Then when
the INVITE gets passed to Asterisk I capture the AUTH to a variable in
the dialplan and pass to an AGI script. I am now trying to set the
same thing up in 1.6 However because the argument delimter in 1.6 has
changed from pipe to comma this breaks as the
2008 Nov 23
1
dovecot Digest, Vol 67, Issue 60
dovecot-request at dovecot.org demis ki::
> Send dovecot mailing list submissions to
> dovecot at dovecot.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://dovecot.org/cgi-bin/mailman/listinfo/dovecot
> or, via email, send a message with subject or body 'help' to
> dovecot-request at dovecot.org
>
> You can reach the person managing
2006 Oct 27
4
IAX2 show peers - description
Hi people,
pls does anybody know what "(T)" and "(D)" letter means?
server3*CLI> iax2 show peers
Name/Username Host Mask Port Status
SERVER1 xxx.xxx.xxx.xxx (D) 255.255.255.255 9785 (T) OK
(29 ms)
SERVER2 xxx.xxx.xxx.xxx (D) 255.255.255.255 4569 OK
(95 ms)
2 iax2 peers [2 online, 0 offline, 0