Sorry I guess I wasn't very clear. This is what i want to do: I want to be able to route e-mail send to bob@... to 1.1.1.1 however, I also want to...
291510
Noel Jones
njones@...
Feb 22, 2013 7:14 pm
... [please don't top-post] Header_check is the wrong tool. Use transport_maps. bob@... smtp:[1.1.1.1] mary@... smtp:[2.2.2.2] example.com...
291511
Deeztek.com Support
support@...
Feb 22, 2013 8:13 pm
... Sorry about the top-posting. Okay this is a little bit closer. So, I'm assuming if I use the domain in conjuction with recipients for the same domain the...
291512
Viktor Dukhovni
postfix-users@...
Feb 22, 2013 8:40 pm
... You can, but the bob entry is redundant. I don't recommend per-mailbox transport entries at all, it is best to stick to per-domain transport entries only,...
291513
Deeztek.com Support
support@...
Feb 22, 2013 9:02 pm
On February 22, 2013 3:40:22 PM Viktor Dukhovni ... I am afraid i am not following. I thought virtual alias allowed only for forwarding mail to recipients such...
291514
Wietse Venema
wietse@...
Feb 22, 2013 9:13 pm
... Typically this would be done with virtual aliases that send bob@... to bob@... Wietse...
291515
Fabian von Romberg
fromberg100@...
Feb 24, 2013 1:30 am
Hi All, Im trying to compile Postfix 2.10. Actually I can compile it, the only problem is that whatever I define as install prefix, all binaries and config...
291516
Viktor Dukhovni
postfix-users@...
Feb 24, 2013 4:03 am
... All I see is a made-up "PREFIX" setting that has no documented or actual effect on Postfix compilation. For non-fictional settings see: ...
291517
Deeztek.com Support
support@...
Feb 24, 2013 11:28 am
... I cannot seem to find any reference to the format you have suggested above for the aliases file. I tried it as bob@... to...
291518
Robert Schetterer
rs@...
Feb 24, 2013 11:39 am
... bob@... smtp:[1.1.1.1] should be in transport , not aliases I tried it as ... Best Regards MfG Robert Schetterer -- [*] sys4 AG http://sys4.de,...
291519
Deeztek.com Support
support@...
Feb 24, 2013 12:27 pm
... I realize that and it works when I put: bob@... smtp:[1.1.1.1] in transport. However, according to Victor "...it is best to stick to per-domain...
291520
Wietse Venema
wietse@...
Feb 24, 2013 1:19 pm
... /etc/postfix/main.cf: virtual_alias_maps = hash:/etc/postfix/virtual /etc/postfix/virtual: bob@... bob@... For example...
291521
Deeztek.com Support
support@...
Feb 24, 2013 1:39 pm
... I tried it in the /etc/postfix/virtual file also with no success before I sent out the previous e-mail. So there is no confusion. I have one domain let's...
... Not working. The relay server completely ignores the virtual entry and instead uses the transport relaying to the 1.1.1.1 server which of course gives me...
291524
Wietse Venema
wietse@...
Feb 24, 2013 3:19 pm
... Then you made a mistake. Please double check what you do. $ postmap -q joe@... /etc/postfix/virtual Wietse...
291525
Deeztek.com Support
support@...
Feb 24, 2013 3:43 pm
... this is the error I'm getting from the logs: Feb 24 10:30:30 smtp postfix/smtp[6526]: 8A79342089: to=<joe@[2.2.2.2]>, orig_to=<joe@...>,...
291526
Wietse Venema
wietse@...
Feb 24, 2013 3:45 pm
... The machine does not implement RFC 5321. I can't fix that for you. Wietse...
291527
mouss
mouss@...
Feb 24, 2013 7:57 pm
... since the sendmail command has been used for ages by programs such as cron, its behaviour may not be changed. in particular, there is no way for sendmail...
291528
Fabian von Romberg
fromberg100@...
Feb 24, 2013 9:15 pm
Hi, by default postfix logs debugging info at /var/log. Is it possible to make it log information at at different location like /usr/local/postfix/logs ? ...
291529
Reindl Harald
h.reindl@...
Feb 24, 2013 9:21 pm
... not the job of postfix read the manpage for rsyslog or whatever syslog-daemon runs on your system [root@buildserver:~]$ cat /etc/rsyslog.conf | grep...
291530
marcos gonzalez
deconya@...
Feb 25, 2013 9:33 am
HI Im preparing a server with postfix 2.7.1 and now Im with the process to certificate de connection. I have two domains and normally using multipli domains...
291531
Marko Weber | ZBF
weber@...
Feb 25, 2013 9:46 am
The "one" Mailserver, that is doing mailing for N Domains, only need "one" Certificate. Other thing is with "websites", they need each one. connect multiple...
291532
Reindl Harald
h.reindl@...
Feb 25, 2013 9:47 am
... we communicate "mail.thelounge.net" as server which has a cert and we are done, this works relieable and is enough email != http...
291533
DTNX Postmaster
postmaster@...
Feb 25, 2013 9:57 am
... Have you looked at the mailinglist archives? This question has been asked before, several times, and the answer is always the same :-) If you have, and...
291534
marcos gonzalez
deconya@...
Feb 25, 2013 10:38 am
Hi Thanks for the answer. I'm reading how more of you separates http of mail, is correct but If you needs the same SSL certificate for more than one domain,...
291535
Peter Sørensen
maspsr@...
Feb 25, 2013 10:47 am
Hi, Currently we have a lot of attacks on Our gateway system serving up to 200 smtpd On each server. We have 3 servers which add up to max 600 concurrent smtpd...
291536
Quanah Gibson-Mount
quanah@...
Feb 25, 2013 10:48 am
--On Thursday, November 29, 2012 4:10 PM -0500 Wietse Venema ... Arch Linux now has a package for it: <https://aur.archlinux.org/packages/mdb-git/> --Quanah --...
291537
Reindl Harald
h.reindl@...
Feb 25, 2013 10:56 am
... outgoing mail itslef does not happen via smtpd it happens via smtp processes if you mean client connections you should setup SUBMUSSION port 587 and NOT...
291538
Reindl Harald
h.reindl@...
Feb 25, 2013 10:59 am
... you need to understand how SSL works at all and you would realize that this is not possible the SSL handshake happens at the connection time you CAN NOT...