--- In [email protected], Ganesh payelkar <ganesh.pati...@...> wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> hello everybody.
>
> i have configured a postfix mailing server on rhel 5. i am not able to send
> mail to my domain using u...@domain. com, whereas when i use u...@... com..
> it goes..
>
> the mails sended are shown as u...@localhost and recieved from
> u...@localhost. domain.com
>
>
>
> earlier also i have configured postfix in my previous organization. and
> everthing works. but this time i dont have a clue.. i have tried everything
> from scratch also..
>
>
>
> this is how my main.cf looks like
>
>
>
> alias_database = hash:/etc/aliases
>
> alias_maps = hash:/etc/aliases
>
> broken_sasl_ auth_clients = yes
>
> command_directory = /usr/sbin
>
> config_directory = /etc/postfix
>
> daemon_directory = /usr/libexec/ postfix
>
> debug_peer_level = 2
>
> home_mailbox = Maildir/
>
> html_directory = no
>
> inet_interfaces = all
>
> mail_owner = postfix
>
> mailq_path = /usr/bin/mailq. postfix
>
> manpage_directory = /usr/share/man
>
> mydestination = $myhostname, localhost.$mydomain , localhost
>
> mydomain = domain.com
>
> myhostname = mail.domain. com
>
> myorigin = $mydomain
>
> newaliases_path = /usr/bin/newaliases .postfix
>
> queue_directory = /var/spool/postfix
>
> readme_directory = /usr/share/doc/ postfix-2. 3.3/README_ FILES
>
> sample_directory = /usr/share/doc/ postfix-2. 3.3/samples
>
> sendmail_path = /usr/sbin/sendmail. postfix
>
> setgid_group = postdrop
>
> smtpd_recipient_ restrictions = permit_sasl_ authenticated, permit_mynetwork
> s,rejec t_unauth_destinatio n
>
> smtpd_sasl_auth_ enable = yes
>
> smtpd_sasl_local_ domain =
>
> smtpd_sasl_path = private/auth- client
>
> smtpd_sasl_security _options = noanonymous
>
> smtpd_sasl_type = dovecot
>
> smtpd_tls_CAfile = /etc/postfix/ certs/cacert. pem
>
> smtpd_tls_cert_ file = /etc/postfix/ certs/smtpd. crt
>
> smtpd_tls_key_ file = /etc/postfix/ certs/smtpd. key
>
> smtpd_tls_loglevel = 1
>
> smtpd_tls_received_ header = yes
>
> smtpd_tls_session_ cache_timeout = 3600s
>
> tls_random_source = dev:/dev/urandom
>
> unknown_local_ recipient_ reject_code = 550
>
>
>
> kindly guide where i am wrong
> Dear Friend,Try in mydestination your domain name..mydestination =
> $myhostname, localhost.$mydomain , localhost,abc.com
> mydomain = abc.com
>
> myhostname = mail.abc.com
> Regards,Ganesh
>
Issue has been resolved bro..
forgot to pub domain entry in squirrelmail..
actually last time i configured it on ubuntu.. and ubuntu do it on its own..
and we have to do it manually in redhat...
anyways thanks