Results 1 to 10 of 10
Hi people
I got this problem on my ssmtp ( Debian 2.6.8 ) A few days ago I install ssmtp
on my debian. but when I try sending a message
...
- 01-18-2007 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 21
ssmtp problem
Hi people
I got this problem on my ssmtp ( Debian 2.6.8 ) A few days ago I install ssmtp
on my debian. but when I try sending a message
I got this and the mail is not deliveredCode:#ssmtp karlo@gmail.com subj: Test I'm testing this
ssmtp: cannot open 192.168.2.30:25
this is my ssmtp.conf
I don't know if the parameter hostname is OK, the default was localhost.localdomainCode:root=postmaster mailhub=192.168.2.30 rewriteDomain=asterisk hostname=debian FromLineOverride="YES"
What could it be the problem? with this configuration
regards
- 01-19-2007 #2Linux User
- Join Date
- Feb 2006
- Posts
- 484
do you use any firewall , if yes , permit the port number 25 , thats the smtp port .
- 01-19-2007 #3Just Joined!
- Join Date
- Jan 2007
- Posts
- 1
install amavis and spamassasin in linux debian mail server
Hello ,
we can't install spamassasin in a linux debian mail server . The amavis installation has completed successfully , but the spamassasin show to be masked . What we can do ?
Thanks ,
nito1984
- 01-19-2007 #4Just Joined!
- Join Date
- Dec 2006
- Posts
- 21
Originally Posted by iwanabeguru
Ok i'm learning debian how can i do that from command line, I did not install graphic interface.
- 01-19-2007 #5Just Joined!
- Join Date
- Dec 2006
- Posts
- 21
firewall
iwanabeguru
I'm learning debian
How can I unblock that port?
thanks a lot
- 01-19-2007 #6Linux User
- Join Date
- Feb 2006
- Posts
- 484
install the firestarter frontend for iptables
apt-get install firestarter
and you will can add rules to the packet filter from gui.
192.168.2.30 is your ip or the gateway?
- 01-19-2007 #7Just Joined!
- Join Date
- Dec 2006
- Posts
- 21
weli I'm working without graphic mode
Still i can work with firestarter
192.168.2.30 it's my ip address I'm in a LAN
- 01-19-2007 #8Just Joined!
- Join Date
- Dec 2006
- Posts
- 21
update
this command show me that I'm not using the port 25
Code:lsof -i :25
instead of
apacheCode:lsof -i :80
i don't know what's the problem
- 01-19-2007 #9Just Joined!
- Join Date
- Dec 2006
- Posts
- 21
----- another point ----
I tried this too using the gmail smtp
but I got this errorCode:root=karlo@gmail.com mailhub=smtp.gmail.com rewriteDomain=gmail.com hostname=debian FromLineOverride="YES"
ssmpt: 530 5.7.0 Must issue a STARTTLS command first
- 01-19-2007 #10Linux User
- Join Date
- Feb 2006
- Posts
- 484
have you a firewall?
from CLI use the iptables
give the output of "iptables -L" command
from your ip think you are using NAT , on the nat server you need set up the portforwarding for port 25.


Reply With Quote
