Sending to postfix-users group as well

Version of postfix------------
postconf -d | grep mail_version
mail_version = 2.6.6
milter_macro_v = $mail_name $mail_version
-----------------
Majority of my configurations were based on this article - https://www.digitalocean.com/community/tutorials/how-to-configure-a-mail-server-using-postfix-dovecot-mysql-and-spamassasin (plus based on some tweaks found by googling for issues i hit, but was not able to get away with this loop one)
Main.cf--------------------
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
mail_owner = postfix
myhostname = ml.w8timez.com
inet_protocols = ipv4
mydestination = localhost
unknown_local_recipient_reject_code = 550
smtpd_tls_cert_file=/etc/httpd/ssl/ssl.crt
smtpd_tls_key_file=/etc/httpd/ssl/private.key
smtpd_use_tls=yes
smtpd_tls_auth_only=yes
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_auth_enable = yes
smtpd_recipient_restrictions =
permit_sasl_authenticated,
permit_mynetworks,
reject_unauth_destination
virtual_transport = dovecot
virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual-alias-maps.cf
relayhost = $mydomain
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
ddd $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix-2.6.6/samples
readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES

Master.cf ----------------------------

smtp inet n - n - - smtpd
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
#qmgr fifo n - n 300 1 oqmgr
tlsmgr unix - - n 1000? 1 tlsmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
trace unix - - n - 0 bounce
verify unix - - n - 1 verify
flush unix n - n 1000? 0 flush
proxymap unix - - n - - proxymap
proxywrite unix - - n - 1 proxymap
smtp unix - - n - - smtp
relay unix - - n - - smtp
showq unix n - n - - showq
error unix - - n - - error
retry unix - - n - - error
discard unix - - n - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
anvil unix - - n - 1 anvil
scache unix - - n - 1 scache
dovecot unix - n n - - pipe flags=DRhu user=virmail:virmail argv=/usr/libexec/dovecot/deliver -f ${sender} -d ${recipient}

Regards
Jithesh



On Tue, 09 Jun 2015 18:09:06 -0700, Kristjan Nii <krstjn.v...@gmail.com> wrote:


Hi,

Posting your full main.cf and master.cf files may help.

Kristjan.
On Jun 10, 2015 1:28 AM, "Jithesh AP" <jithesh...@gmail.com> wrote:

Hi All,

I have setup postfix + mysql + dovecot.

I can get mails from gmail and other external and also send mails within
my domain, but i am not able to send any mail to outside address, like
gmail.com yahoo.com etc.

I get the error indicating as pasted below



Jun  9 14:04:40 ml postfix/smtp[12355]: warning: host
ml.w8timez.com[54.183.241.239]:25 greeted me with my own hostname
ml.w8timez.com
Jun  9 14:04:40 ml postfix/smtp[12355]: warning: host
ml.w8timez.com[54.183.241.239]:25 replied to HELO/EHLO with my own
hostname ml.w8timez.com
Jun  9 14:04:40 ml postfix/smtp[12355]: 4A8C8413E5:
to=<apjith...@gmail.com>, relay=ml.w8timez.com[54.183.241.239]:25,
delay=0.1, delays=0.02/0.01/0.08/0, dsn=5.4.6, status=bounced (mail for
w8timez.com loops back to myself)

Can someone help please, let me know what configs you need (i could not attach, as i was getting rejected from the mailer). I am new to MTA >>>setup.

Regards
Jithesh



--Using Opera's mail client: http://www.opera.com/mail/



--
Using Opera's mail client: http://www.opera.com/mail/

Reply via email to