guys smtp server help urgent
guys i am looking for a stmp server software which would send email to other users..
but the most important feature i want in it that it should save a copy of sent email so i can see the send mail.
and if possible it should be able to forward email using my gmail account..
please and thank you
tis very urgent
6 Replies
postconf -e "always_bcc = special_user@mydomain.tld"
http://www.postfix.org/postconf.5.html#alwaysbcc> alwaysbcc (default: empty)
Optional address that receives a "blind carbon copy" of each message that is received by the Postfix mail system.
Note: if mail to the BCC address bounces it will be returned to the sender.
Note: automatic BCC recipients are produced only for new mail. To avoid mailer loops, automatic BCC recipients are not generated after Postfix forwards mail internally, or after Postfix generates mail itself.
i want that the software itself should save it inside it.
call it like advance logs
@smartflower2002:
i dont want like that,
i want that the software itself should save it inside it.
call it like advance logs
I don't think this functionally that different than adding a BCC address so that emails are CCed to another account? The email is "[saved] inside" within the internal email account (if you CCed to an internal email address)…
still i dont want like that,
for that i have a php function to take care of saving msg, but i want it to save it internally, like when we send email, it gets saved in sent email box, similar.