append mydomain

2015-09-02 Thread Vernon Fort
I had an old postfix server (v2 something I think) which would add @domain.com to the From address for clients within the local network. I have the following configuration set: append_dot_mydomain = yes local_header_rewrite_clients = permit_mynetworks remote_header_rewrite_domain = $mydomain (n

RE: append mydomain

2015-09-02 Thread Vernon Fort
2015 at 08:56:02PM +, Vernon Fort wrote: > > > I had an old postfix server (v2 something I think) which would add > > @domain.com to the From address for clients within the local network. > > I have the following configuration set: > > > > append_dot_mydomain =

RE: append mydomain

2015-09-02 Thread Vernon Fort
2015 at 09:53:48PM +, Vernon Fort wrote: > > > > > I'm using postfix 3.0.2. The above appears correct but it's not > > > > working, still rejects a From address with an empty domain, e.g. > > > > "From=PostfixUser" > >

DKIM setup

2016-02-17 Thread Vernon Fort
I'm not sure where to ask this question so I hope postfix is ok. When a receiving email server is checking DKIM signatures, does it only check IF the signature is present in the message header. Or does it always check for a DNS record for the domain and then check the email message for a valid

RE: DKIM setup

2016-02-17 Thread Vernon Fort
On Behalf Of Noel Jones, February 17, 2016 4:00 PM >Your unsigned messages won't (shouldn't?) be affected as long as you don't >publish a DMARC policy indicating that all mail must be signed. I suppose you >could publish a >DMARC policy indicating DKIM is optional to make that >explicit, but tha

non delivery notificaitons

2015-02-19 Thread Vernon Fort
I have a barracuda spam firewall that my postfix setup simply relays emails to for scanning, via the transport file. The problem I have is when the barracuda device rejects the message(s), they sit in the queue with either "no connection to host" or "connection reset/refused". Is there a way t

RE: non delivery notificaitons

2015-02-19 Thread Vernon Fort
>> second: read the reply i gave the OP which *was* helpful Not sure if *you're doing it wrong* was helpful but we put the barracuda front facing which solved the problem. I tried several body checks but I don't think that would have help either way. Since the reject requeues the original mes

bounce recipient

2015-04-08 Thread Vernon Fort
I have a setup that I need the bounce message recipient to be different than the default domain name. Meaning if postfix attempts to deliver an message and cannot, it sends the internal bounce message to a different email address than whats set in mydomain =, i.e. r...@anotherdoamin.com I hav

RE: bounce recipient

2015-04-08 Thread Vernon Fort
On Wed, Apr 08, 2015 at 09:45:30PM +, Vernon Fort wrote: >> I have a setup that I need the bounce message recipient to be >> different than the default domain name. Meaning if postfix attempts >> to deliver an message and cannot, it sends the internal bounce message

centos 7

2017-01-23 Thread Vernon Fort
What's the best way to get the latest version of postfix on centos 7? Vernon

RE: centos 7

2017-01-24 Thread Vernon Fort
On 24/01/17 10:57, Brad Chandler wrote: >> Take a look at the gf-plus repository on Ghettoforge. >> http://ghettoforge.org/index.php/Usage >There's also detailed instructions on how to install the postfix packages at: >http://ghettoforge.org/index.php/Postfix3 I also found this - https://oosterg

domain forwarding/redirecting

2017-03-02 Thread Vernon Fort
I need a way to forward/redirect emails to and from a specific domain and send them to a specific local email account. I need this based on the envelope sender - so regardless of one or multiple recipients (in the header), the email goes to one specific account. It looks like the access filter

RE: Virtual alias maps question

2017-10-24 Thread Vernon Fort
This line: >> Oct 24 14:18:56 mta4 postfix/smtp[5448]: 60C55AF: >> to=mailto:alf02...@uconn.mail.onmicrosoft.com>>, >> orig_to=mailto:angelo.fazz...@uconn.edu>>, >> relay=uconn-mail-onmicrosoft-com.mail.protection.outlook.com[216.32.181.170]:25, >> delay=2.6, delays=0.17/0.01/0.27/2.1, dsn=2.6.

RE: Virtual alias maps question

2017-10-24 Thread Vernon Fort
>> virtual_alias_maps = hash:/etc/postfix/virtual >> mysql:/etc/postfix/files/mysql_pn.cf regexp:/etc/postfix/maps/huskygroups >> regexp:/etc/postfix/maps/subaddressing You have the mysql listed first. http://www.postfix.org/postconf.5.html#virtual_alias_maps Vernon