LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 02-08-2007, 02:23 AM   #31
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122

Can't you just forward using iptables - here's the equivalent for squid

Quote:
$IPTABLES -t nat -A PREROUTING -i $LAN_IFACE -p tcp --dport 80 -j REDIRECT --to-port 8080
Problem is, will anything be listening on that port?

ps - have you asked your ISP if they will open port 25?

Last edited by billymayday; 02-08-2007 at 02:28 AM.
 
Old 02-08-2007, 03:34 AM   #32
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Have you seen

http://www.dyndns.com/services/mailhop/outbound.html
 
Old 02-08-2007, 09:31 PM   #33
taigon
LQ Newbie
 
Registered: Mar 2006
Posts: 28

Original Poster
Rep: Reputation: 15
I just tried the same mail server again using TLS but I get these errors:

Feb 8 22:24:16 durhamnetwork postfix/cleanup[3240]: 389505E0191: message-id=<Pine.LNX.4.64.0702082224090.3235@durhamnetwork.sytes.net>
Feb 8 22:24:16 durhamnetwork postfix/qmgr[3233]: 389505E0191: from=<root@durhamnetwork.sytes.net>, size=592, nrcpt=1 (queue active)
Feb 8 22:24:17 durhamnetwork postfix/smtp[3242]: setting up TLS connection to trifocus.net
Feb 8 22:24:17 durhamnetwork postfix/smtp[3242]: certificate verification failed for trifocus.net: num=18:self signed certificate
Feb 8 22:24:17 durhamnetwork postfix/smtp[3242]: certificate verification failed for trifocus.net: num=10:certificate has expired
Feb 8 22:24:17 durhamnetwork postfix/smtp[3242]: certificate verification failed for trifocus.net:certificate has expired
Feb 8 22:24:17 durhamnetwork postfix/smtp[3242]: certificate verification failed for trifocus.net:certificate has expired
Feb 8 22:24:17 durhamnetwork postfix/smtp[3242]: Unverified: subject_CN=smurfette.meathouse.trifocus.net, issuer=smurfette.meathouse.trifocus.net
Feb 8 22:24:17 durhamnetwork postfix/smtp[3242]: TLS connection established to trifocus.net: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)
Feb 8 22:24:17 durhamnetwork postfix/smtp[3242]: 389505E0191: to=<taigon1984@hotmail.com>, relay=trifocus.net[66.25.148.34]:587, delay=1.3, delays=0.09/0.08/1.1/0, dsn=5.7.0, status=bounced (SASL authentication failed; server trifocus.net[66.25.148.34] said: 535 5.7.0 authentication failed)


What does it mean that my certificate has expired? I just created that certificate not long ago.
 
Old 02-08-2007, 09:56 PM   #34
taigon
LQ Newbie
 
Registered: Mar 2006
Posts: 28

Original Poster
Rep: Reputation: 15
Guess what!! I got my isp's mail server to finally work!

Feb 8 22:47:56 durhamnetwork postfix/postfix-script: starting the Postfix mail system
Feb 8 22:47:56 durhamnetwork postfix/master[3491]: daemon started -- version 2.3.3, configuration /etc/postfix
Feb 8 22:51:01 durhamnetwork postfix/smtpd[3501]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Feb 8 22:51:01 durhamnetwork postfix/smtpd[3501]: connect from localhost[127.0.0.1]
Feb 8 22:51:01 durhamnetwork postfix/smtpd[3501]: 99B575E018F: client=localhost[127.0.0.1]
Feb 8 22:51:01 durhamnetwork postfix/pickup[3492]: 9F3EC5E0191: uid=0 from=<root@durhamnetwork.sytes.net>
Feb 8 22:51:01 durhamnetwork postfix/cleanup[3504]: 9F3EC5E0191: message-id=<Pine.LNX.4.64.0702082250550.3500@durhamnetwork.sytes.net>
Feb 8 22:51:01 durhamnetwork postfix/smtpd[3501]: disconnect from localhost[127.0.0.1]
Feb 8 22:51:01 durhamnetwork postfix/qmgr[3493]: 9F3EC5E0191: from=<root@durhamnetwork.sytes.net>, size=592, nrcpt=1 (queue active)
Feb 8 22:51:02 durhamnetwork postfix/smtp[3506]: setting up TLS connection to smtphm.sympatico.ca
Feb 8 22:51:02 durhamnetwork postfix/smtp[3506]: Verified: subject_CN=smtphm.sympatico.ca, issuer=Entrust.net Secure Server Certification Authority
Feb 8 22:51:02 durhamnetwork postfix/smtp[3506]: TLS connection established to smtphm.sympatico.ca: TLSv1 with cipher RC4-MD5 (128/128 bits)
Feb 8 22:51:03 durhamnetwork postfix/smtp[3506]: 9F3EC5E0191: to=<taigon1984@hotmail.com>, relay=smtphm.sympatico.ca[65.54.191.190]:25, delay=1.7, delays=0.05/0.09/1.1/0.47, dsn=2.6.0, status=sent (250 2.6.0 <Pine.LNX.4.64.0702082250550.3500@durhamnetwork.sytes.net> Queued mail for delivery)
Feb 8 22:51:03 durhamnetwork postfix/qmgr[3493]: 9F3EC5E0191: removed


Message was delivered from root@durhamnetwork.sytes.net. Issue resolved for now:P hehe
 
Old 02-09-2007, 01:09 AM   #35
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
That's good news
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
smtp 0x800ccc0f error sending mail to postfix Corsari Linux - Networking 4 09-22-2008 10:51 AM
Sending Email to an SMTP address from sendmail guilmetrp Linux - Newbie 6 03-01-2004 08:51 PM
Sending email to a smtp address through sendmail guilmetrp Linux - General 0 02-27-2004 08:02 PM
Postfix Help - Sending via third party smtp scarstens Linux - Networking 3 01-27-2004 05:55 PM
sending an email to a email address after a perl operation meluser Programming 9 04-07-2003 01:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 03:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration