Displaying 20 results from an estimated 2000 matches similar to: "sendmail.cf and relaymail to a smtp server"
2003 Oct 15
2
Subseting in a 3D array
Hi!
I have a 3d array:
> dim(ib5km15.dbc)
[1] 190 241 19
and a set of positions to extract:
> ib5km.lincol.random[1:3,]
[,1] [,2]
[1,] 78 70
[2,] 29 213
[3,] 180 22
Geting the values of a 2D array
for that set of positions would
be:
> ima <- ib5km15.dbc[,,1]
> ima[ib5km.lincol.random[1:10,]]
but don't find the way for the case
of the 3D array:
>
2005 Oct 12
2
subsetting with by() or other function??
I think I must be missing something obvious, but I'm having trouble
getting a data transformation to work on groupings of data within a data
frame (csss3) as defined by 2 factors (population, locid). The data are
sorted by year within locid within population and I want to lag another
variable (dbc), i.e, shift them down by 1 row replacing the first row with
NA, within groups defined by
2005 Oct 13
1
subsetting data frame using by() or tapply() or other
Ok so I see the problem that I'm having creating a new variable (LAG1DBC)
in the example data transformation below is that tapply() is creating a
list that is not dimensionally consistent with the data frame (data). So
how do I go from the list output of tapply() to create a dimensionally
consistent vector that can create the new variable in my original data
frame? I've been trying
2006 Jan 14
2
CentOS 4.2 x86_64
I have a couple of 64-Bit Xeon's with CentOS 4.2 x86_64 installed on
them. They don't all have the same motherboards.
I've having a difficult time getting CentOS 4.2 x86_64 to boot on some
of them in SMP mode (UP works fine). After the installation of CD, it
boots up but kernel panics with the following error:
Badness in i8042_panic_blink at drivers/input/serio/i8042.c:992
This is
2005 Aug 24
6
Cisco 7960 / SIP & tftp configs
I have three questions about my 7960 phone that I can't discern from the
docs/wiki.
1st - If I change the SIPxxxxxx.cnf file to change registrations it sets
up new lines as expected. If I delete a line it doesn't get removed when
I reboot the phone. I have to go to the phone, unlock it, and reset the
SIP parameters. How do I make it "forget" what it has programmed and
2004 Aug 23
6
2 servers
Good day all
I've tried my iax conf and I'm struggling.So I want to know If someone
else got this working and if they can pleas send my their configs
I have to asterisk server,in different tows,both offices connected wit a
direct line so both servers are on the same network running SIP.Each
town got different extension register to each sever.Town A=100+ town
B=200+
How do I get town A
2009 Jul 24
4
Asterisk on OpenWRT
Hello,
Did anyone succeeded in installing Asterisk on OpenWRT system.
pls help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090724/aee7ee12/attachment.htm
2004 Aug 16
3
What is the best Linux for asterisk
How has experience in Asterisk voip provider?
I am trying to setup a reliable Linux system with Asterisk for a voip
provider.
Therefore I got two more or like identical systems.
System 1
AMD Atlhon XP 2200
Asus A7V600-X bios 1002
1Gb memory 333 Mhz
Asus 7100 videocard
120GB harddisk
System 2
AMD Atlhon XP 2200
Asus A7V600-X bios 1005
1Gb memory 400Mhz
Geforce MX 4000 64MB
40
2015 Dec 02
0
2 questions: Can I add another smtp line into master.cf for spam assassin? & spa-policy.pl
Hai,
I run this on a debian Jessie, postfix 2.11 (all debian packages )
Route for me is like this.
-> postscreen -> policy-weight -> policy-spf -> clamsmtp (-> spamassassin) -> user
A1.
I have in main.cfg
content_filter = clamsmtp:127.0.0.1:10025
A2. Yes, you can. This is how i did set up.. ..there maybe improvements on this, but for now works for
2015 Dec 02
0
2 questions: Can I add another smtp line into master.cf for spam assassin? & spa-policy.pl
Sorry wrong list, .. :-/ my outlook replace sometimes the reply email adres to the mail below the one i selected..
:-/
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens L.P.H. van Belle
> Verzonden: woensdag 2 december 2015 14:41
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] 2 questions: Can I add
2007 Dec 06
1
Help with /usr/share/sendmail-cf/m4/proto.m4 - fax macro
OK. Digging into this...
sendmail.m4 has the lines:
define(`FAX_MAILER_PATH',`/usr/bin/faxmail')dnl
define(`FAX_MAILER_ARGS',`faxmail -d -n -p 12pt $u@$h $f')dnl
MAILER(`fax')dnl
proto.m4 has:
`R$+ < @ $+ .FAX. > $#fax $@ $2 $: $1 user at host.FAX',
`ifdef(`FAX_RELAY',
`R$*<@$+.FAX.>$* $:
2006 Feb 27
1
Sendmail.cf / access.db
I've noticed from the sendmail logs, certain IP's are being blocked via
the known spammers configuration in the sendmail.cf. What I also note
is in my access file, I have several TLD's that are listed, yet are NOT
being blocked. Yes, I do call a make after each edit of the access
list, and going by the timestamp on access.db, it appears to being
updated, yet again, in the sendmail
2004 Aug 11
3
X100P outbound only (Don't answer)
I tried implementing my * and it didn't pass the spouse factor at this
time. I wanted to hook it up for outbound only at this point to get a
better handle on the dial plans and the echo problem.
I thought this might have been done before as a natural part of testing
- but maybe not.
In wcfxo.c I found this:
if (!wc->offhook && !wc->ringdebounce) {
if
2007 Jan 10
1
How to route email to a few domains via another SMTP host with Sendmail
Hi ,
I am running sendmail 8.13.1 on Cent OS 4.4. This Sendmail Server can not
send emails to a few domains.
Pls assume that these domains are
domain1.com
domain2.com
domain3.com
Now I want to know that Whether I can send emails to the above domains via
another SMTP host.
Pls note that I DO NOT want to send email to ALL THE DOMAINS via another
SMTP host.
--
Thank you
Indunil Jayasooriya
2012 Jan 26
0
Confusion over sendmail and smtp auth on a 6.2 server
I'm reading a lot on how to setup my smtp auth on a new Centos 6.2
server. I want to use sendmail and have this running on a Centos 3
machine now, so it's not new stuff to me.
Unfortunately, the more I read, the more confusion I seem to have.
Firstly, how to generate my certificates. A good recommendation or howto
would be in order. I think most of the confusion here comes from the
2008 Feb 28
1
smtp mailer or SMART_HOST in sendmail.mc
Is there a EASY way to change the SMART_HOST in sendmail.mc.
Some command line that does it?
Trying to explain to customers editor commands, etc... to
edit this file, change the name, make and service sendmail restart
is BIG for someone that doesnt know linux...
Just wondering if something exists already before I make something.
Dont wish to redo anything.
Thanks,
Jerry
2008 May 25
1
saslauthd for sendmail SMTP relay
Hi,
I'm running a Centos 5.1 server that uses saslauthd to allow sendmail
SMTP relaying for some clients. saslauthd is configured to use method
"shadow" to lookup the username / password directly from /etc/shadow.
This setup has been working for several month now, but is broken since
last Monday. I haven't changed anything neither on the server nor on
the clients. Now whenever a
2008 Jun 28
3
Sendmail with Google Apps SMTP
I use Google Apps for my domain, hosted on a CentOS server. How could I
setup my sendmail.mc to route Sendmail mails through the Gmail SMTP?
Any help would be greatly appreciated.
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20080628/ca90aa1f/attachment-0001.html>
2009 Apr 06
1
Sendmail-SMTP, Cyrus-IMAPD and plus (+) addressing.
Has anyone on this list got sendmail and cyrus-imapd configured so
that email addressed in the form username+folder at example.com gets
delivered directly to cyrus' user.username.inbox.folder?
I have been tinkering with this on and off for about a week and no
matter what I have tried, all traffic addressed in the +folder
format ends up in user.username.inbox instead.
If anyone has gotten
2010 Apr 14
0
Getting Domainkeys, dkim, and SMTP-AUTH/TLS to play nicely together in sendmail
A while back I struggled to get Domainkeys and DKIM to work properly on
my little home server. While I'm sure they weren't necessary in a
strict sense, it not only enabled me to learn about the technology but
allowed for more of a verification of the email coming from my server.
And so this week I figured: "Hey, this has been working without a
problem for a while; it must be time to