Displaying 20 results from an estimated 300 matches similar to: "Mail problem"
2005 Jul 26
1
Centos Mail
I have a problem finding the log from centos. I have installed qmail and i receive a lot of infected mails and i can't stop them because i don't know the ip from where they came. I know that in log files it is kept that ip but i havent't find it. In /var/log/ maillog it is a list but it does not have the ip of the mails. Can anyone help me?
Another problem I have with Auto-responder
2023 Aug 07
3
[Bridge] [PATCH v2 00/14] sysctl: Add a size argument to register functions in sysctl
On Mon, Jul 31, 2023 at 02:36:50PM -0700, Luis Chamberlain wrote:
> > Joel Granados (14):
> > sysctl: Prefer ctl_table_header in proc_sysctl
> > sysctl: Use ctl_table_header in list_for_each_table_entry
> > sysctl: Add ctl_table_size to ctl_table_header
> > sysctl: Add size argument to init_header
> > sysctl: Add a size arg to __register_sysctl_table
2010 Mar 29
2
naming consecutive objects
Dear list,
I would generate a loop:
a<-c(1:98)
for (i in a )
{
cbind(vor.tile[[i]]$x, vor.tile[[i]]$y)->p
rbind(p,c(p[1,]))->p.c
Polygon(p.c)->pc.p
Polygons(list(pc.p),sprintf("p%s",i))->pc.ps
sprintf("pc.ps%s",i)<-pc.ps
}
I need to obtain 98 pc.ps objects (like: pc.ps1, pc.ps2....pc.ps98) but I
d'ont use sprintf for it.
How can made it?
many
2023 Aug 08
1
[Bridge] [PATCH v2 00/14] sysctl: Add a size argument to register functions in sysctl
On Mon, 7 Aug 2023 14:44:11 -0700 Luis Chamberlain wrote:
> > This is looking great thanks, I've taken the first 7 patches above
> > to sysctl-next to get more exposure / testing and since we're already
> > on rc4.
>
> Ok I havent't heard much more feedback from networking folks
What did you expect to hear from us?
My only comment is to merge the internal
2015 Dec 06
3
source buffer
I will give a little background...
For more than 10 years until now im using Shoutcast 1.9.5/1.9.8 win32 on my
machines. "What's working, d'ont touch".
Now im changing to ice 2.4.2.
The flexibility of the ice is great.
but, because of the things that "hidden" from the eye im little bit afraid
to make changes that will be dramatic for the listeners.
So, for the
2005 Oct 04
3
MAIL Aliases
Dear Friends,
I insatlled qmail on CentOS 4.1 and now I need forward messages root to
other user.
I modified file /etc/aliases but it don't work.
Thanks
Adriano
2012 Dec 04
6
Help for a function
Hello all,
I need a help.
I am modeling a disease and a create a R function like that:
Lambda<-function (x,date1,r,h,a){
ndate1 <- as.Date(date1, "%d/%m/%Y")
t1 <- as.numeric(ndate1)
x[order(x$i),]
t <-x[,"t"]
i <-x[,"i"]
CONTAGIEUX <-x[,"CONTAGIEUX"]
while ( t1 < min(t) ){
for (i in 1:length(i) ){
{for (j in
2002 May 23
3
AutoCAD file names UPPER CASE on samba
Hi folks, we are experiencing a problem when AutoCAD 2000+ drawing files
are saved on a Samba (2.0.8) file share.
Regardless of what the file is 'saved as', the name is always converted to all
capitals.
e.g. Drawing1 becomes DRAWING1
Just wondering if anyone else has experienced this problem.
Seems strange that it is only AutoCAD files, but I think it is Samba related,
not AutoCAD,
2002 May 23
1
p.s. AutoCAD file names UPPER CASE on samba
p.s. forgot to mention parameter settings for the share we are having problems
with
preserve case = yes
default case - not set - default = lower
mangle case - not set - default = no
---------------------- Forwarded by Peter A Bryant/EngServ/QMR/Au on 24/05/2002
01:32 PM ---------------------------
Peter A Bryant
24/05/2002 01:31 PM
To: samba@lists.samba.org
cc:
Subject: AutoCAD
2009 Dec 24
11
attack
Hi,
My server is under attack allows the attacker to abuse of a php script of a vhost. How can I find what is the script.
Regards,
maverh
2007 Oct 22
2
Site about qmail (with CentOS as SO)
Hi all,
I'm building this site about email servers - http://www.qmailrules.com
It intends to be the *most extensive and comprehensive* site about qmail.
It is like a step-by-step book, that intendes to *really* help people
getting their servers up and running.
It is not yet complete, but will be in a matter of days.
People will be invitided to participat, for now is only by invitation.
2002 Aug 10
4
2.2.5, Sol 2.8, W2k - Printers...Status: Access Denied unable to connect - ??
hi
When I highlight a printer icon in Win 2K, the Status bar shows
Status: Access Denied, Unable to connect.
It shows this for all samba printers.
I can print a test page even though it shows access denied.
Anyone know how to fix this?
thanks.
Dennis
+******+
This e-mail message is meant solely for the person or organisation to whom it is adressed. The message may contain personal or
2004 Jul 23
1
x11 forwarding problem on solaris
Hi!
I am having problems using openssh-3.8.1p1 on sparc-sun-solaris2.8 to
connect to another sparc-solaris or x86-linux machine with X11
forwarding enabled.
After connecting tot the remote box if I start emacs, type a few
characters and then try to select the text with the mouse emacs
crashes. This reproduces reliably on a number of solaris/linux machines.
Here is the output of ssh -v
2011 Jul 23
1
Problem with read.shape in maptools
Hi,
I'd like to read a shapefile into a Map object. This is exactly what
read.shape{maptools} is suppoed to do, according to the documentation I
found in the link below.
However, this doesn't seem to work
library(maptools)x <- read.shape(system.file("shapes/sids.shp",
package="maptools")[1])Error: could not find function "read.shape"
I haven't
2023 Jul 31
2
[Bridge] [PATCH v2 00/14] sysctl: Add a size argument to register functions in sysctl
> Joel Granados (14):
> sysctl: Prefer ctl_table_header in proc_sysctl
> sysctl: Use ctl_table_header in list_for_each_table_entry
> sysctl: Add ctl_table_size to ctl_table_header
> sysctl: Add size argument to init_header
> sysctl: Add a size arg to __register_sysctl_table
> sysctl: Add size to register_sysctl
> sysctl: Add size arg to __register_sysctl_init
2011 Mar 08
1
MSet order
Hello
I defined a weighting scheme to simulate a king of "euclidean" distance.
To test it, i used a database with 1000 documents.
If I run :
enquire.set_weighting_scheme(MyWeight());
Xapian::MSet matches = enquire.get_mset(0, 1000);
I have a correct list of results.
But if I run Xapian::MSet matches = enquire.get_mset(0, 10);
I don't have the top-10 results.
If I run Xapian::MSet
2004 Nov 25
0
probleme with running lib_unicall with asterisk
hi all,
this message is destinate to users who rub libunicall on asterisk succefuly
...
my first question is: what is the version of linux you use to make asterisk
run with the new libunicall? and what is the version of asterisk?
my problem is as follows:
with version FC3 I have success to run libunicall without problem, the
testcall run perfectly well. askterisk run without problem on the
2015 Dec 07
0
source buffer
Good morning,
On Mon, 2015-12-07 at 01:18 +0300, Yaniv Sharon wrote:
> I will give a little background...
> For more than 10 years until now im using Shoutcast 1.9.5/1.9.8 win32
> on my machines. "What's working, d'ont touch".
>
> Now im changing to ice 2.4.2.
> The flexibility of the ice is great.
> but, because of the things that "hidden" from
2007 Oct 07
0
Break [SEC=UNCLASSIFIED]
Hi,
You can exit out of the 'identify()' routine by either:
right-click > 'stop'
Or
click on 'stop > stop locator' in the top-left of the plot window.
The script should continue with line1, line2 etc.
Cheers Joe
Joe Crombie
Information and Risk Sciences
Bureau of Rural Science
Canberra Australia
p: +61 2 6272 5906
e: joe.crombie at brs.gov.au
2010 Oct 17
5
black display during installation of CentOS5.5
During installation of CentOS5.3 from DVD, the installation was interuppted
due to an error in a rpm package as the DVD had lot of scratches. So I
burned image of CentOS5.5 on DVD. I selected installation in graphical mode.
The first graphical interface screen comes from where we proceed further by
clicking next. This screen is almost black and its impossible to carry out
further installation as