|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Subject: RE: Postfix will not relay
From: Crawford, Danny (DCrawford
chartercom.com)Date: Tue Sep 26 2000 - 19:06:34 CDT
- Next message: Wietse Venema: "Re: Postfix will not relay"
- Previous message: Crawford, Danny: "RE: Postfix will not relay"
- Maybe in reply to: Crawford, Danny: "Postfix will not relay"
- Next in thread: Wietse Venema: "Re: Postfix will not relay"
- Next in thread: Crawford, Danny: "RE: Postfix will not relay"
- Maybe reply: Crawford, Danny: "RE: Postfix will not relay"
- Reply: Wietse Venema: "Re: Postfix will not relay"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Okay,
alias_maps = hash:/etc/postfix/aliases
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
default_destination_concurrency_limit = 10
default_privs = nobody
disable_vrfy_command = yes
local_destination_concurrency_limit = 2
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailbox_command = /usr/bin/procmail -a $DOMAIN -d $LOGNAME
mydestination = $myhostname, localhost.$mydomain, $mydomain
mydomain = mydomain.com
myhostname = pixmonitor.mydomain.com
myorigin = $mydomain
queue_directory = /var/spool/postfix
relay_domains = $mydestination
relayhost = 10.2.1.30
smtpd_banner = LAME SMTP SERVER hehehe thought you wanted the version eh?
transport_maps = hash:/etc/postfix/transport
-----Original Message-----
From: wietse
porcupine.org [mailto:wietse
porcupine.org]
Sent: Tuesday, September 26, 2000 7:02 PM
To: DCrawford
chartercom.com
Cc: wietse
porcupine.org; postfix-users
postfix.org
Subject: Re: Postfix will not relay
To find out why, you must post the output from "postconf -n", and
the transport map, without making any changes to the information.
Wietse
Crawford, Danny:
> Sep 26 18:22:23 pixmonitor postfix/smtp[15602]: 75B817C76:
> to=<dcrawford
mydomain.com>, relay=none, delay=0, status=bounced (Name
> service error for domain dcr
> awford: Host not found)
>
> Why in the hell is it trying to deliver email to "dcrawford" as a domain?
> That was the first part of the email address I was trying to send mail to.
> dcrawford
mydomain.com
>
>
>
>
> -----Original Message-----
> From: wietse
porcupine.org [mailto:wietse
porcupine.org]
> Sent: Tuesday, September 26, 2000 6:31 PM
> To: postfix-users
postfix.org
> Cc: postfix-users
postfix.org
> Subject: Re: Postfix will not relay
>
> People, if something does not work as expected, the first thing to
> do is to HAVE A LOOK AT THE LOGFILE.
>
> If something is not clear about what the logfile says, then post
> it to the mailing list, and some kind soul will clarify.
>
> Wietse
>
> Crawford, Danny:
> > I'm trying to use postfix to do one very simple job and that's to act as
a
> > smtp mail gateway on a DMZ. I want postfix to do the following:
> >
> > My dns server MX records are set to deliver any email bound to
> mydomain.com
> > to mail.mydomain.com which is a postfix smtp server running on Linux. I
> want
> > this damn thing to forward any email bound to mydomain.com to 10.2.1.30
(
> my
> > internal exchange server ). I have tried reading every documentation and
> > there is not one example to show the details of the main.cf and
transport
> > configuration file setups. After 3 days trying to get it to work I have
> > almost given up. I can get Exchange to do this with no problems but I
> wanted
> > to give this open source thing a chance.
> >
> > My transport file has this in it.
> >
> > Mydomain.com smtp:10.2.1.30
> > .Mydomain.com smtp:10.2.1.30
> >
> > # I also tried using the hostname instead of the IP and it didn't work.
> > # ran postmap /etc/postfix/transports
> >
> > My main.cf has all the required stuff in it I guess.
> >
> > This should be simple but after 3 days I have decided that it's a bitch
> > just to get a simple smtp gateway to work right using this postfix.
> >
> >
>
>
- Next message: Wietse Venema: "Re: Postfix will not relay"
- Previous message: Crawford, Danny: "RE: Postfix will not relay"
- Maybe in reply to: Crawford, Danny: "Postfix will not relay"
- Next in thread: Wietse Venema: "Re: Postfix will not relay"
- Next in thread: Crawford, Danny: "RE: Postfix will not relay"
- Maybe reply: Crawford, Danny: "RE: Postfix will not relay"
- Reply: Wietse Venema: "Re: Postfix will not relay"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]