• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/amd/scripts/

Lines Matching refs:users

86 # @users = $users{@hosts[0]} : addresses to expand at this server
87 # $u = $users[0] : the current address being expanded
88 # $names{"$users[0] *** $server"} : the 'name' associated with the address
89 # $mxbacktrace{"$users[0] *** $server"} : record of mx expansion
91 # $domainify_fallback{"$users[0] *** $server"} : alternative names to try
93 # $temporary_redirect{"$users[0] *** $server"} : when trying alternates,
158 @users = split(' ',$users{$server});
159 delete $users{$server};
169 next HOST if &mxredirect($server,*users);
177 &mxlookup(1,$server,"$server: could not resolve name",*users);
194 unless (&mxlookup(0,$server,"$server: could not connect: $!",*users)) {
215 if (&mxlookup(0,$server,"$server: did not respond with a 220 greeting",*users)) {
225 unless (&mxlookup(0,$server,"$server: did not respond with SMTP codes",*users)) {
245 # try the users, one by one
247 while(@users) {
248 $u = shift(@users);
341 # mixed with valid users?
432 push(@users,$user) if $user;
448 for $u (@users) {
461 @users = @remaining_users;
462 for $u (@users) {
582 # lists and vrfy against users. It doesn't appear to be
882 unshift(@hosts,$host) unless $users{$host};
884 push(@hosts,$host) unless $users{$host};
886 $users{$host} .= " $addr";
927 # re-queue users if an mx record dictates a redirect
931 local($server,*users) = @_;
938 for $u (@users) {
948 @users = @still_there;
949 if (! @users) {
995 local($lastchance,$server,$giveup,*users) = @_;
1004 return 1 if &mxredirect($server,*users);
1075 # redeploy the users
1076 unless (&mxredirect($server,*users)) {