|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: basic setup advice needed for SMTP/SSL, and a more complicated problem
From: Luca Berra (bluca
comedia.it)
Date: Mon Jan 03 2005 - 11:07:04 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Dec 30, 2004 at 12:27:21PM -0800, Ken Miller wrote:
>Hello,
>
>I am setting up mail on my local machine using postfix under Mandrake
>10.1. All I want my local machine to do is send my mail with SSL
>encryption to an external SMTP server. My SMTP server will only
>accept SSL-secured connections. (I'm behind a firewall and the
>powers-that-be will not let me run a mail server myself, hence all I
>can do is send it out to the SMTP server). Can someone tell me the
>magic words to put in /etc/postfix/main.cf or master.cf to make this
>happen?
that depends, there is more than one way to use SSL with smtp
starttls on port 25 or 587
smtps on port 465
if your server uses starttls on port 25 (which probably is) just run
postconf -e "smtp_use_tls = yes"
postconf -e "relayhost=[your.mail.server.address]"
>/var/log/mail/errors is an endless stream of:
>
> Dec 29 22:48:23 our_group_name postfix/local[18091]: fatal: open database
> /var/lib/mailman/data/aliases.db: No such file or directory
>
>
>Here's my main.cf file:
please use the postfinger command to extract information to post on this
list.
>alias_maps = hash:/etc/postfix/aliases,
>hash:/var/lib/mailman/data/aliases
you installed the mailman rpm which added this line to postfix.
i tought that problem with mailman package was fixed, but it looks like
it still does not create the alias file
please either remove the mailman rpm if you are not using mailman, or
create an empty file /var/lib/mailman/data/aliases amd run
postalias /var/lib/mailman/data/aliases
--
Luca Berra -- bluca
comedia.it
Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
X AGAINST HTML MAIL
/ \
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]