On 15.10.2012 18:22, James B. Byrne wrote:
>
> On Mon, October 15, 2012 05:03, HALAC Matej wrote:
>
>>
>> After I have installed and configured samba I wanted to mount the data
>> volume so that people could continue their work on Monday.
>>
>> Unfortunately the partition was empty. Only the lost+f
On Monday, October 15, 2012 05:11:39 PM Nux! wrote:
> I have a lot of multimedia stuff in my repo
> http://li.nux.ro/download/nux/dextop/
Ah, yes, forgot about Stella and your repos
> and I'm willing to put some effort
> into backporting from Fedora or create new packages with a multimedia
>
Hi;
I tried this:
[root@mydomain ccc]# telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
EHLO
MAIL FROM: m...@gmail.com
RCPT TO: m...@gmail.com
DATA
testing from server
.
^]
but I never get back to a command prompt. Please advise.
TIA,
John
On Tue, 16 Oct 2012, John Reddy wrote:
> [root@mydomain ccc]# telnet 127.0.0.1 25
> Trying 127.0.0.1...
> Connected to 127.0.0.1.
> Escape character is '^]'.
> EHLO
> MAIL FROM: m...@gmail.com
> RCPT TO: m...@gmail.com
> DATA
> testing from server
> .
> ^]
> but I never get back to a command promp
On 16.10.2012 14:08, Chaitanya Yanamadala wrote:
> Hai
> i have installed a new centos server and i am planning to use this
> machine
> as my gateway and restrict the usage of the certain websites. So i
> guess
> basically i am trying to use this machine as my firewall. So could
> any one
> gui
On 10/16/2012 09:08 AM, Chaitanya Yanamadala wrote:
> Hai
> i have installed a new centos server and i am planning to use this machine
> as my gateway and restrict the usage of the certain websites. So i guess
> basically i am trying to use this machine as my firewall. So could any one
> guide me
This should be an easy one. I'm trying to get postfix going. I've
never done this before. I followed the directions at
http://wiki.centos.org/HowTos/postfix. I opened port 25:
iptables -I INPUT -p tcp -m tcp --dport 25 -j ACCEPT
Here's an attempt to send mail:
[motor@localhost motor]# mail -v la
Steve Thompson wrote the following on 10/16/2012 7:45 AM:
> On Tue, 16 Oct 2012, John Reddy wrote:
>
>> [root@mydomain ccc]# telnet 127.0.0.1 25
>> Trying 127.0.0.1...
>> Connected to 127.0.0.1.
>> Escape character is '^]'.
>> EHLO
>> MAIL FROM: m...@gmail.com
>> RCPT TO: m...@gmail.com
>> DATA
>>
I got the first example from the postfix documentation here:
http://www.postfix.org/SASL_README.html
so I tried what I originally posted:
[root@mydomain ccc]# telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
EHLO
MAIL FROM: m...@gmail.com
RCPT TO: m...@gmai
From: John Reddy
To: centos@centos.org
Sent: Tuesday, October 16, 2012 7:30 AM
Subject: Re: [CentOS] Sending Email Via Telnet
>So I go to this page and get an example of how to do this:
>http://www.freebsdwiki.net/index.php/SMTP,_testing_via_Telnet
>and follow the example:
>
>[root@mydomain
On Mon, Oct 15, 2012 at 10:54 PM, Tim Nelson wrote:
>
> I have a Dell 2950 acting as a general purpose 'storage' machine, handling
> some NFS work for some local servers, and also pulling in rsync backups of
> some largish filesystems over SSH. These backups, prior to the upgrade were
> taking
Larry Martell wrote:
> This should be an easy one. I'm trying to get postfix going. I've
> never done this before. I followed the directions at
> http://wiki.centos.org/HowTos/postfix. I opened port 25:
>
> iptables -I INPUT -p tcp -m tcp --dport 25 -j ACCEPT
>
> But I don't receive the mail. In
>From: "m.r...@5-cent.us"
>To: CentOS mailing list
>Sent: Tuesday, October 16, 2012 7:49 AM
>Subject: Re: [CentOS] setting up postfix
>
>Larry Martell wrote:
> This should be an easy one. I'm trying to get postfix going. I've
> never done this before. I foll
On Oct 16, 2012, at 7:02 AM, Larry Martell wrote:
> This should be an easy one. I'm trying to get postfix going. I've
> never done this before. I followed the directions at
> http://wiki.centos.org/HowTos/postfix. I opened port 25:
>
> iptables -I INPUT -p tcp -m tcp --dport 25 -j ACCEPT
>
> He
On Tue, Oct 16, 2012 at 8:49 AM, wrote:
> Larry Martell wrote:
>> This should be an easy one. I'm trying to get postfix going. I've
>> never done this before. I followed the directions at
>> http://wiki.centos.org/HowTos/postfix. I opened port 25:
>>
>> iptables -I INPUT -p tcp -m tcp --dport 25
On Tue, Oct 16, 2012 at 8:58 AM, Joseph Spenner wrote:
>
>
>
>
> >From: "m.r...@5-cent.us"
>>To: CentOS mailing list
>>Sent: Tuesday, October 16, 2012 7:49 AM
>>Subject: Re: [CentOS] setting up postfix
> >
>>Larry Martell wrote:
>> This should be an easy one. I
On Tue, Oct 16, 2012 at 9:03 AM, Craig White wrote:
>
> On Oct 16, 2012, at 7:02 AM, Larry Martell wrote:
>
>> This should be an easy one. I'm trying to get postfix going. I've
>> never done this before. I followed the directions at
>> http://wiki.centos.org/HowTos/postfix. I opened port 25:
>>
>>
> Something isn't quite right with your setup. When you do the "HELO" command,
> the server should reply with something. For example:
>
> ==
> $ telnet smtp.comcast.net 25
> Trying 76.96.40.155...
> Connected to smtp.comcast.net.
> Escape character is '^]'.
> 220 omta12.emeryville.ca.mail.com
Larry Martell wrote:
> On Tue, Oct 16, 2012 at 9:03 AM, Craig White
> wrote:
>> On Oct 16, 2012, at 7:02 AM, Larry Martell wrote:
>>
>>> This should be an easy one. I'm trying to get postfix going. I've
>>> never done this before. I followed the directions at
>>> http://wiki.centos.org/HowTos/post
- Original Message -
> Greetings-
>
> The subject sums it up...
>
> ...
>
And... apparently I'm braindead. It turns out the cron job was setup
incorrectly such that it was starting 10 hours later than expected, resulting
in the 10 hour increase in time.
Final score is CentOS 1, me 0.
On Tue, Oct 16, 2012 at 9:25 AM, wrote:
> Larry Martell wrote:
>> On Tue, Oct 16, 2012 at 9:03 AM, Craig White
>> wrote:
>>> On Oct 16, 2012, at 7:02 AM, Larry Martell wrote:
>>>
This should be an easy one. I'm trying to get postfix going. I've
never done this before. I followed the di
Send CentOS-announce mailing list submissions to
centos-annou...@centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-requ..
is any email program running?
run:
netstat -pant|grep ":25"|grep LISTEN
to see if any program is listening... output should look like:
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 21493/sendmail
guess it'll say 'postfix' or 'master' instead of 'sendmail' on RH6.
___
On Tue, Oct 16, 2012 at 11:10 AM, Steven Tardy wrote:
> is any email program running?
> run:
>netstat -pant|grep ":25"|grep LISTEN
> to see if any program is listening... output should look like:
> tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 21493/sendmail
>
> guess it'll say 'postfix' or 'master' i
On 16 October 2012 17:14, Larry Martell wrote:
> On Tue, Oct 16, 2012 at 8:58 AM, Joseph Spenner
> wrote:
> >
> >
> >
> >
> > >From: "m.r...@5-cent.us"
> >>To: CentOS mailing list
> >>Sent: Tuesday, October 16, 2012 7:49 AM
> >>Subject: Re: [CentOS] setting up
On Tue, Oct 16, 2012 at 10:26 AM, Andy Smith wrote:
> On 16 October 2012 17:14, Larry Martell wrote:
>
>> On Tue, Oct 16, 2012 at 8:58 AM, Joseph Spenner
>> wrote:
>> >
>> >
>> >
>> >
>> > >From: "m.r...@5-cent.us"
>> >>To: CentOS mailing list
>> >>Sent: Tuesd
on 10/16/2012 8:16 AM John Reddy spake the following:
>
>
>> Something isn't quite right with your setup. When you do the "HELO"
>> command, the server should reply with something. For example:
>>
>> ==
>> $ telnet smtp.comcast.net 25
>> Trying 76.96.40.155...
>> Connected to smtp.comcast.net.
Does your postfix send emails directly or do you use a smarthost for
relaying? I'm asking because you're using a 10.x.y.z network
which means you use NAT for outgoing connections when delivering mails
directly to the destination server. Bad idea. Worse if the destination
server does some sanity che
On 10/16/2012 04:02 PM, Larry Martell wrote:
> This should be an easy one. I'm trying to get postfix going. I've
> never done this before. I followed the directions at
> http://wiki.centos.org/HowTos/postfix. I opened port 25:
>
> iptables -I INPUT -p tcp -m tcp --dport 25 -j ACCEPT
>
> Here's an
On Tue, Oct 16, 2012 at 11:06 AM, Benjamin Hackl wrote:
> Does your postfix send emails directly or do you use a smarthost for
> relaying? I'm asking because you're using a 10.x.y.z network
> which means you use NAT for outgoing connections when delivering mails
> directly to the destination serve
> >netstat -pant|grep ":25"|grep LISTEN
> > to see if any program is listening... output should look like:
> > tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 21493/sendmail
> >
> > guess it'll say 'postfix' or 'master' instead of 'sendmail' on RH6.
]# netstat -pant|grep ":25"|grep LISTEN
tcp
On Tue, Oct 16, 2012 at 12:19 PM, Larry Martell wrote:
> On Tue, Oct 16, 2012 at 11:06 AM, Benjamin Hackl wrote:
>> Does your postfix send emails directly or do you use a smarthost for
>> relaying? I'm asking because you're using a 10.x.y.z network
>> which means you use NAT for outgoing connecti
On Tue, 16 Oct 2012 11:19:09 -0600
Larry Martell wrote:
> I really don't know the answer to that question. The scenario is that
> they run a django based web app, and they wanted me to add a password
> recovery feature to it. When I did that, and it tried to send the
> recovery link to the user,
On Tue, Oct 16, 2012 at 12:46 PM, John Reddy wrote:
>
>> >netstat -pant|grep ":25"|grep LISTEN
>> > to see if any program is listening... output should look like:
>> > tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 21493/sendmail
>> >
>> > guess it'll say 'postfix' or 'master' instead of 'sendmail' on
> Do you have anything like greylisting or greetpause running?
No.
John
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Am 16.10.2012 20:13, schrieb Les Mikesell:
>> > ]# netstat -pant|grep ":25"|grep LISTEN
>> > tcp0 0 209.216.9.56:25 0.0.0.0:*
>> > LISTEN 14058/master
>> > tcp0 0 127.0.0.1:250.0.0.0:*
>> > LISTEN
Alexander Dalloz wrote the following on 10/16/2012 1:41 PM:
> Am 16.10.2012 20:13, schrieb Les Mikesell:
]# netstat -pant|grep ":25"|grep LISTEN
tcp0 0 209.216.9.56:25 0.0.0.0:*
LISTEN 14058/master
tcp0 0 127.0.0.1:2
Hi,
Any folks on this list who have installed CentOS 6.3 on the new Dell
Poweredge R815
servers? How was your experience? Thanks
-Surya
--
Surya Saha
Department of Plant Pathology
and Plant-Microbe Biology
Cornell University, NY, USA
http://www.linkedin.com/in/suryasaha
Am 16.10.2012 21:56, schrieb Surya Saha:
> Hi,
>
> Any folks on this list who have installed CentOS 6.3 on the new Dell
> Poweredge R815
> servers? How was your experience? Thanks
>
> -Surya
Dell Poweredge R815 isn't new. That's the 11th generation, superseded by
the 12th generation like R820.
Surya Saha wrote:
>
> Any folks on this list who have installed CentOS 6.3 on the new Dell
> Poweredge R815 servers? How was your experience? Thanks
>
No problem, goes nicely, *EXCEPT* that it demands that the NICs be em1,
etc, *not* eth0, etc.
mark
___
Alexander Dalloz wrote:
> Am 16.10.2012 21:56, schrieb Surya Saha:
>> Hi,
>>
>> Any folks on this list who have installed CentOS 6.3 on the new Dell
>> Poweredge R815 servers? How was your experience? Thanks
>
> Dell Poweredge R815 isn't new. That's the 11th generation, superseded by
> the 12th gen
Very true :-)
Thank you for the links, Alex. The matrix overview was useful.
-Surya
On Tue, Oct 16, 2012 at 4:26 PM, wrote:
> Alexander Dalloz wrote:
>> Am 16.10.2012 21:56, schrieb Surya Saha:
>>> Hi,
>>>
>>> Any folks on this list who have installed CentOS 6.3 on the new Dell
>>> Poweredge R
On Wed, Oct 17, 2012 at 8:40 AM, Blake Hudson wrote:
>
> Alexander Dalloz wrote the following on 10/16/2012 1:41 PM:
>> Am 16.10.2012 20:13, schrieb Les Mikesell:
> ]# netstat -pant|grep ":25"|grep LISTEN
> tcp0 0 209.216.9.56:25 0.0.0.0:*
>
Am 16.10.2012 22:57, schrieb Cliff Pratt:
> On Wed, Oct 17, 2012 at 8:40 AM, Blake Hudson wrote:
>>
>> Alexander Dalloz wrote the following on 10/16/2012 1:41 PM:
>>> Am 16.10.2012 20:13, schrieb Les Mikesell:
>> ]# netstat -pant|grep ":25"|grep LISTEN
>> tcp0 0 209.216.9.56:2
On 10/16/2012 02:56 PM, Surya Saha wrote:
> Hi,
>
> Any folks on this list who have installed CentOS 6.3 on the new Dell
> Poweredge R815
> servers? How was your experience? Thanks
>
> -Surya
>
I have run "CentOS-5.6 to 5.8" and "CentOS-6.0 to 6.3" on several Dell
710, Dell 720, and Dell 810 serve
> Date: Tue, 16 Oct 2012 20:41:10 +0200
> From: ad+li...@uni-x.org
> To: centos@centos.org
> Subject: Re: [CentOS] Sending Email Via Telnet
>
> Am 16.10.2012 20:13, schrieb Les Mikesell:
> >> > ]# netstat -pant|grep ":25"|grep LISTEN
> >> > tcp0 0 209.216.9.56:25 0.0.0.
On Wed, Oct 17, 2012 at 8:40 AM, Blake Hudson wrote:
>
> Alexander Dalloz wrote the following on 10/16/2012 1:41 PM:
>> Am 16.10.2012 20:13, schrieb Les Mikesell:
> ]# netstat -pant|grep ":25"|grep LISTEN
> tcp 0 0 209.216.9.56:25
On Tue, 16 Oct 2012, Surya Saha wrote:
> Any folks on this list who have installed CentOS 6.3 on the new Dell
> Poweredge R815 servers? How was your experience? Thanks
I don't have any R815's, but I have run CentOS 6.3 on a variety of other
Dell hardware (PE2900, R410, R710, etc) with no issues
Steve Thompson wrote:
> On Tue, 16 Oct 2012, Surya Saha wrote:
>
>> Any folks on this list who have installed CentOS 6.3 on the new Dell
>> Poweredge R815 servers? How was your experience? Thanks
>
> I don't have any R815's, but I have run CentOS 6.3 on a variety of other
> Dell hardware (PE29
# postconf -n
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_list =
disable_vrfy_command = yes
home_mailbox = Mailbox
html_directory = no
inet_interfaces = localhost, $my
On Tue, Oct 16, 2012 at 5:26 PM, John Reddy wrote:
>
> relay_domains = proxy:mysql:$config_directory/mysql_relay_domains_maps.cf
> virtual_mailbox_domains =
> proxy:mysql:$config_directory/mysql_virtual_domains_maps.cf
> virtual_mailbox_maps =
> proxy:mysql:$config_directory/mysql_virtual_mailbo
What is this
On Tue, Oct 16, 2012 at 2:19 PM, Haneesh Pilakkattu
wrote:
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
--
Regards,
Rajagopal
___
CentOS
Hi All:
I am attempting to setup OpenLDAP on c CentOS 6.3 platform. I have
been able to locate numerous online how to documents but none seem to
work correctly on CentOS 6.3. I believe that the reason is the new
dynamic configuration (AKA cn=config).
Can someone provide me with a pointer or two i
On Tue, Oct 16, 2012 at 12:03 PM, Benjamin Hackl wrote:
> On Tue, 16 Oct 2012 11:19:09 -0600
> Larry Martell wrote:
>
>> I really don't know the answer to that question. The scenario is that
>> they run a django based web app, and they wanted me to add a password
>> recovery feature to it. When I
On 10/17/2012 02:51 AM, Hugh E Cruickshank wrote:
> Hi All:
>
> I am attempting to setup OpenLDAP on c CentOS 6.3 platform. I have
> been able to locate numerous online how to documents but none seem to
> work correctly on CentOS 6.3. I believe that the reason is the new
> dynamic configuration (AK
On 2012-10-17, Patrick Lists wrote:
>
> On the mailing list it was recommended by several subscribers to upgrade
> to the latest openldap release (2.4.33) due to the many fixes in the
> dynamic config backend and the logic that can transform an slapd.conf
> into a cn=config version.
I could be
56 matches
Mail list logo