Sponsored Content
Top Forums UNIX for Advanced & Expert Users email reflector question - with postix Post 77203 by mwolfe on Tuesday 5th of July 2005 09:54:00 PM
Old 07-05-2005
email reflector question - with postix

hello, i have an email reflector question yoo smtp server experts.

1. i have a static ip address and connected to the internet with dsl. my isp of course blocks port 25 for the smtp server. however i want to send and recieve emails to my home dsl connected computer.

2, i know that i can relay my sent messages via mail.bellsouth.net. that works fine. of course i cannot recieve email messages as port 25 is blocked.

3. i quess the only other option is paying for the service to do email reflecting as the service will relay the sent messages to me on port 10025 or some other port.
are there any other options that would do the trick without having to pay for this service?

4. if i go with the email reflector service like no-ip.com how do i configure the mx record to relay send messages to the reflector and in turn recieve email?
any other companies besides no-ip.com that you could recommend?

5. currently i have a domine name called goldcoastcreations.com that is registored with regestry.com
goldcoastcreations.com points to: my web hosting company
home.goldcoastcreations.com points to: my home computer
mail.goldcoastcreatins.com points to my home computer

how do specify the MX record for my domian: goldcoastcreations.com
or do i do for no-ip.com? not sure how the connection is established.

michael
 

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Email Question - two email addresses

Hello, I have an email script that runs when a process is complete. I would like to have the email sent to two different email addresses, but it is only sending it to the first one. Can you take a look and see what I need to correct? I thought if I surrounded them with double quotes and... (5 Replies)
Discussion started by: jyoung
5 Replies

2. Shell Programming and Scripting

Question on email aliases

hi all,I have doubt in my unix. Whenever i send any emails from unix machine. The receipent is recieving with the name pepsi retail do you have idea where i the email aliases name is hardcoded in the unix settings. -----Original Message----- From: Pepsi Retail c6306393 Sent: Friday, July... (8 Replies)
Discussion started by: arun888
8 Replies
CALIBRE-SMTP(1) 						      calibre							   CALIBRE-SMTP(1)

NAME
calibre-smtp - part of calibre SYNOPSIS
calibre-smtp [options] [from to text] DESCRIPTION
Send mail using the SMTP protocol. calibre-smtp has two modes of operation. In the compose mode you specify from to and text and these are used to build and send an email message. In the filter mode, calibre-smtp reads a complete email message from STDIN and sends it. text is the body of the email message. If text is not specified, a complete email message is read from STDIN. from is the email address of the sender and to is the email address of the recipient. When a complete email is read from STDIN, from and to are only used in the SMTP negotiation, the message headers are not modified. Whenever you pass arguments to calibre-smtp that have spaces in them, enclose the arguments in quotation marks. OPTIONS
--version show program's version number and exit -h, --help show this help message and exit -l, --localhost Host name of localhost. Used when connecting to SMTP server. -o, --outbox Path to maildir folder to store failed email messages in. -f, --fork Fork and deliver message in background. If you use this option, you should also use --outbox to handle delivery failures. -t, --timeout Timeout for connection -v, --verbose Be more verbose COMPOSE MAIL Options to compose an email. Ignored if text is not specified -a, --attachment File to attach to the email -s, --subject Subject of the email SMTP RELAY Options to use an SMTP relay server to send mail. calibre will try to send the email directly unless --relay is specified. -r, --relay An SMTP relay server to use to send mail. --port Port to connect to on relay server. Default is to use 465 if encryption method is SSL and 25 otherwise. -u, --username Username for relay -p, --password Password for relay -e, --encryption-method Encryption method to use when connecting to relay. Choices are TLS and SSL. Default is TLS. SEE ALSO
The User Manual is available at http://calibre-ebook.com/user_manual Created by Kovid Goyal <kovid@kovidgoyal.net> calibre-smtp (calibre 0.6.53) July 2010 CALIBRE-SMTP(1)
All times are GMT -4. The time now is 04:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy