> Date: Fri, 19 Oct 2012 10:25:09 +0200
> From: ad+li...@uni-x.org
> To: centos@centos.org
> Subject: Re: [CentOS] Sending Email Via Telnet
>
> postconf -m | grep mysql
Returns nothing.
John
___
CentOS mailing
If I'm missing something,
please point it out.
For others who answered, I have no firewall and mysql is not hung.
TIA,
John
>
> (and all other proxy:mysql:$config_directory)
>
> Am 17.10.2012 00:26, schrieb John Reddy:
> >
> > # postconf -n
> > alias_maps =
# 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
> 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.
> Do you have anything like greylisting or greetpause running?
No.
John
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
> >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
> 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
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
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
> Try "lsof -i tcp:143" or "netstat -antp | grep 143"
Yep. Thanks :)
John
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Hi;
I get this:
]# /etc/init.d/dovecot start
Starting Dovecot Imap: Fatal: listen(143) failed: Address already in use
and this:
]# netstat -ltn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State
tcp0 0 0.0.0.0:
11 matches
Mail list logo